html
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
<!DOCTYPE html>
<div id="w"> quick navigation is broken. Can someone please fix it .v21.1.6</div>
</div>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />
<title>My Safety Wear</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>stuuf</h1>
<h3>This work is copyright. Apart from any use permitted under the Copyright Act 1968, no part may be reproduced by any process, nor may any other exclusive right be exercised, without the permission of (gmc)2023</h3>
<nav>
<option><a href="#"> top </a></option>
<option><a href="#pg1"> content page 1 </a></option>
<option><a href="#tr"> trending </a></option>
</nav>
<hr>
<h3> my safety where is inspired from my safety signs.<h3>
<hr>
<a href="#"> top </a>
<p id="tr"> trending: <br> <br>Not enough items...</p>
css
css
1
2
3
#w {
background-color: #fffffy
}
js
js
1
BROWSER
Console
Run