HTML Flashcards
What is the purpose of an HTML form element?
better understand the content of the page and give the person using them more meaningful information.
Give five examples of form control elements.
button, checkbox, file, hidden, image, password, radio, reset, submit, and text.
Three examples of type attribute values for HTML <input></input> elements.
color, date, email, month, password.
Is HTML input block or inline?
An input element is inline-block by default.
Where do you put non-visible content about the HTML document?
display: none
Where do the <head> and <body> tags go in a valid HTML document?
between the <html> tag and the <body> tag.
What is the purpose of a <!DOCTYPE> declaration?
instruction to the web browser about what version of HTML the page is written in.