This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:web_development:lists:checklists [2021/12/06 06:05] mag created |
en:web_development:lists:checklists [2023/08/16 09:33] (current) |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ==== Setup ==== | ==== Setup ==== | ||
| * Continue using the ' | * Continue using the ' | ||
| - | **lists.html** | + | |
| - | < | + | * [[https://techschool.murraygunn.id.au/webdev/classes/lists/2/style.php|style.css]] |
| - | <html lang=" | + | |
| - | < | + | |
| - | <meta charset=" | + | |
| - | <meta http-equiv=" | + | |
| - | <meta name=" | + | |
| - | < | + | |
| - | <link rel=" | + | |
| - | <script src=" | + | |
| - | </head> | + | |
| - | < | + | |
| - | < | + | |
| - | Who Am I? | + | |
| - | </h2> | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ul> | + | |
| - | </li> | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | </ | + | |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | **style.css** | + | |
| - | < | + | |
| - | color: blue; | + | |
| - | } | + | |
| - | + | ||
| - | ol ol { | + | |
| - | font-weight: | + | |
| - | }</ | + | |
| ==== Input Checkbox ==== | ==== Input Checkbox ==== | ||
| * Create a basic unordered list at the end of your existing html code (just before the < | * Create a basic unordered list at the end of your existing html code (just before the < | ||