First page Back Continue Last page Graphics
The CSS Tags For HTML
CSS has introduced some html concepts that are only for using .css with html
- Classes – allow you to identify sub groups of content for the application of a common css property set (exz: Navigation)
- IDs – allow you to uniquely identify elements in the content. An ID is more specific than a class