Chapter 18. Completing Website Development
In this chapter, you'll complete the entire website coding, including different structures of web pages (home page, list page, detail page) utilizing the components prepared in the previous chapter.
For the coding practice, you'll use Live Server (VS Code extension). Using the Live Server features, you can also check how your website looks like on your mobile devices during the coding process.
By the end of this chapter, you will have your own HTML & CSS Introduction practice demo website.
The following lessons are covered in this chapter.
Lessons in this chapter
- Website Structure Design
- Live Server
- Home (Landing) Page Development
- Main (List) Page Development
- Content (Detail) Page Development