First page Back Continue Last page Image
The CSS Tags For HTML
- CSS has introduced some html concepts that are only for using css with html
- Classes – allow you to identify subgroups of content for the application of a common css property set (ex: Navigation)
- IDs – allow you to uniquely identify elements in the content. An ID is more specific than a class
- The <div> and <span> tags are frequently used for this function