Add a heading followed by a paragraph.
Acceptance criteria
- 1.Add a heading followed by a paragraph.
HTML Tutorial · HTML References
These 10 tasks go with the Complete HTML Tag List chapter. 5 of them ask you to build something small from scratch; 5 give you code that is already broken and ask you to work out why. Set aside about 90 minutes for the whole set, though you can do them in any order.
Nothing here is marked by a person. When you press Submit, the editor checks your code against the points listed under each task and tells you straight away what passed and what didn't (you need a free account to submit). If you get stuck, there are hints, and a worked solution once you've had a go. The first 2 tasks are free; the rest are part of the practice plan.
If it's been a while since you read the chapter, here is how it starts: “HTML tags are the building blocks of every webpage. They define the structure, meaning, and presentation of web content — from headings and paragraphs to images, videos, forms, and layout elements.” .
1.A heading and textexercise · easy · 10 min
Add a heading followed by a paragraph.
Passes when: Add a heading followed by a paragraph.
2.A list of linksexercise · easy · 10 min · practice plan
Build a list where each item holds a link.
Passes when: Build a list where each item holds a link.
3.A data tableexercise · easy · 10 min · practice plan
Build a table with a header row and a data row.
Passes when: Build a table with a header row and a data row.
4.A labelled fieldexercise · easy · 10 min · practice plan
Add a label tied to a text input.
Passes when: Add a label tied to a text input.
5.A small pageexercise · medium · 10 min · practice plan
Combine a heading, a paragraph and a list.
Passes when: Combine a heading, a paragraph and a list.
6.Fix the heading written as a paragraphbug fix · easy · 8 min
The page title is a heading.
Passes when: The page title is a heading.
7.Fix the links not in list itemsbug fix · easy · 8 min · practice plan
Each navigation link belongs in its own item.
Passes when: Each navigation link belongs in its own item.
8.Fix the header cell written as databug fix · easy · 8 min · practice plan
A column name is a th.
Passes when: A column name is a th.
9.Fix the field with no labelbug fix · easy · 8 min · practice plan
An input needs a label tied to it.
Passes when: An input needs a label tied to it.
10.Fix the list built from paragraphsbug fix · easy · 8 min · practice plan
A list of items is a real list.
Passes when: A list of items is a real list.
Between them these tasks cover Picking the right element, Semantics and Structure.
Looking for a different chapter? See every practice set, or switch to the interview theory questions.