<title>Aditya Kumar Singh</title> <meta name="description" content="Digital Marketing Company, Website Development Company"> <meta name=”robots” content="index, follow"> &"> <title>Aditya Kumar Singh</title> <meta name="description" content="Digital Marketing Company, Website Development Company"> <meta name=”robots” content="index, follow"> &">

html5 structure example

<!DOCTYPE HTML>

<html>

<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<title>Aditya Kumar Singh</title>
<meta name="description" content="Digital Marketing Company, Website Development Company">
<meta name=”robots” content="index, follow">
</head>

<body>

	<header>
		<nav>
			<ul>
				<li>Your menu</li>
			</ul>
		</nav>
	</header>
	
	<section>
	
		<article>
			<header>
				<h2>Article title</h2>
				<p>Posted on <time datetime="2009-09-04T16:31:24+02:00">September 4th 2009</time> by <a href="https://www.youtube.com/channel/UCK97h8vcjqXmS6nELQUpewQ?sub_confirmation=1">Writer</a> - <a href="#comments">6 comments</a></p>
			</header>
			<p>YouTube channel contain programming languages video, tricks, website development platforms etc.</p>
		</article>
		
		<article>
			<header>
				<h2>Article title</h2>
				<p>Posted on <time datetime="2009-09-04T16:31:24+02:00">September 4th 2009</time> by <a href="http://adityakumarsingh.co.in/aditya-kumar-singh">Writer</a> - <a href="#comments">6 comments</a></p>
			</header>
			<p>Information about aditya Kumar singh, here you find total experience, managed website, skills.</p>
		</article>
		
	</section>

	<aside>
		<h2>About Aditya</h2>
		<p>Information about aditya Kumar singh, here you find total experience, managed website, skills.</p>
	</aside>

	<footer>
		<p>Copyright 2021 Aditya Kumar Singh</p>
	</footer>

</body>

</html>


Leave a Reply