Home > Additional Resources > Supplemental Articles
There were several topics that wouldn't fit in the class text (it was already big enough!), but they were worth covering in-depth. They are available here as articles in PDF format. These are additional HTML and CSS topics that were not placed in the class text, but rather are here for you to explore as time permits.
This article covers how to get your own domain name as well as tips for finding a server to host your website. It provides additional information to topics covered in Chapter 2.
Hosting Websites - stored on Google Drive
LWD5_Hosting.pdf (PDF) - author's site
You can use an image to create fancy borders around elements. This article, referenced in the borders discussion in Chapter 14, tells you how.
Border Images - stored on Google Drive
LWD5_BorderImages.pdf (PDF) - author's site
These days, the proper way to create columned page layouts is to use CSS Flexbox and Grid. However, these techniques are not supported in Internet Explorer 8. If your browser use statistics or client demand that you support IE8, you can use floats and positioning to create columned layouts as outlined in this article. If you don't need to support IE8, you can skip it. These are antiquated techniques only useful only as fallbacks.
The Float Layout - stored on Google Drive
LWD5_FloatLayout.pdf (PDF) - author's site
In addition to Flexbox and Grid Layout (covered in Chapter 16), you can format text content into columns using the CSS Multi-Column module. The layout chapter was already big enough, so this lesser-used technique is described in this supplemental article.
Multi-column Layouts - stored on Google Drive
LWD_Multicolumn.pdf (PDF) - author's site