-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsemantic-page.html
39 lines (30 loc) · 1.2 KB
/
semantic-page.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
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Semantic Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/w3.css">
</head>
<body>
<header class="w3-container w3-teal">
<h1>Header</h1>
</header>
<img src="/img/balls.jpg" alt="balls" style="width:100%">
<article class="w3-container">
<p>Ipsum labore adipisci fugiat ex dolor quasi. Fugiat</p>
</article>
<article class="w3-container">
<h1>Sample of w3-colors</h1>
<p>The w3-color classes defines background colors, text-colors, hover-color, hover-text-colors to HTML Document.</p>
<a href="index.html">Go Back to Home</a><br>
<a href="w3-colors.html">w3-colors sample page</a>
</article>
<footer class="w3-container w3-teal">
<h5>Footer</h5>
</footer>
</body>