Zusammenfassung der Ressource
Frage 1
Frage
[blank_start]Attributes[blank_end] - 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.
Frage 2
Frage
[blank_start]Links[blank_end] - 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.
Frage 3
Frage
[blank_start]URL[blank_end] - Uniform Resource Locators that pinpoint an exact file on the web.
Frage 4
Frage
[blank_start]File Extensions[blank_end] - These such as .gif and .jpg tell the browser how to display and handle information.
Frage 5
Frage
[blank_start]<img>[blank_end] - 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.
Frage 6
Frage
[blank_start]Hyperlinked Pictures[blank_end] - 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>