Web Design Flashcards
What does HTML stand for?
Hyper text markup language
Which file extension is used for starting web pages?
.html
What should be the first element in any web page?
Which is not part of an XHTML element?
Anchor
Ho would you create a link to another web page named “page2.html”?
<a>Link to Page 2</a>
What does the element <p> stand for?</p>
Paragraph
What is the syntax for an XHTML commet?
what bis the start tag for an individual item in a list?
<li>
</li>
Which of the following will create a bulleted list?
<ul></ul>
What is wrong with the following XHTML code?
<a>Visit YouTube</a>
http://
supposed to be “http://www.”
What is wrong with the following?
<img></img>
src
source is supposed to be src
What will happen if we specify an image’s height and width outside of its true original proportion?
The web browser will display a distorted version of the image
What is generally considered the best format to use for color photographs on the web?
.jpg
Which of the following is not an available attribute for the <img></img> element?
a) alt
b) filename
c) height
d) width
b) filename
What image format can support animation?
.gif