<!DOCTYPE html>
<html>
<head>
<!-- Your CSS and JAVASCRIPT codes will be Here -->
</head>
<body>
<!-- The section that Contains the Logo, Banner, Social Icons etc and sometimes the Standard Menu Bar too -->
<header id="page_top">
NIRJHOR.NET
<nav>HOME | ABOUT | CONTACT</nav>
</header>
<!-- Main is the Container of the Contents of any specific Page -->
<main>
<div id="page_inside">
<article id="article1" class="articles">
<h3>
Home Page
</h3>
<cite>Welcome</cite>
<p>
Dear Visitor, Welcome to my Website. <br />Thank you for visiting it!<br />
Here you will get my Profile and Portfolio.<br /><br />
<span style="color:red;">Nirjhor Anjum</span>, Faculty Head, PIIT<br />
</p>
<aside>Note: To visit the Family Profile of Nirjhor Anjum go to www.family.com/anjum</aside><br />
</article>
<article id="article2" class="articles">
<h3>
Home Page
</h3>
<cite>Welcome</cite>
<p>
Dear Visitor, Welcome to my Website. <br />Thank you for visiting it!<br />
Here you will get my Profile and Portfolio.<br /><br />
<span style="color:red;">Nirjhor Anjum</span>, Faculty Head, PIIT<br />
</p>
<aside>Note: To visit the Family Profile of Nirjhor Anjum go to www.family.com/anjum</aside><br />
</article>
</div>
</main>
<aside>
<section>
<address>
<abbr title="Nirjhor Network">NN</abbr> Inc.<br />
55 Falmer Road, London<br />
United Kingdom
</address>
</section>
<section>
<address>
Thank you!
</address>
</section>
</aside>
<footer id="page_tail">
<!-- DETAILS TAG -->
<details>
<summary>Copyright 1999-2014.</summary>
<p> - by Nirjhor Network Incorporate</p>
<p> - All content and graphics on this web site are the property of the company NN Inc.</p>
</details>
</footer>
</body>
</html>
Post a Comment