-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpractical-1.html
20 lines (20 loc) · 1.21 KB
/
practical-1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Practical-1</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
</head>
<body>
<h3 style="color: red; text-align: center">Practical-1: Create a webpage including HTML basic skeleton using offline HTML Editor and Online Sandbox Environment</h3>
<h1>Welcome to Fullstack Course</h1>
<h2>About Course</h2>
<p>Front-end web developement 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 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>
<h2>Output</h2>
<h3 style="text-align: center">Online Sandbox Environment</h3>
<img src="images\OSE.png" width="80%" height="50%" style="margin-left: auto; margin-right: auto;">
<br><br>
<h3 style="text-align: center">Offline HTML Editor</h3>
<img src="images\OHTMLE.png" width="80%" height="50%" style="margin-left: auto; margin-right: auto;">
</body>
</html>