Day 11: Semantic HTML
असाइनमेंट:
<!DOCTYPE html>
<html>
<head>
<title>Semantic HTML</title>
</head>
<body>
<header>
<h1>मेरी वेबसाइट</h1>
<nav>
<a href=”#home”>होम</a> |
<a href=”#about”>हमारे बारे में</a> |
<a href=”#contact”>संपर्क करें</a>
</nav>
</header>
<main>
<section id=”home”>
<h2>स्वागत है</h2>
<p>यह होम सेक्शन है।</p>
</section>
<section id=”about”>
<h2>हमारे बारे में</h2>
<p>हम वेब डेवेलपमेंट सिखाते हैं।</p>
</section>
</main>
<footer>
<p>कॉपीराइट © 2024</p>
</footer>
</body>
</html>

UICT (Unique Institute of Computer Technology) is a tech-focused website providing the latest Technology updates, Product Reviews, Buying Guides, Deals, and useful lifestyle content.
Our goal is to deliver honest, research-based information to help you make smart buying decisions.
© Uict.co.in • All rights reserved