Kevin D
Quiz by , created more than 1 year ago

9th grade AP Computer Science Principles (Networking) Quiz on Attributes in HTML, created by Kevin D on 06/12/2016.

11
0
0
Kevin D
Created by Kevin D over 7 years ago
Close

Attributes in HTML

Question 1 of 6

1

Fill the blank space to complete the text.

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

Explanation

Question 2 of 6

1

Fill the blank space to complete the text.

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

Explanation

Question 3 of 6

1

Fill the blank space to complete the text.

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

Explanation

Question 4 of 6

1

Fill the blank space to complete the text.

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

Explanation

Question 5 of 6

1

Fill the blank space to complete the text.

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

Explanation

Question 6 of 6

1

Fill the blank space to complete the text.

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

Explanation