-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
54 lines (54 loc) · 1.52 KB
/
index2.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
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h2>Output</h2>
<p><b>HTML list : ordered,Unordered & Definition List</b> <hr></p>
<p>Following are the list of purposed student activities likes:</p>
<ol>
<li>
Thapar Institute of Engineering & Technology, Patiala renowned for its academic
excellence and vibrant campus life.
</li>
<li>
These curricular and
extracurricular activities play a pivotal role in shaping the holistic development of
student.
</li>
<li>
Following is the list of Student Societies/Clubs/Chapters currently available for
students.
</li>
</ol>
<hr>
<p>list of software learning website</p>
<ul>
<li>
Khan Academy
</li>
<a href="https://www.khanacademy.org/">https://www.khanacademy.org/</a>
<li>
W3 school
</li>
<a href="https://www.w3schools.com/">https://www.w3schools.com/</a>
<li>
Programming
</li>
<a href="https://www.programiz.com/c-programming">https://www.programiz.com/c-programming</a>
<li>
MDN
</li>
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style">https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style</a>
<li>edx</li>
<a href="https://www.edx.org/">https://www.edx.org/</a>
<hr>
</ul>
<p>
<h2>HTML</h2>
Hyper Text markup language</p>
</body>
</html>