-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader-tags.html
More file actions
31 lines (25 loc) · 816 Bytes
/
header-tags.html
File metadata and controls
31 lines (25 loc) · 816 Bytes
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
<!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>Header Tags</title>
</head>
<body>
<p style="font-size: 32px; font-weight: 700">Lorem ipsum dolor sit amet.</p>
<h1>Lorem ipsum dolor sit amet.</h1>
<h2>Lorem ipsum dolor sit amet.</h2>
<h3>Lorem ipsum dolor sit amet.</h3>
<h4>Lorem ipsum dolor sit amet.</h4>
<h5>Lorem ipsum dolor sit amet.</h5>
<h6>Lorem ipsum dolor sit amet.</h6>
<br /><br />
<h1>Migren Rahatsızlığı</h1>
<h2>Migren Belirtileri</h2>
<h2>Migren Tedavileri</h2>
<h3>İlaçla Tedavi</h3>
<h3>Botoksla Tedavi</h3>
<h2>Migren Çeşitleri</h2>
</body>
</html>