Each chapter, with the exception of the first and last, will have a cheat sheet summarizing the chapter. The cheat sheets are being written using the technologies we are discussing, and I will limit what tags and formatting used in the cheat sheet to just what I have already covered or am covering in the chapter. This means that this first cheat sheet is pretty limited in it’s presentation. The purpose of the cheat sheet is to give you a summary of the chapter and to allow readers who are already familiar with the material to review the material and decide if they want to skip the chapter. I urge those readers to attempt the project just to make sure they really do understand the material but that is up to you. Here is the cheat sheet and the source is located in my github repository.
The cheat sheet for this chapter.
A brief history of HTML
What makes up a HTML file
How tags are used to create HTML elements
How to display things such as <, >, &, 😀
Linking to other pages, other sites, and within the page
Adding images and image maps to your page.
Ordered and unordered lists and nesting lists.
Tables with spanning rows and columns.
The game of NIM is the project for this chapter.
How my solution to the NIM game was put together
Solving Nim.