Related Articles

CSS and HTML 5
CSS and HTML 5 – Classes in CSS
Classes allow you to format text in different tags similarly. Classes can be reused numerous times on a page, and they can be combined together. class.html classStyle.css

*NEW
CSS and HTML 5 – Tag Based Class Attributes
You can use Tag Elements with CSS Classes to create text with similar styling. classTagStyle.css classTag.html

CSS and HTML 5
CSS and HTML 5 – ID in CSS
You can assign CSS attributes to HTML features using ID’s like you would with Classes. idStyle.css id.html
Be the first to comment