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

Savvy Creation Fashion Guide

The document is an HTML template for a website titled 'Savvy Creation & Fashion Tutorial'. It includes a header section with a logo and a navigation bar linking to various pages such as Home, Shop, Blog, About, Contact, and Cart. The document also references external stylesheets for styling purposes.

Uploaded by

Liveesh Johnson
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)
5 views1 page

Savvy Creation Fashion Guide

The document is an HTML template for a website titled 'Savvy Creation & Fashion Tutorial'. It includes a header section with a logo and a navigation bar linking to various pages such as Home, Shop, Blog, About, Contact, and Cart. The document also references external stylesheets for styling purposes.

Uploaded by

Liveesh Johnson
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

<!

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, intial-scale=1.0">
<title>Savvy Creation & Fashion Tutorial</title>
<link rel="stylesheet" href="[Link]
awesome/4.7.0/css/[Link]" />
<link rel="stylesheet" href="[Link]">
</head>

<body>

<section id="header">
<a href="#"><img src="img/[Link]" class="logo" alt=""></a>
<div>
<ul id="navbar">
<li><a href="[Link]">Home</a></li>
<li><a href="[Link]">Shop</a></li>
<li><a href="[Link]">Blog</a></li>
<li><a href="[Link]">About</a></li>
<li><a href="[Link]">Contact</a></li>
<li><a href="[Link]"><i class="fa-solid
fa-cart-shopping-fast"></i></a></li>
</ul>
</div>
</section>

</body>
</html>

You might also like