What can the <main> part of a webpage be separated with?
<main>
<section> </section> tags
<section>
</section>
<nav> </nav> tags
<nav>
</nav>
<form> </form> tags
<form>
</form>
What tag should be placed at the bottom of a webpage?
<footer>
<header>
What kind of validation does the ‘required’ attribute place on user input?
Range check
Presence check
Length check
What input type should be used to give a user a limited set of options to choose from?
input type = “text”
input type = “number”
input type = “radio”