-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpractiselist.html
More file actions
58 lines (46 loc) · 1.25 KB
/
practiselist.html
File metadata and controls
58 lines (46 loc) · 1.25 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
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
</head>
<body>
<ol type="I" >
<li><h1>Steps to run any code. </h1></li>
<ol type="i">
<li>Open code compiler.</li>
<li>Write any code.</li>
<li>Give input</li>
<li>run the programm</li>
</ol>
<hr>
<li><h2>Important Software installed in your laptop</h2></li>
<ul>
<li>visual studio</li>
<li>Instagram</li>
</ul>
<hr>
<li><h1>Projects that you have done till now</h1></li>
<ol type="a">
<li><h2>Subject1</h2></li>
<ul type="square">
<li>Project 1</li>
<li>Project 2</li>
</ul>
<li><h2>Subject 2</h2></li>
<ul>
<li>Project 1</li>
<li>Project 2</li>
</ul>
</ol>
<hr>
<li><h1>Subjects that you are studying in this sem</h1></li>
<dl>
<dt><b>HTML</b></dt>
<dd>Hyper text markup language</dd>
</dl>
<hr>
</ol>
</body>
</html>