Computer Science - Navigating the Web

Last updated about 4 years ago
10 questions
1

The main heading on a web page should be formatted using which tag?

1

Which of the following lines of a HTML document is incorrect?

1

What is the alt attribute in img tags used for?

1

What is displayed in a browser if the following line of HTML is used?
<p style="text-align:center;"><img src="MyPhoto.jpg"></p>

1

Which of the following is a benefit of using Cascading Style Sheets (CSS)?

1

What formatting would the following CSS lines apply to a HTML document?
body {
color: green;
}

1

What is the name given to programs that find web pages for search engines?

1

Which of the following statements is not part of a search engine’s ranking algorithm?

1

Which of the following search terms is likely to provide the most results?

1

What is wrong with the following HTML hyperlink?
<a href="quiz.htm">What is your spirit animal?<a>