This chapter covers
- The structure of an article page
- Laying out the page using CSS Grid
- Making the article look good on smartphone screens
- Crafting a ChatGPT prompt for building an article page
- Examining and customizing the ChatGPT-generated code
There are as many reasons to set up a web page as there are people who want to establish some kind of web presence. However, most of these reasons can be gathered under two broad umbrellas: self-expression and information sharing. So far in this book, you’ve worked on several projects related to self-expression: the personal home page (chapter 3), the online journal (chapter 5), the photo gallery (chapter 10), and the portfolio page (chapter 11). You’ve also worked on projects related to information sharing: the book club page (chapter 4), the information website (chapter 6), the interest or hobby website (chapter 7), the event sign-up page (chapter 8), and the recipe page (chapter 9).