Thanks to visit codestin.com
Credit goes to www.scribd.com

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

HTML Reset

The document is an HTML page with header, section and footer elements containing empty div containers and links to CSS stylesheets.

Uploaded by

Resg7
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)
25 views1 page

HTML Reset

The document is an HTML page with header, section and footer elements containing empty div containers and links to CSS stylesheets.

Uploaded by

Resg7
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">
<link rel="stylesheet" href="style.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-
fit=no">
<title>Furniture.test</title>
</head>
<body>

<header class="header" id="header">


<div class="container">

</div>
</header>
<section class="section" id="section">
<div class="container">

</div>
</section>

<footer class="footer" id="footer">


<div class="container">

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

You might also like