TAG Attributes |
|
|
HTML Tags have attributes that are used within the start tag of HTML elements. Attributes provide additional information to the elements. Attributes have names and values. You can specify values in quotes or without quotes but they should be enclosed in quotes. You can use double style quotes as well as single style quotes.
this paragraph is centered align
Heading is right aligned
Horizontal Ruled Lines
tag is used for Horizontal Rule. Horizontal Rules are used to separate different areas of your web document. tag does not have a closing tag. You can also add certain attributes to the tag like width, size, color etc.
You can specify width in fixed pixel size or in percentage of the screen.
|
|
|