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
PHP Project (Simple) – Dynamic Photo Gallery
This project shows you how to create a Picture Gallery App that is dynamically based off of the pictures in a folder. Previous Classes in Series: PHP Project (Simple) – Dynamic Photo Gallery Stream Prerequisites: […]

CSS and HTML 5
CSS and HTML 5 – Adding CSS to HTML (External, Internal, Inline)
CSS can be added to an HTML document 3 different ways. You can use an External Style Sheet, dd CSS to the Head of the HTML document, and within the HTML tags themselves. inlineCSS.html onPageCSS.html […]
Be the first to comment