HTML Semantic Elements
Full Stack Web Development Courses with Real-time projects Start Now!!
Program 1
<html>
<body>
<!--<header>
<h2>Welcome</h2>
<p>This is my Blog</p>
</header>
<h2>THEME PARK</h2>
<p>Me and my family visited this theme park</p>
<aside>
<h4>ABOUT THEME PARK</h4>
<p>It has some great attractions like playing certain games,events etc</p>
</aside>-->
<!--<section>
<h2>HTML</h2>
<p>It is used to create web page</p>
<h2>HTML Links</h2>
<p>They allow users to navigate through different pages.</p>
</section>-->
<!--<article>
<h2>CSS</h2>
<p>It is used to design web pages.</p>
<h2>Bootstrap</h2>
<p>It is used to create responsive webpages</p>
</article>-->
<nav>
<a href="#">HTML</a>|
<a href="#">CSS</a>|
<a href="#">JQuery</a>
</nav>
<footer>
<p>Mail to:<a href="#">[email protected]</a></p>
</footer>
<address>
<p> 33,Park Avenue,London
(+1)979-305-42
</p>
</address>
</body>
</html>
Did we exceed your expectations?
If Yes, share your valuable feedback on Google

