Preskoči na glavni sadržaj
Prijava
Sign up for FREE
arrow_back
Biblioteka

Computer Science - Navigating the Web

star
star
star
star
star
Posljednje ažuriranje over 4 years ago
10
1
1
1
1
1
1
1
1
1
1
Pitanje 1
1.

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

Pitanje 2
2.

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

Pitanje 3
3.

What is the alt attribute in img tags used for?

Pitanje 4
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>

Pitanje 5
5.

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

Pitanje 6
6.

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

body {

color: green;

}

Pitanje 7
7.

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

Pitanje 8
8.

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

Pitanje 9
9.

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

Pitanje 10
10.

What is wrong with the following HTML hyperlink?

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