Answers for "what does section does html"

0

html section tag

<html>
<head></head>
<body>
    <header></header>
    <section>
        <h1>ffffff</h1>
        <div>
            <span></span>
        </div>
        <div></div>
    </section>
    <footer></footer>
</body>
</html>
Posted by: Guest on April-15-2020

Browse Popular Code Answers by Language