-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
52 lines (48 loc) · 2.84 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Practicals Report Page</title>
</head>
<body style="background-color: lightgoldenrodyellow;">
<h1 style="color: green;">Welcome to Fullstack Course</h1>
<h2 style="color: black;">About Course</h2>
<p>Front-end Web Development is everything involved in programming the user interface of a web application. Typically it refers to the Hypertext Markup Language (HTML),Cascading Style Sheets (CSS) and JavaScript portion of website prodution as opposed
to the database or server-side programming.It encompasses everything from building a simple page of HTML text to creating complex, responsive HTML5 websites designed to be accessed via various different browsers, devices and screen sizes.
</p>
<h1 style="color:green">List of Practicals</h1>
<ol>
<li>Create a Web-Page including HTML basic skeleton using Offline HTML Editor and Online Sandbox Environment
<a href="https://vaishnavi8055.github.io/FullStack-1_2020/Practicals/Practical-1.html" target="_blank">Practical-1</a>
</li>
<br>
<li>Live your First Web-Page on Git-Hub.
<a href="https://vaishnavi8055.github.io/FullStack-1_2020/Practicals/Practical-2.html" target="_blank">Practical-2</a>
</li>
<br>
<li>Create a Web-Page showing a basic html structure using Character Entities and span Tag.
<a href="https://vaishnavi8055.github.io/FullStack-1_2020/Practicals/Practical-3.html" target="_blank">Practical-3</a> </li>
<br>
<li>Create a website having list of all practical and their individual practical Page links.
<a href="https://vaishnavi8055.github.io/FullStack-1_2020/Practicals/Practical-4.html" target="_blank">Practical-4</a>
</li>
<br>
<li>Create a Web-Page showing the use of Image-Map in the Web Application
<a href="https://vaishnavi8055.github.io/FullStack-1_2020/Practicals/Practical-5.html" target="_blank">Practical-5</a>
</li>
<br>
<li>Create Following Layout Using CSS Layout Properties
<a href="https://vaishnavi8055.github.io/FullStack-1_2020/Practicals/Practical-6.html" target="_blank">Practical-6</a>
</li>
<br>
<li>Create a Web-Page Layout using div tags
<a href="https://vaishnavi8055.github.io/FullStack-1_2020/Practicals/Practical-7.html" target="_blank">Practical-7</a>
</li>
<br>
<li>Create a Web-Page Layout having Fixed Navigation Bar with the given content.
<a href="https://vaishnavi8055.github.io/FullStack-1_2020/Practicals/Practical-8.html" target="_blank">Practical-8</a>
</li>
</ol>
</body>
</html>