-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhtmlexample.html
More file actions
68 lines (61 loc) · 2.52 KB
/
htmlexample.html
File metadata and controls
68 lines (61 loc) · 2.52 KB
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
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="45;URL='http://keyboost.vlaanderen/'" />
<meta Name="robots" Content="NoIndex,NoFollow,NoArchive,NoSnippet">
<meta name="language" content="en">
<meta name="language-content" content="en">
<meta name="description" content="this is the metadescription">
<meta id="ctl00_ctl04" name="keywords" content="sample page, meta keywords, lorum ipsum">
<base href="https://keyboost.vlaanderen/">
<link rel="canonical" href="http://example.com/" />
<title>Sample page</title>
</head>
<body>
<script>
document.title = "Simple manipulation...";
document.write("<span class=greeting>Hello World!</span>");
</script>
<p><dfn>HTML</dfn></p>
<h1>Header1</h1>
<h2>Header2</h2>
<h3>Hea<b>der</b>3</h3>
<h4>Header4</h4>
<h5>Header5</h5>
<h6>Header 6</h6>
<em>Emphasized TEXT</em>
<select>
<optgroup label="Swedish Cars">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
</optgroup>
</select>
<img src="UserFiles/Uploads/worldwide.jpg" alt="worldwide" width="206" height="146">
<span style="display:none;">hidden text</span><br />
<a href="https://www.ipower.eu" rel="nofollow">sit</a> just text<br />
<small>smalltext</small><strong>strongtext</strong><b>boldtext</b>.
<br /><br />
<a href="https://www.ipower.eu">linktext in <b>bold</b></a>,<br />
<mark>marked text</mark><big>text in big</big>
<br /><br />
<a href="#">ante at diam</a>, <i>italic word</i>
<br /><br />
<button type="button">Click me!</button>
<strike>¿this text <span lang="nl-be">is</span> striked</strike>.
<del>blue</del><ins>red</ins>!
<p><sub>subscript</sub></p>
<p><sup>superscript</sup></p>
<img src="http://blog.keyboost.fr/wp-content/uploads/2018/08/GoogleAdds_RazendSnelAchterond-2.jpg" width="600" height="400" alt="Planets"
usemap="#planetmap">
<map name="planetmap">
<area shape="circle" coords="90,58,3" href="ipower.be" alt="Mercury">
<area shape="circle" coords="124,58,8" href="https://wikipedia.com" alt="Venus">
<area shape="circle" coords="140,59,2" href="https://mars.com" alt="Mars" rel="nofollow">
</map>
<iframe src="https://www.keyboost.vlaanderen" height="500px" width="500px"></iframe>
<frameset cols="25%,50%,25%">
<frame src="http://ipowerforms.customer.ipower.be/test.php">
</frameset>
</body>
</html>