Italicise a technical term.
Acceptance criteria
- 1.Italicise a technical term.
HTML Tutorial · HTML Tags
These 10 tasks go with the HTML <i> Tag 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: “The tag in HTML is used to display text in italic style . Unlike , which emphasizes text semantically, is generally used for stylistic purposes such as foreign words, technical terms, or titles of works. It is an inline element .” .
1.Italicise a termexercise · easy · 10 min
Italicise a technical term.
Passes when: Italicise a technical term.
2.A foreign phraseexercise · easy · 10 min · practice plan
Italicise a Latin phrase.
Passes when: Italicise a Latin phrase.
3.A ship nameexercise · easy · 10 min · practice plan
Italicise a vessel's name.
Passes when: Italicise a vessel's name.
4.Two italic termsexercise · easy · 10 min · practice plan
Italicise two terms in the same sentence.
Passes when: Italicise two terms in the same sentence.
5.A defined term in a listexercise · medium · 10 min · practice plan
Italicise the term inside a list item.
Passes when: Italicise the term inside a list item.
6.Fix the inline style used for italicsbug fix · easy · 8 min
Use the element rather than a style attribute.
Passes when: Use the element rather than a style attribute.
7.Fix the quotation marks used for a termbug fix · easy · 8 min · practice plan
Mark the phrase up instead of quoting it.
Passes when: Mark the phrase up instead of quoting it.
8.Fix the bold used for a ship namebug fix · easy · 8 min · practice plan
A name in running text is italic, not bold.
Passes when: A name in running text is italic, not bold.
9.Fix the missing second termbug fix · easy · 8 min · practice plan
Both terms should be italic.
Passes when: Both terms should be italic.
10.Fix the term outside the list itembug fix · easy · 8 min · practice plan
The term belongs inside the item.
Passes when: The term belongs inside the item.
Between them these tasks cover Italic text, Technical terms and Foreign phrases.
Looking for a different chapter? See every practice set, or switch to the interview theory questions.