HTML5 Flashcards
How to tell the browser which version of html you are using
!doctype
what opening and closing tag should all html code be wrapped in
html
any markup information about your page should go in the ___ tag
head
any markup that displays to the user should go in the ___ tag
body
nest many elements within this element tag
div
radio buttons are a type of —-
input
all radio buttons should have the same ____ attribute to create a radio button group
name
clicking this button will send data from the form to the specified url.
submit button
the ___ is a great way to get input from a user.
input element
what tag creates an UNORDERED list
ul
what tag creates an ORDERED list
ol
turn elements into links using the ___ element
a
what attribute contains the destination you want a link to go to
href
the ___ tag helps search engines and other developers find the main content of your page
main
html paragraphs are desinged with the___ tag
p