Twa kɔ nsɛm atitiriw so
Log in
Sign up for FREE
arrow_back
Laabri

Computer Science - Navigating the Web

star
star
star
star
star
Last updated over 4 years ago
10 Nsɛmmisa
1
1
1
1
1
1
1
1
1
1
Asemmisa {{asɛmmisaAhyɛnsode}}
1.

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

Asemmisa {{asɛmmisaAhyɛnsode}}
2.

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

Asemmisa {{asɛmmisaAhyɛnsode}}
3.

What is the alt attribute in img tags used for?

Asemmisa {{asɛmmisaAhyɛnsode}}
4.

What is displayed in a browser if the following line of HTML is used?

<p style="text-align:center;"><img src="MyPhoto.jpg"></p>

Asemmisa {{asɛmmisaAhyɛnsode}}
5.

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

Asemmisa {{asɛmmisaAhyɛnsode}}
6.

What formatting would the following CSS lines apply to a HTML document?

body {

color: green;

}

Asemmisa {{asɛmmisaAhyɛnsode}}
7.

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

Asemmisa {{asɛmmisaAhyɛnsode}}
8.

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

Asemmisa {{asɛmmisaAhyɛnsode}}
9.

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

Asemmisa {{asɛmmisaAhyɛnsode}}
10.

What is wrong with the following HTML hyperlink?

<a href="quiz.htm">What is your spirit animal?<a>