0% found this document useful (0 votes)
19 views

HTML Header

Uploaded by

Cường Xuân
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)
19 views

HTML Header

Uploaded by

Cường Xuân
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 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">
<title>Document</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/Fonts/themify-icons/themify-icons.css">
</head>
<body>
<div id="main">

<div id="header">
<!-- Begin nav -->
<ul id="nav">
<li><a href="">Home</a></li>
<li><a href="">Band</a></li>
<li><a href="">Tour</a></li>
<li><a href="">Contact</a></li>
<li>
<a title="More" href="">
More
<i class="down-nav ti-angle-down"></i>
</a>
<ul class="subnav">
<li><a href="">Merchandise</a></li>
<li><a href="">Extras</a></li>
<li><a href="">Media</a></li>
</ul>
</li>
</ul>
<!-- End nav -->

<!-- Begin: Search button -->


<div class="search-btn">
<i class="search-nav ti-search"></i>
</div>
<!-- End: Search button -->
</div>

<div id="slider">

</div>

<div id="content">

</div>

<div id="footer">

</div>
</div>
</body>
</html>

You might also like