HTML
Which character is used to indicate a closing tag?
/
Select the best format for writing comments in HTML.
<!--this is a comment-->
Which of the following is the closing tag for the paragraph element?
</p>
To add links to a web page, what tag should be used?
<a>
What is the correct HTML tag for adding a background color?
<body bg="yellow">
What is the correct HTML element for inserting a line break?
<br>
How would a H2 heading be centered?
<h2 align="center">
Which tag will create the largest heading from this list:
<h2>
The following tag will show a numbered list.
<ol>
Which HTML element defines the browser tab name of a web page?
<title>
The following tag will show a bulleted list:
<ul>
Which is the best answer to this question: The tag </html> is found...
After </body>
Body tags are used for...
All of the elements/parts that should be visible on a web page.
HTML tags are surrounded by which type of brackets?
Angle < >
<h> is an example of a...
Heading Tag
Based on the following header element, what would actually be visible (displayed) in a web browser? Header: <h1> Hello World! </h1>.
Hello World!
What does HTML stand for?
Hyper Text Markup Language
The tag <IMG> would insert which of the following into a web page?
Image
<p> is an example of a...
Paragraph Tag
Which is NOT a web browser?
Yahoo