[go: up one dir, main page]

0% found this document useful (0 votes)
80 views1 page

Navigation 2

This is a project of a navigation bar

Uploaded by

attastudy7
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
80 views1 page

Navigation 2

This is a project of a navigation bar

Uploaded by

attastudy7
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

Doctype html>
<html>
<head>
<meta http-equiv="content" refresh="2">
<link rel='stylesheet' href="C:\Users\TWUM ATTA\Desktop\Projects\HTML\
Project_4\Navigation2.css">
</head>
<body>
<nav>
<h1>V4<span>Videos</span></h1>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Trends</a></li>
<li><a href="navigation2-signup.html">Sign Up</a></li>
</ul>
<button id="btn">Download</button>
</nav>
<div class="center-container">
<div class="l1">
<a href="#"><img src="morning-3097488_640.jpg" alt="hello"
width="300" height="250"></a>
</div>
<div class="l2">
<a href="#"><img src="morning-3097488_640.jpg"
alt="hello"width="300" height="250"></a>
</div>
<div class="l3">
<a href="#"><img src="morning-3097488_640.jpg"
alt="hello"width="300" height="250"></a>
</div>
<div class="l4">
<a href="#"><img src="morning-3097488_640.jpg"
alt="hello"width="300" height="250"></a>
</div>
</div>
</body>
</html>

You might also like