-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecond.html
100 lines (79 loc) · 1.82 KB
/
second.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> about try HTML</title>
</head>
<body>
</body>
</html>
<button>click me </button>
<input tyep =" text">
<p> my name is hasib </p>
<p> I am a student </p>
<h1>Alhamdulilllh</h1>
<p>We are Muslim</p>
I read the holy quran .It is my hobby
<h1><p> orderd list </p></h1>
<ol>
<li>i go to sleeep</li>
<li>at 10 o cook</li>
<li> yester day i go to bed</li>
<li>1 o cock </li>
</ol>
<h1><p> orderd list done </p></h1>
<p>lets go </p>
<p>wirte an unorderd list</p>
<h2><p> unoderd list</p></h2>
<ul>
<li>I eat</li>
<li>I sleep</li>
<li>I do broweing</li>
<li>i lean web develapment</li>
</ul>
<h2><p>unorderd list done </p></h2>
I have no my self
I wirtte a big paragraph
<a href="https://www.facebook.com/"> go to my facebook</a>
you like the holy quran
<a href="https://youtu.be/fgrUYNhMdQQ?si=t_kVRig0F6w7VzKK"> listen the holy qurqan</a>
you like fastfood
<a href="https://youtu.be/RdY2DRIWTPA?si=6DTK2sy0SY8ayS3r">look the video </a>
like webdevelappment ?????
<a href="https://youtu.be/z0n1aQ3IxWI?si=D5AliXnVcqZwKQj6"> look</a>
look the picture
ami
akhane
pc
thke
<p> image</p>
<p>ad korbo </p>
<img src="pic/pog.jpg."> </img>
<p>scend picture</p>
<img src="pic/phon.jpeg" ></img>
<p>hi</p>
<button tyep "button">click me!</button>
<a href="file:///E:/web%20dvelapment/first%20website/secend.%20html.html"> visit my website </a>
<table border="255px">
<tr>
<th>student name</th>
<th>roll no.</th>
<th>result</th>
</tr>
<tr>
<td>musrur</td>
<td>2000</td>
<td>A+</td>
</tr>
<tr>
<td>Tahasin</td>
<td>201</td>
<td>pass</td>
</tr>
<tr>
<td> Saad</td>
<td>203</td>
<td>A+</td>
</tr>
</table>