how to create a website using html

Solutions on MaxInterview for how to create a website using html by the best coders in the world

showing results for - "how to create a website using html"
Clara
03 Jun 2018
1<!DOCTYPE html>
2<html>
3<meta charset="UTF-8">
4<meta name="viewport" content="width=device-width, initial-scale=1">
5<link rel="stylesheet" href="/G-TEAMcss/3/G-TEAM.css">
6<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
7<body>
8
9<!-- Navigation -->
10<nav class="w3-bar w3-black">
11  <a href="#home" class="G-TEAM-button w3-bar-item">Home</a>
12  <a href="#G-TEAM" class="G-TEAM-button w3-bar-item">G-TEAM</a>
13  
14  <a href="#contact" class="G-TEAM-button w3-bar-item">Contact</a>
15</nav>
16
17
18</section>
19
20<!-- Band Description -->
21<section class="w3-container w3-center w3-content" style="max-width:600px">
22  <h2 class="w3-wide">G-TEAM</h2>
23  
24  <p class="G-TEAM-justify">G-TEAM ARE TWO AND ITA BOSS GIFTSON</p> 
25</section>
26
27
28  </article>
29</section>
30
31<!-- Footer -->
32<footer class="G-TEAM-container G-TEAM-padding-64 G-TEAM-center G-TEAM-black w3-xlarge">
33  <a href="#"><i class="fa fa-facebook-official"></i></a>
34  <a href="#"><i class="fa fa-pinterest-p"></i></a>
35  <a href="#"><i class="fa fa-twitter"></i></a>
36  <a href="#"><i class="fa fa-flickr"></i></a>
37  <a href="#"><i class="fa fa-linkedin"></i></a>
38  <p class="w3-medium">
39  Powered by <a href="https://www.G-TEAM.com/G-TEAMcss/default.asp" target="_blank">G-TEAM.css</a>
40  </p>
41</footer>
42
43
44
45  
46
47</script>
48
49</body>
50</html>
51
52