Save
1st year Second semester (Midterm Exam)
ITEC 50A
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Justine Avio
Visit profile
Cards (22)
Who founded HTML?
Tim Berners-Lee
When founded HTML?
1991
What does HTML stands for?
Hypertext Markup Language
What does URL stands for?
Uniform Resource Locator
<
html
> is the element used to identify context.
What tag is for Bold Text?
<b>
What is the tag of big text ?
<big>
What is the tag for
italic
?
<i
>
What tag is used to indicate small text fonts?
<small
>
What tag is used for a strong text?
<strong>
What tag is for subscripted text?
<sub
>
What tag is used for superscripted text?
<sup>
<del>
tag is used to mark a portion of a text that has been deleted from the document. It is also rendered as strike-through text by the web browsers.
The
<ins>
HTML element represents a range of text that has been added to a document.
The
<!--...-->
tag is used to insert comments in the source code.
Attributes
provides additional info about the element.
What element is used to insert images?
<img.src>
What element is for
alter
?
alt
Two values in HTML (symbols)
px
,
%
Two HTML list
Ordered List
Unordered List
What HTML tag is used to create a list in numerical and/or alphabetical order?
<ol>
What HTML tag is used to create a list where items are bulleted by default?
<ul>