Kevin D
Quiz von , erstellt am more than 1 year ago

9th grade AP Computer Science Principles (Networking) Quiz am Attributes in HTML, erstellt von Kevin D am 06/12/2016.

11
0
0
Kevin D
Erstellt von Kevin D vor mehr als 7 Jahre
Schließen

Attributes in HTML

Frage 1 von 6

1

Fülle die Lücke, um den Text zu vervollständigen

- 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.

Erklärung

Frage 2 von 6

1

Fülle die Lücke, um den Text zu vervollständigen

- 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.

Erklärung

Frage 3 von 6

1

Fülle die Lücke, um den Text zu vervollständigen

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

Erklärung

Frage 4 von 6

1

Fülle die Lücke, um den Text zu vervollständigen

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

Erklärung

Frage 5 von 6

1

Fülle die Lücke, um den Text zu vervollständigen

- 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.

Erklärung

Frage 6 von 6

1

Fülle die Lücke, um den Text zu vervollständigen

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

Erklärung