HTML Basics Flashcards
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
What is the tag used for a dropdown list?
What do you use to assign values to your dropdown list?
What would you use to indicate the type of information needed in a field?
placeholder
What do you do to have a checkbox already checked?
Add checked in the input tag
How do you assign a default value in a dropdown list?
add selected in the option tag
What is the tag used for a table?
What is the tag used for a row?
What is the tag used for a cell?
What is the tag used for a table head?
What is the tag used for a table header?
What is the tag for a link
<a></a>
What is the attribute used for a link
href
How do you put an anchor in a link?
use #