My assignment was to read chapters 1 to 3 and then make (practice then copy?) a sample of each chapter. Below is the images of a sample of each chatper (total: 3).
The assignment is: here.
In chapter 1, Concatenation is similar to adding strings. The concatenation operator can be put to work by utilizing the period (.) key. Line 13 shows how the period (.) key is being utilized to add the author's first and last name. Line 19 where the code is commanded to print out a text that is altered into $author.
In chapter 2, The sample I chose to work on is focused on drop-down menus and how to create a small application while using them. When accessing array elements, the code must include the foreach loop. The code below is the drop-down calendar.
In chapter 3, I learned lessons about how to include multiple files, HTML forms, and creating functions and making sticky forms.