HTML Semantic Elements
Free 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 you like our efforts? If Yes, please give DataFlair 5 Stars on Google