-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (31 loc) · 2.55 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Assignment-4</title>
</head>
<body style=background:coral>
<h2 style=color:darkred><u>Practical-4:</u> <u>Create a Website having list of all Practical and their individual Practical Page Links.</u></h2>
<br>
<h2><u>OUTPUT</u></h2>
<h1 style=color:chartreuse><u>Welcome to Live Practical Book</u></h1>
<p>
<font size="4.4"> This is Live Practical Book for the Subject Web Development-1.In this book we are performing all the practicals related to Front-end web development including topics from HTML,CSS,JS and Bootstrap.This book is hosted on Github cloud platform.You
can view all the practicals from this Book.</font>
</p><br>
<h1 style=color:chartreuse><u>List Of All The Practicals From 1-4 Given Below:</u></h1>
<p>
<font size="4.4">1.Create a Web page including HTML basic skeleton using Offline HTML Editor and Online Sandbox Environment <a href="https://d-coder135.github.io/Assignment1_Fullstack/">Link for Practical-1 </a></font><br><br>
<font size="4.4">2.Create a Web page showing basic html structure using character Entities and span Tag. <a href="https://d-coder135.github.io/Assignment2_Fullstack/">Link for Practical-2 </a></font><br><br>
<font size="4.4">3.Live your First Web-Page on Git-Hub. <a href="https://d-coder135.github.io/Assignment3_Fullstack/">Link for Practical-3 </a></font><br><br>
<font size="4.4">4.Create a Website having list of all practicals and their individual practical Page links. <a href="https://d-coder135.github.io/Assignment4_Fullstack/">Link for Practical-4 </a><br><br>
<font size="4.4">5.Create a Web-Page showing the use of Image-Map in the Web Application. <a href="https://d-coder135.github.io/Assignment5_Fullstack/">Link for Practical-5 </a><br><br>
<font size="4.4">6.Create a Card Layout using CSS layout properties. <a href="https://d-coder135.github.io/Assignment6_Fullstack/">Link for Practical-6 </a><br><br>
<font size="4.4">7.Create a Web-Page Layout without any content and responsiveness. <a href="https://d-coder135.github.io/Assignment7_Fullstack/">Link for Practical-7 </a><br><br>
<font size="4.4">8.Create a Web Page having Fixed Navigation Bar with the given content. <a href="https://d-coder135.github.io/Assignment8_Fullstack/">Link for Practical-8 </a><br><br>
</font>
</p>
</body>
</html>