Kevin D
Test por , creado hace más de 1 año

9th grade (Networking) AP Computer Science Principles Test sobre Attributes in HTML, creado por Kevin D el 06/12/2016.

11
0
0
Kevin D
Creado por Kevin D hace más de 7 años
Cerrar

Attributes in HTML

Pregunta 1 de 6

1

Rellena el espacio en blanco para completar el 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.

Explicación

Pregunta 2 de 6

1

Rellena el espacio en blanco para completar el 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.

Explicación

Pregunta 3 de 6

1

Rellena el espacio en blanco para completar el texto.

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

Explicación

Pregunta 4 de 6

1

Rellena el espacio en blanco para completar el texto.

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

Explicación

Pregunta 5 de 6

1

Rellena el espacio en blanco para completar el 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.

Explicación

Pregunta 6 de 6

1

Rellena el espacio en blanco para completar el 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>

Explicación