Chapter 1: Adding Text, Images, and Links
In This Chapter
Understanding HTML basics
Working with semantic markup
Inserting text and graphics
Hyperlinking text and graphics to other pages
Labeling objects in preparation for using CSS, jQuery, and JavaScript
Making page content accessible with HTML
At this point in the design process, you’ve already discovered a little bit about HTML coding, syntax, and structure. To complement that knowledge, you’ve also made several important decisions about the look and feel of your design and have hopefully already mocked up the home page in your preferred graphics software program and presented your design to your web client for review and approval. In this chapter, you find out how to put all those pieces together into a single HTML document. ...