Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html section tag

<html>
<head></head>
<body>
    <header></header>
    <section>
        <h1>ffffff</h1>
        <div>
            <span></span>
        </div>
        <div></div>
    </section>
    <footer></footer>
</body>
</html>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #html #section #tag
ADD COMMENT
Topic
Name
5+4 =