Finish HTML
Lesson 7 of 19 in Coddy's Netflix Sign-in Page Clone | Front-end project course.
Challenge
EasyBelow the form tag, create a
ptag with the textNew to Netflix?After this text, but inside theptag itself, create anatag with textSign up now(it should look like below):<p>some text <a href="#">some text</a></p>Below the
ptag, create asmalltag with text:This page is protected by Google reCAPTCHA to ensure you're not a bot.- Inside the
smalltag, after the above text, create anatag with the textLearn more
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>