-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (44 loc) · 1.51 KB
/
index.html
File metadata and controls
45 lines (44 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<title> sport world </title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>Sport World</h1>
<nav>
<ul>
<li>
<a href="index.html">home</a>
</li>
<li>
<a href="products.html">our products</a>
</li>
<li>
<a href="news.html">nwes</a>
</li>
<li>
<a href="contact us.html">contact us</a>
</li>
</ul>
</nav>
</header>
<main>
<article>
<section><p id="m3">These sportswear are made of the best types of cotton at all and are available in different sizes and sizes and there are many different colors and shapes</p></section>
<section><img src="https://i.pinimg.com/736x/33/c1/cb/33c1cb77f8e4424357acbc95de0a1a87.jpg" alt="sport t shirt"></section>
</article>
<article>
<section><p>As for sports shoes, there are many different beautiful shapes and are of excellent quality</p></section>
<section><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRNi7VLS_SKd_Kbe9f4GRog9SKiC45WXXt0EQ&usqp=CAU" alt="spot shoos"></section>
</article>
<article>
<section><p>We have the best types of sports caps at all with competitive prices. Please visit us and you will be pleased</p></section>
<section><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRaD9jm06XG8fJKhMmQufNzfj2cCyTLyxlYQg&usqp=CAU" alt="caps"></section>
</article>
</main>
<footer><p>copyright 2021 M002</p></footer>
<script src="jav/gg.js"></script>
</body>
</html>