-
Notifications
You must be signed in to change notification settings - Fork 0
/
HTMLClass1.html
34 lines (33 loc) · 950 Bytes
/
HTMLClass1.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
<html>
<head>
<title> UID </title>
<link rel="icon" href="favicon.ico">
</head>
<body style="background-color:white;">
<h1 align="center"> Welcome to UI Designing! </h1><br/>
</body>
<body>
<h2> HTML Scratch to Pro </h2><br/>
<h3> Let's start with HTML </h3><br/>
<img src="C:\Users\vinay\Downloads\sta-je-html.jpg" alt="htmlimg" height="300" width="" ><br/>
<br/>
<h3> Course Details: </h3>
<ul>
<li> HTML </li>
<li> Duration: 3 Hours </li>
<li> Recommended pace : 20 mins/day </li>
<li> Organisation: UID Class</li>
</ul>
<h3> Course Contents: </h3>
<ol>
<li> Web Introduction </li>
<li> Web Basics </li>
<li> HTML Introduction </li>
<li> HTML Basics </li>
<li> HTML Intermediatory </li>
<li> HTML Advanced </li>
<li> Project Submission </li>
</ol>
<a href="https://www.instagram.com/knacklads/"> See our Instagram page <a/>
</body>
</html>