Here is a mind map of the overall book (with expansion of the subtopics for chapter 4):
All of the sub-topics in this chapter have a blend of something I am familiar with as well as new material based on an XML approach. I think it best to follow this chapter closely and see where I am when I have completed the exercises.
Chapter 4 Basics
Exercise 1 Creating and Saving a New Document
Done. Easy. The new step is creating it from the menu bar: File -> New and then making sure that the Document Type is XHTML 1.0 Transitional. The DOCTYPE tells the browser which version of HTML or XHTML it should use to render the page.
"Most web servers recognize the index.htm (or index.html) file as the default home page." [p. 59]
Exercise 2 Setting Page Titles
Done. Easy and familiar material.
Exercise 3 Inserting Images
Done. Easy and fascinating. Until now I have always used a click and drag to place an image from the Files panel onto the page. This exercise recommended using the Assets panel. Place the cursor where you want the image to appear on the page, then click on the image in the Assets panel and then click on the Insert button at the bottom of the panel. Be sure that you fill in the Alternate text field when the pop-up window appears. Both approaches ensure that the image is within the site folder, which is critical.
I am going to try using this new approach when adding images to this web site.
"Get into the habit of looking at the Code view of your page as often as possible. It's a great way to get more comfortable with what goes on behind the scenes in the XHTML code." [p. 65]
Exercise 4 Inserting Text
Done. Easy and familiar material.
Exercise 5 Aligning Text and Images
Done. Easy and familiar material.
Exercise 6 Creating Links with Images and Text
Done. Easy and familiar material.
Exercise 7 Inserting <meta> Tags
Done. This was new material for me. I have never paid much attention to this topic.
I have now added two new meta tags to this page: one for keywords, the other for a description.