Menu
Coddy logo textTech

Buttons

Lesson 5 of 19 in Coddy's Netflix Sign-in Page Clone | Front-end project course.

challenge icon

Challenge

Easy
  1. Below the second form-control create a button with the text Sign In inside.
  2. Below this button create a p tag with the id <strong>or</strong> and the text <strong>OR</strong> 
  3. Below the p tag create another button with an id code and text Use a sign-in code

Try it yourself

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
</head>
    <body>
        <!-- Write HTML code here -->
        <script src="script.js"></script>
    </body>
</html>

All lessons in Netflix Sign-in Page Clone | Front-end project