-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZack HTML 2.html
40 lines (32 loc) · 1.23 KB
/
Zack HTML 2.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
30
31
32
33
34
35
36
37
38
39
40
<!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">
<link rel="stylesheet" href="Zack HTML 2.css">
<title></title>
</head>
<header id="head">
<ul id="navbar">
<li><a href=>HTML</a></li>
<li><a href=>CSS</a></li>
<li><a href=>JavaScript</a></li>
<li><a href=>WebAssembly</a></li>
</ul>
</header>
<section>
<a href="https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.geeksforgeeks.org%2Fweb-development%2F&psig=AOvVaw3VvMJa0qbX8AUbXm4Jxkb0&ust=1635515134763000&source=images&cd=vfe&ved=0CAwQjhxqFwoTCPDD_fae7fMCFQAAAAAdAAAAABAD" target=_blank><img src="frontend-design-roadmap.jpeg" alt="Map Of Front-End"></a>
<ul>
<li>Best CSS Framework: bootstrap</li>
<li>Best CSS Preprocessor: SASS</li>
<li>Best JS Framework: ReactJS</li>
<li>Best JQuery: Script.aculu.us</li>
<li>Best JS Library: JQuery UI</li>
</ul>
</section>
<footer>
<h3><a href="#head">Back to Top</a></h3>
<h3><a href="https://codi.tech" target="_blank">Go To Codi</a></h3>
<h3>Copyright reserved © 2021 Zack</h3>
</footer>