-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (21 loc) · 1.03 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
<!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-3 </title>
</head>
<body>
<h2 style=color:red>Practical-3: Live your First Web-Page on Git-Hub</h2>
<h1><u>Welcome To Full Stack Course</u></h1>
<h2><u>About Course</u></h2>
<p>
<font size="4.5">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 web site producation as opposed
to the database or server-side programming.It encompasses everything from building a simple page of HTML text to creating compex,reponsive HTML5 website designed to be accessed via various different browsers,devices and screen sizes.</font>
<br>
<br>
<img height="500px" src="./practical3.png">
</p>
</body>
</html>