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>