Underline a word flagged as misspelled.
Acceptance criteria
- 1.Underline a word flagged as misspelled.
HTML Tutorial · HTML Tags
These 10 tasks go with the HTML <u> 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 underline text . Originally, was purely stylistic, but in modern HTML5, it can also indicate non-emphatic text that should be stylistically different , such as proper names, misspelled words, or terms needing attention. It is an inline element .” .
1.Mark a misspellingexercise · easy · 10 min
Underline a word flagged as misspelled.
Passes when: Underline a word flagged as misspelled.
2.Mark a proper nameexercise · easy · 10 min · practice plan
Underline a name using the annotation element.
Passes when: Underline a name using the annotation element.
3.Two annotationsexercise · easy · 10 min · practice plan
Underline two flagged words.
Passes when: Underline two flagged words.
4.Annotation in a listexercise · easy · 10 min · practice plan
Underline the flagged word inside a list item.
Passes when: Underline the flagged word inside a list item.
5.A proofread sentenceexercise · medium · 10 min · practice plan
Underline the single misspelled word in a sentence.
Passes when: Underline the single misspelled word in a sentence.
6.Fix the underline made with a stylebug fix · easy · 8 min
Use the element rather than a text-decoration style.
Passes when: Use the element rather than a text-decoration style.
7.Fix the link used to underlinebug fix · easy · 8 min · practice plan
An anchor is for navigation, not for underlining text.
Passes when: An anchor is for navigation, not for underlining text.
8.Fix the missing second annotationbug fix · easy · 8 min · practice plan
Both misspellings should be marked.
Passes when: Both misspellings should be marked.
9.Fix the annotation outside the itembug fix · easy · 8 min · practice plan
The flagged word belongs inside the list item.
Passes when: The flagged word belongs inside the list item.
10.Fix the emphasis used for a spelling markbug fix · easy · 8 min · practice plan
A spelling flag is not spoken stress.
Passes when: A spelling flag is not spoken stress.
Between them these tasks cover Non-textual annotation, u vs links and Spelling marks.
Looking for a different chapter? See every practice set, or switch to the interview theory questions.