An ID is used to define the style properties of a specific thing whereas a class is used to define something you may use multiple times. For instance, if you are going to make a loginbox you will use an id because you will only have one identical loginbox on the page whereas if you wanted every quote to be given the same style you would use a class, this would mean all elements with class=quote (after you define it in the CSS) would always style quotes to your needs. In short, you could use either as they have pretty much the same outcome, but organised CSS is good CSS so you are better off using classes and ID's as i have defined them above.
Period which specifies to a class using (.) or dot operator Where as hash or # specifies to id of a particular attribute of HTML tags
"class" is an attribute of most if not all HTML tags. To apply a CSS class to a tag, simply make the class attribute equal to that CSS class. For example, suppose you have a CSS class called bigRed that makes text large and red. If you want to apply it to a certain text, just put it in a tag surrounding that text. e.g. . . . but my <span class='bigRed' >car</span> was faster than . . .
The REL attribute in HTML is a shortened version of "relationship." REL attributes are used to define the relationship between one file and another.
There is an attribute which defines the name of the image to be displayed. The attribute is called as ALT or alternate.
The color of a hyperlink that has not been clicked can be specified by setting the "BGCOLOR" attribute in the HTML tag.
Period which specifies to a class using (.) or dot operator Where as hash or # specifies to id of a particular attribute of HTML tags
A tag is a declaration of a HTML object whereas an Attribute is a property of an object.
"class" is an attribute of most if not all HTML tags. To apply a CSS class to a tag, simply make the class attribute equal to that CSS class. For example, suppose you have a CSS class called bigRed that makes text large and red. If you want to apply it to a certain text, just put it in a tag surrounding that text. e.g. . . . but my <span class='bigRed' >car</span> was faster than . . .
The REL attribute in HTML is a shortened version of "relationship." REL attributes are used to define the relationship between one file and another.
DHTML combines HTML, JavaScript, the HTML DOM, and CSS.
hello
There is an attribute which defines the name of the image to be displayed. The attribute is called as ALT or alternate.
The color of a hyperlink that has not been clicked can be specified by setting the "BGCOLOR" attribute in the HTML tag.
You can change HTML attributes easily. Using Dom that can be done using JavaScript.
http://dhivacpt.blogspot.com/2007/10/difference-between-ddr1-and-ddr2.html
This is not a tag. It is an attribute and part of CSS
Align is an attribute included in the HTML format. You can align the position to be right, left or center.