HTML 2 Flashcards
(38 cards)
What is the HTML code for bold text?
<b></b>
What is the html code for inserted text?
<ins></ins>
What is the html code for important text?
<strong></strong>
What is the html code for italic text?
<i></i>
What is the html code for small text?
<small></small>
What is the html code for emphasized text?
<em></em>
what is the html code for marked text?
<mark></mark>
In HTML, what are comment tags used for?
Comment tags are used to insert commands in the HTML source code.
What is the html code for superscript text?
What is the html code for deleted text?
<del></del>
What do Web pages often contain in HTML?
Web pages often contain multimedia elements of different types and formats.
What is the html code for subscript text?
Give an example of html code on how to generate an italic text
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p><i> This text is italic </i></p>
</body></html>
What is the heading tag in html?
<h2>...........</h2>
Give an example of how to use a comment tag in html
<!-- This is a comment -->
What is Multimedia?
Sound,music,videos,movies and animations
Where are multimedia elements stored in?
Multimedia elements are stored in media files
What do we have to look for to find the type of file?
file extension
What are common video formats that are supported by HTML ONLY?
MP4, webM and OGG
Which group developed MPEG?(.mpg/.mpeg)
Moving Pictures Expert Group
Is MPEG(.mpg/.mpeg) supported by HTML?
no
Which was the first popular video format on web?
MPEG(.mpg/.mpeg)
What does AVI(.avi)video format stand for?
AVI(.avi) stands for ‘Audio Video Interleave’
Which company developed AVI (.avi) video format?
Microsoft