HTML Basics Flashcards
(37 cards)
What are the tags used to add a name to a webpage
What are the tags used to add a name to a webpage
In which section do you put the title of a page
head
In which section do you put the title of a page
head
Which tag is used for a header (the largest one)?
h1
What is the maximum size of a header?
6
What are the tags for underline
<u> or <ins></ins></u>
What are the tags for italic
<i> or <em></em></i>
What are the tags for underline
<u> or <ins></ins></u>
What is the tag for superscript
What is the tag for subscript
What is the tag for strikeout
or <del> </del>
What is the tag for an horizontal line
<hr></hr>
What are the tags used for a bullet list?
<ul> </ul>
Which attribute would you use to start a list at a specific position
start
ex: <ol></ol>
What are the tags used for a numbered list?
<ol> </ol>
Which attribute would you use to start a list at a specific position
start
ex: <ol></ol>
Which attribute would you use to order a list backwards
reverse
Which attribute would you use to use letters instead of numbers in a list?
type
What is the tag to add an image?
<img></img>
What is the tag to add a form?
What is the tag to add an input field?
What is the attribute you use to define the input field?
type
How do you make sure that radio buttons only allow one option?
add a name