WD 12. HTMLSemanticTags

 <!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HTML Semantic Tags</title>
</head>
<body>
    <h3>Semantic Elements</h3>
    <details>
        <summary>I have keys but no doors. I have space but no room. You can enter but can't leave. What am I?
        </summary>
        A keyboard
    </details>

    <details>
        I have keys but no doors. I have space but no room. You can enter but can't leave. What am I? A keyboard
    </details>
</body>
</html>

#Output:


Comments

Popular posts from this blog

JAVA Lab Programs

HANGMAN GAME

WD 22. StylingLinks&Buttons