Brand Quiz Challenge

<!DOCTYPE html>
<html>
<head>
    <title>Brand Quiz Challenge</title>
    <link rel="stylesheet" type="text/css" href="quiz.css">
</head>
<body>
    <div class="container">
        <h1>Brand Quiz Challenge</h1>
        <div id="question"></div>
        <div id="options"></div>
        <button id="next-btn">Next</button>
        <div id="result"></div>
    </div>

    <script src="quiz.js"></script>
</body>
</html>

:balloon:Hello! Welcome to the forum!

We see you have posted some code but did you have a question?

(You have not completed the “Tell us what’s happening:” field above)

Keep up the good progress!

Happy Coding! :slightly_smiling_face:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.