NEW
Font size
WorksheetsELEWEB 323 - Midterm Exam
Total questions: 70
Worksheet time: 35mins
Which attribute specifies the link's destination?
Which HTML tag is used to display text in italics?
<i>
<italic>
<it>
<emphasize>
<style>
Which HTML tag is used to make text bold?
<b>
<bold>
<strong>
<bb>
<weight>
These are label pieces of content such as "heading", "paragraph", "table", and so on
HTML (Hyper Text Markup Language)
Web Browsers
HTML elements
HTML tags
HTML tags are element names surrounded by __________.
<angle brackets>
(round brackets)
[square brackets]
(round brackets) and [square brackets]
The first tag in a pair is the start tag, the second tag is the __________.
new tag
end tag
last tag
old tag
The start tag is also called the ____________, and the end tag the closing tag.
start tag
beginning tag
new tag
opening tag
The end tag is written like the start tag, but with a forward slash inserted before the tag name. Which is the following is an example of a correct end tag?
<p>
<p/>
</p>
</p/>
HTML tags normally come _________ like <p> and </p>
in pairs
in groups
in one
in single
JPEG
DOC
GIF
WAV
More than 90 percent of websites on the Internet are coded using HTML.
True
False
