Kevin D
Quiz por , criado more than 1 year ago

9th grade AP Computer Science Principles (Networking) Quiz sobre Attributes in HTML, criado por Kevin D em 06-12-2016.

11
0
0
Kevin D
Criado por Kevin D mais de 7 anos atrás
Fechar

Attributes in HTML

Questão 1 de 6

1

Preencha o espaço em branco para completar o texto.

- These enhance HTML tags and modify them. The attributes are nested inside the tag. <body bg color = yellow> Values are entered after the tag and attribute in a line of HTML code.

Explicação

Questão 2 de 6

1

Preencha o espaço em branco para completar o texto.

- used to move viewers to another page. Used with <a href = "url">text in the web browser</a>. They can link to another spot within the HTML document, a URL or a webpage, or another page on your own computer.

Explicação

Questão 3 de 6

1

Preencha o espaço em branco para completar o texto.

- Uniform Resource Locators that pinpoint an exact file on the web.

Explicação

Questão 4 de 6

1

Preencha o espaço em branco para completar o texto.

- These such as .gif and .jpg tell the browser how to display and handle information.

Explicação

Questão 5 de 6

1

Preencha o espaço em branco para completar o texto.

- This tag is used to insert images into the web, an example can be <img src="cit logo.jpg" alt="CIT logo">. Height and width attributes can specify dimension. Border attributes can place a border around a image and align attributes specifies the location of the image.

Explicação

Questão 6 de 6

1

Preencha o espaço em branco para completar o texto.

- If you click on a picture, it will take you to another web page. The syntax for this is <a href= "cit.html"><img src ="cit logo.gif"></a>

Explicação