From the course: Crafting Meaningful HTML

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Challenge: First pass at article markup

Challenge: First pass at article markup - HTML Tutorial

From the course: Crafting Meaningful HTML

Challenge: First pass at article markup

(upbeat chime) - [Instructor] Ready for a little challenge now that you've had some introduction to some of these HTML tags? Let's see if you can apply them to a new document. So I have a starting Codepen available for you. What I would like for you to do first is to read the text. Always start by reading the text. Think about what the text is saying, how it functions on the website, what's the purpose of the page, what kinds of content are present, and you might start thinking about how you would mark it up. Then I would like you to go through and mark the text up to create a meaningful, semantic document. And you want to consider some of the tags that I've talked about like h1 and all of its related headings. Paragraph, strong, and em. Various kinds of links, and ordered, unordered, and definition lists are all things that you can think about. Now in this particular document I've done this a little bit differently for you. Rather than envisioning this as a full web page, I've got…

Contents