-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb07.html
29 lines (26 loc) · 975 Bytes
/
web07.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
<!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>Html Entities</title>
</head>
<body>
<div class="container">
<p>This is a paragraph</p>
</div>
<div>
<p> this is another paragraph</p>
</div>
<div>
<p> this is another another paragraph </p> </p>
<p> this is an other paragraph <p> </p>
<p> this is an empty character   </p>
</div>
</body>
</html>
<!-- html entities give u space jo html nahi dete agar do words ke beech gap rakhe toh.
use : =ek sapce not used much csss use karte but aana chahiye fir bbhi -->
<!-- agar tag ko as a text dikhana ho toh kaise dikhaye -->
<!-- looking fore more entities code as each one as specific go to https://www.w3schools.com/charsets/ref_html_entities_4.asp -->