Sunteți pe pagina 1din 2

Basic HTML for Website Builders Quiz:

1) What does "HTML" stand for?


a) Hyper Text Markup Language
b) Hyperlinks and Text Markup Language
c) Home Tool Markup Language
Answer: a

2) What do search engines use to index the content of a web pages?


a) Paragraphs
b) Headings
c) Body
Answer: b

3) Choose the correct HTML tag for the largest heading:


a) <heading>
b) <h6>
c) <h1>
Answer: c

4) What is the correct HTML tag for inserting a line break?


a) <br />
b) <break />
c) <lb />
Answer: a

5) An HTML tag that doesn't have an end tag is called:


a) An empty tag
b) A blank tag
c) An HTML tag always has an end tag.
Answer: a

6) What is the correct HTML for adding a background color?


a) <background>yellow</background>
b) <body background="yellow">
c) <body style="background-color:yellow">
Answer: c

7) Choose the correct HTML tag to make a text bold:


a) <bold>
b) <b>
c) <strg>
Answer: b

8) Choose the correct HTML tag to make a text italic:


a) <i>
b) <emp>
c) <italic>
Answer: a

9) What is the correct HTML for creating a hyperlink?


a) <a>http://www.sctc.edu</a>
b) <a url="http://www.sctc.edu"> Visit St. Cloud Technical College!</a>
c) <a href="http://www.sctc.edu"> Visit St. Cloud Technical College!</a>
Answer: c

10) What is the correct HTML for inserting an image?


a) <image src="image.gif" />
b) <img>image.gif</img>
c) <img src="image.gif" />
Answer: c

S-ar putea să vă placă și