From the course: Practical HTML for No-Coders
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Understanding lists
From the course: Practical HTML for No-Coders
Understanding lists
- [Instructor] One of the next most common structures you'll encounter in HTML is the list. And two of the most commonly used list types in HTML are the ordered and the unordered lists. An ordered list is one that displays like a list of instructions in a certain order or one thing after another. The items should be completed or executed in this order, or they're ranked in this order. And that order matters greatly. An unordered list is just a list of stuff. The order doesn't really matter that much. You could rearrange things, and the meaning of that list of stuff is not lost. You may want to have a specific order for marketing reasons, but honestly, it doesn't really matter what order the things are listed in. So I have given you here in our next CodePen, remember, you can get these from your exercise files folder in the text file that has a list of all the links, and this is an article about H+ Sport Mineral Water.…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
What is HTML and how is it structured?4m 35s
-
Understanding headings and paragraphs7m 45s
-
(Locked)
Understanding lists6m 44s
-
(Locked)
Understanding nesting lists4m 5s
-
(Locked)
Creating links that go to another website4m 50s
-
(Locked)
Creating links within a page7m 31s
-
(Locked)
Challenge: What's wrong with this markup?2m 23s
-
(Locked)
Solution: What's wrong with this markup?7m 10s
-
(Locked)
Linking to PDF files4m 51s
-
(Locked)
Understanding images4m 53s
-
(Locked)
Implementing images5m 6s
-
(Locked)
Creating figures and figure captions4m 24s
-
(Locked)
Quoting text3m 24s
-
(Locked)
Understanding tables5m 24s
-
(Locked)
Working with classes, div, and span6m 54s
-
(Locked)
Posting a video in HTML4m 13s
-
(Locked)
Challenge: Marking up text2m 20s
-
(Locked)
Solution: Marking up text2m 33s
-
-