-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 3.56 KB
/
Copy pathindex.html
File metadata and controls
46 lines (46 loc) · 3.56 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
background-color: wheat;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
color:green;
}
</style>
<title>Practical Note</title>
</head>
<body>
<h1>Welcome to Fullstack Course</h1>
<h2>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 Java Script portion of web site production 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>List of Practicals</h1>
<ol>
<li>Create a Web page including Html basic skeleton using Offline HTML Editor and Online Sandbox Enviroment. <a href="practical/practical-1.html">Practical-1</a></li>
<li>Live your First Web-Page on Git-Hub. <a href="practical/practical-2.html">Practical-2</a></li>
<li>Create a web page showing a basic html structure using character Entities and span Tag. <a href="practical/practical-3.html">Practical-3</a></li>
<li> Create a website having list of all practical and their individual practical Page links. <a href="practical/practical-4.html">Practical-4</a></li>
<li>Create a Web-Page showing the use of Image-Map int the web Application. <a href="practical/practical-5.html">Practical-5</a></li>
<li>Create a web-Page using CSS Layout properties. <a href="practical/practical-6.html">Practical-6</a></li>
<li>Create a web-Page Layout using div tags. <a href="practical/practical-7.html">Practical-7</a></li>
<li>Create a web-Page having Fixed Navigation Bar with the given Content. <a href="practical/practical-8.html">Practical-8</a></li>
<li>Create a Responsive Web Layout with Responsive Navigation Bar. <a href="practical/practical-9.html">Practical-9</a></li>
<li>Create a Responsive Side-Bar Navigation Menu. <a href="practical/practical-10.html">Practical-10</a></li>
<li>Create a Table that represent Live Practical Book Records. <a href="practical/practical-11.html">Practical-11</a></li>
<li>Create a Custom Price Table Template. <a href="practical/practical-12.html">Practical-12</a></li>
<li>Create a Responsive Footer Template <a href="practical/practical-13.html">Practical-13</a></li>
<li>Create Login Form with different Templates. <a href="practical/practical-14.html">Practical-14</a></li>
<li>Create a Counter Page using JavaScript as per the attached Templates. <a href="practical/practical-15.html">Practical-15</a></li>
<li>Create a To-do List using JavaScript. <a href="practical/practical-16.html">Practical-16</a></li>
<li>Create a Page with Live Clock with Dynamic Greeting Background and Data Stored in Browser Local Storage. <a href="practical/practical-17.html">Practical-17</a></li>
<li>Create a HTML Form and Validate it with Javascript (client-side Programming Language).<a href="practical/practical-18.html">Practical-18</a></li>
<li>Create a HTML page with Multi-Step Form.<a href="practical/practical-19.html">Practical-19</a></li>
<li>Create a Responsive Layout using Bootstrap Grid System.<a href="practical/practical-20.html">Practical-20</a></li>
</ol>
</body>
</html>