Step 4 : Next, I have designed a rough HTML Structure for the responsive page layout with a header, nav, wrapper, section, wrap-content, box and a footer. Building your site with these structures in mind makes it easy to imagine and code the styles.
The Basic HTML Structure is
<html>
<head>
<title>Resonsive Web Design</title>
</head>
<body>
<header></header>
<section></section>
<footer></footer>
</body>
</html>
No comments:
Post a Comment