HTML Flashcards
1
Q
open link in a new tab
A
<a></a>
2
Q
wrap all the form elements inside the form tag
A
3
Q
Add a text input with the id attribute set to “name” and the name attribute set to “user_name”.
A
open link in a new tab
<a></a>
wrap all the form elements inside the form tag
Add a text input with the id attribute set to “name” and the name attribute set to “user_name”.