From the course: Practical HTML for No-Coders
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Quoting text
From the course: Practical HTML for No-Coders
Quoting text
- [Instructor] Quotes appear all over websites. There may be a testimonial from a customer, or a quote from someone in senior management. We also quote book passages, movie scenes, song lyrics, and more. Anytime you're using someone else's words, you need to make it clear what was said and who said it. And there is a way to go about doing this using the block quote element. And I'm going to show you two ways to mark this up. I'm going to show you the way that you would do this with just the block quote element. And then I'm going to show you an improved way of doing this making use of figures once again. So let's start with the block quote methodology. As you see here, we have a bit of text about H+ Sport's philanthropy, and it was said by Maria Sontas, who's the Director of Marketing. So normally we would think about this. We would say, well, there's a paragraph, right? That's a paragraph of stuff that she said and…
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
-
-