0
這是我在HTML 5中的網站代碼在這段代碼中,我們製作了一些章節,因爲您看到標題橫幅和導航欄因爲我不明白爲什麼我們在相同的代碼中單獨編寫標題橫幅和導航欄而什麼是主要原因製作這些部分的背後?而我不明白該橫幅代碼爲什麼我們使用橫幅代碼?HTML 5 section division
<!-- Header -->
<header id="header">
<div class="logo container">
<div>
<h1><a href="index.html" id="logo">Malik Waqar Azim</a></h1>
<br><br>
<p>Bachelors in Software Engineering</p>
</div>
</div>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li class="current"><a href="about-me.html">About Me</a></li>
<li><a href="contact-me.html">Contact Me</a></li>
</ul>
</nav>
<!-- Banner -->
<div id="banner-wrapper">
<section id="banner">
<h2>About Me</h2>
<p>I am currently pursuing bachelors in software engineering at UET Taxila.</p>
<p>I completed my intermediate and matriculation from Fauji Foundation College Lalazar</p>
</section>
</div>
你在說''?這些只是HTML評論,並不一定意味着什麼。如果這不是你問的問題,你的問題是不清楚的... – jeremy
我是編程領域的新人我開始編程兩週前但感謝您的幫助我在您的評論中得到了我的答案 –