-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThird.html
58 lines (48 loc) · 942 Bytes
/
Third.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
55
56
57
58
<h1>Alhamdulilllh</h1>
I am Hafez
<p> I am student</p>
<p> I love the Hole quran</p>
<p> What aer you do?</p>
<a href="https://youtu.be/bwDtbous-bs?si=MOVcFalhUBIgekTH">Lesten the holy quran</a>
<p>Add to pic of the web site </p>
<img src=" pic/phon.jpeg"> </img>
<ol>
<li>sleep</li>
<li>morning</li>
<li>batkfast</li>
<li>class</li>
</ol>
<h1>done</h1>
<ul>
<li>shower</li>
<li>hear cut</li>
<li>storyy</li>
</ul>
<h1> unorder list done </h1>
<button> click me </button>
<input tyep ="password">
<section>
<h2> happy ,enjoy, fun </h2>
</section>
<table border="4">
<tr>
<th>student Name</th>
<th>Roll Namber</th>
<th> Result</th>
</tr>
<tr>
<td>Masrur</td>
<td>2550</td>
<td>fall</td>
</tr>
<tr>
<td>Monsur</td>
<td>2551</td>
<td>A+</td>
</tr>
<tr>
<td>Basir</td>
<td>2552</td>
<td>A+</td>
</tr>
</table>