The Web and HTML
Cascading Style Sheets (CSS) represent a major breakthrough in how Web-page designers work by expanding their ability to control the appearance of Web pages, which are the documents that people publish on the Web.
For the first few years after the World Wide Web (the Web) was created in 1990, people who wanted to put pages [...]
Posted on Jun 27, 2008
HTML is Markup Language
A markup language is a method of indicating within a document the roles that the document’s pieces are to play. Its focus is on the structure of a document rather than its appearance. For example, you can indicate that one piece of text is a paragraph, another is a top-level heading, and another is a [...]
Posted on Jun 27, 2008
HTML Basics
CSS was designed to work with HTML. To take advantage of CSS, you need to know some HTML. As stated in the Preface, we assume most readers have had some exposure to HTML. However, to ensure we all talk about the same thing, we now review the basics of HTML.
Posted on Jun 27, 2008

