-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEntities and code tags
49 lines (39 loc) · 1.24 KB
/
Entities and code tags
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Entities and code tags</title>
</head>
<body>
3>4
this is code for paragraph <p></p>
<pre>
<p>The price is 10 < 20.</p>
<p>Copyright © 2023.</p>
<p>This is an example text.</p>
this is after few new lines and some more
<blockquote cite="My Code">
Quotation text here.
</blockquote>
<q cite="My code">Quotation text here.</q>
<blockquote cite="https://example.com">
Hello Everyone this is my first HTML code. hope you all are fine!!
</blockquote>
</pre>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">S
<h1>This is HTML Boilerplate</h1>
<pre><code>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>
</code></pre>
</body>
</html>