Images are not technically inserted into a web page
What images are linked to web pages
The HTML <a> tag defines
What is a hyperlink?
CSS can be added to HTML documents in 3 ways:
What is
<h1> headings
What should be used for main headings?
a <td> and a </td> tag.
What is each table cell defined by?
The <img> tag
What is the image tag?
The target attribute can have one of the following values:
What is
An internal CSS is used to
What defines a style for a single HTML page?
You can specify the size for any heading with the
What is style attribute, using the CSS font-size property
Everything between <td> and </td>
What is the content of a table cell?
The <img> tag has two required attributes:
what is
To use an image as a link.
What is the <img> tag inside the <a> tag?
An external style sheet is used to
What defines the style for many HTML pages?
the <h1> to <h6> tags.
What is HTML headings defined with?
<tr> and ends with a </tr> tag.
What does each table row start with?
The value of the alt attribute should
What is describing the images
The title attribute
What is extra information about an element?
The CSS color property
What defines the text color to be used?
The HTML <p> element
What defines a paragraph?
Add the style attribute to the <table> element:
What is sitting the width of the table?
You can use the style attribute to specify
What is the width and height of an image?
<a> element is the href
What indicates the link's destination?
The CSS border property
What defines a border around an HTML element?
The <hr> element
What is used to separate content?
Add the style attribute on a <th> or <td> element:
What is the size of a specific column?