Example
Consider this example: style="background-color:orange">
style="background-color:orange"
, tells the browser to style the body element with a background color of orange. The browser knows to make the background color orange because we are using standard HTML tags and attributes (along with standard Cascading Style Sheets code) for setting the color.Another Example
Here's another example of adding an attribute to an HTML tag. In this example, we use the tag to create a hyperlink to the Quackit website.This results in:
Many attributes are available to HTML elements, some are common across most tags, others can only be used on certain tags. Some of the more common attributes are:
Attribute | Description | Possible Values |
---|---|---|
class | Used with Cascading Style Sheets (CSS) | (the name of a predefined class) |
style | Used with Cascading Style Sheets (CSS) | (You enter CSS code to specify how the way the HTML element is presented) |
title | Can be used to display a "tooltip" for your elements. | (You supply the text) |
You will see more attributes being used as we cover off some of the more advanced HTML elements.
0 komentar:
Posting Komentar