Related Articles

*NEW
CSS and HTML 5 – Sticky Position
By setting the Position Attribute to “Sticky” it will allow the element to stay at the same location as you scroll through an HTML page. stickyStyle.css sticky.html

CSS and HTML 5
CSS and HTML 5 – Basic CSS Syntax
The basic syntax of CSS is to Assign Values to Properties for Selectors. In CSS “selectors” are synonymous with tags. So the h1 Selector refers to the h1 HTML Tag. CSSsyntax.html
Be the first to comment