August 2013
Beginner
288 pages
8h 7m
English

Chapter Code
THE CODE EXAMPLES FOR THIS CHAPTER CAN BE DOWNLOADED FROM THE WEBSITE (HTTP://FOUNDATIONSOFWEBDESIGN.COM).
In the first chapter, we looked at the basic containing elements for a web document: the head and body elements. In this chapter, we’ll focus specifically on text elements that are contained within the body element.
The HTML document fowd_ch02_folder/01-book.html contains:
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <title>Book Outline ...
Read now
Unlock full access