This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:web_development:lists:multilevel_lists [2021/11/28 15:36] mag [Adding Javascript] |
en:web_development:lists:multilevel_lists [2023/08/16 09:33] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Web Development Lesson 3 - Lists ====== | ====== Web Development Lesson 3 - Lists ====== | ||
| ===== Multi-level Lists ===== | ===== Multi-level Lists ===== | ||
| + | ==== Objectives ==== | ||
| + | In this exercise you will: | ||
| + | * create multi-level lists | ||
| + | * start using Visual Studio Code, a professional coding platform | ||
| + | * learn one way to target specific elements with CSS | ||
| ==== Setup ==== | ==== Setup ==== | ||
| - | * We'll start from a blank slate, so delete all the HTML and CSS you've entered so far. | + | * We'll start from a blank slate in [[https:// |
| ==== Nesting Lists ==== | ==== Nesting Lists ==== | ||
| Line 96: | Line 101: | ||
| * Save that and again open the code in Live Server. It should now have the formatting we added. | * Save that and again open the code in Live Server. It should now have the formatting we added. | ||
| - | [[en: | + | ==== Final Code ==== |
| + | If your code doesn' | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | [[en: | ||