Tuesday, January 22, 2019

Few Things (HTML5)

<!Doctype html>
<meta charset = "UTF8">
<html lang = "En">
<style = "styles.css">
<head>

<title> Ten times

</title>

</head>

<body style = "BodyStyle">

<nav style = "NavStyle">

<ol>

<li> </li>
<li> </li>
<li> </li>

</ol>

<footer>

<p>
</p>

</footer>

</nav>

<article style = "ArticleStyle">
<p> </p>

<aside style = "AsideStyle">

</aside>

<p> </p>
</article>

</body>

</html>

No comments:

Post a Comment