Emphasise the word never.
Acceptance criteria
- 1.Emphasise the word never.
HTML Tutorial · HTML Tags
These 10 tasks go with the HTML <em> 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 indicate emphasized text . Browsers typically render text in italic style , but unlike , it carries semantic importance . Screen readers give it special emphasis, making it important for accessibility. It is an inline element .” .
1.Stress a wordexercise · easy · 10 min
Emphasise the word never.
Passes when: Emphasise the word never.
2.Change the meaningexercise · easy · 10 min · practice plan
Emphasise the word that carries the point.
Passes when: Emphasise the word that carries the point.
3.Two stressed wordsexercise · easy · 10 min · practice plan
Emphasise two words in one sentence.
Passes when: Emphasise two words in one sentence.
4.Emphasis in a listexercise · easy · 10 min · practice plan
Emphasise a word inside a list item.
Passes when: Emphasise a word inside a list item.
5.Emphasis inside a quoteexercise · medium · 10 min · practice plan
Emphasise a word inside a blockquote.
Passes when: Emphasise a word inside a blockquote.
6.Fix italics used for stressbug fix · easy · 8 min
Spoken stress is em; i is only visual.
Passes when: Spoken stress is em; i is only visual.
7.Fix the underline used for emphasisbug fix · easy · 8 min · practice plan
Underline does not convey stress.
Passes when: Underline does not convey stress.
8.Fix the missing second emphasisbug fix · easy · 8 min · practice plan
The contrast needs both words stressed.
Passes when: The contrast needs both words stressed.
9.Fix strong used for stressbug fix · easy · 8 min · practice plan
Importance is strong; spoken stress is em.
Passes when: Importance is strong; spoken stress is em.
10.Fix the emphasis outside the quotebug fix · easy · 8 min · practice plan
The stressed word belongs inside the quotation.
Passes when: The stressed word belongs inside the quotation.
Between them these tasks cover Stress emphasis, em vs i and Meaning.
Looking for a different chapter? See every practice set, or switch to the interview theory questions.