HTML Flashcards
What is the form tag?
…
What is the form tag for a input box?
Request info:
Example
First name:
What is the form tag for a button?
“Radio” is the input type
“Name” is the return value after form submission
What is the form tag for a checkbox selection?
Cat
What is the form tag for a drop down menu?
Cars: <br></br>
the text
the text
What is the form tag for submitting the form?
What is the tag for a resetting form button?
What are the tags to be included in the form tag in order to receive the form submission?
This displays the submission info into the URL and uses query strings to send the data to the back end
This is a more private way to submit user data as it doesn’t show in the URL
What is the tag to make a comment on the HTML code so developers can get information on what they are reading?
Greater than, exclamation, dash dash
Close with
Dash dash, less than
What is the tag to divide up the webpage content?
<div> … </div>
This way sections of a webpage can be easily edited separately from other content
What is the tag for horizontal rule?
< hr >