-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb01.html
30 lines (30 loc) · 1.15 KB
/
web01.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Webpage</title>
</head>
<body>
woh dekh
<h1>behen ke lode
macchar ki jhaat
tatto ke saudagar
maa ki chut teri.
<!--h1 to h6 size of heading reduces uses accordingly-->
</h1> tere maa ki chu.
<p> this is my webpage</p>
<p> Lorem ipsum dolor sit, amet consectetur ad <strong>this is strong tag</strong> ipisicing elit.<em>this is emphasized text</em> Quae aperiam quia ipsum modi error aliquid porro ut blanditiis impedit a eaque dignissimos tempora, excepturi qui nobis voluptatibus ex velit molestiae nulla iste animi sapiente explicabo quam? Doloremque corporis non officiis?</p>
<p>first <br>this is new line break </p>
<p>second</p>
<p>third</p>
<hr><!--ruler tag-->
<p>fourth</p>
</body>
</html>
<!--comment in html-->
<!-- use ctrl fwd slash -->
<!--dummy text use lorem(any number of words)-->
<!--p*n and enter gives n paragraph tags.-->
<!--<br> is line break or new line tag and is a self closing -->