Task #2122 - Alignment
The first paragraph should be aligned to the left. The second paragraph should be aligned to the center. The third paragraph should be aligned to the right. Use internal stylesheet to add styles....
The first paragraph should be aligned to the left. The second paragraph should be aligned to the center. The third paragraph should be aligned to the right. Use internal stylesheet to add styles....
Add some decoration to the highlighted word in the paragraph. To do this, use the id ‘with-decoration’ for <span> tag. A wavy red line should be drawn over the highlighted word....
Indent the first line for each paragraph. For the first paragraph set indent to 10px, use id paragraph-1. For the second paragraph set indent to 20px, use id paragraph-2. For the third paragraph set indent to 30px, use id paragraph-3....
In the first paragraph, all text should be displayed in uppercase. In the second paragraph, all text should be displayed in lowercase. In the third paragraph, each word should be capitalized....
Add 40px spacing between words and 10px spacing between letters. Use internal stylesheet and the tag selector to add styles. This task is part of the Full-Stack JavaScript Course...
In the block about CSS, one word is highlighted using the <span> tag. We need to add weight to this fragment with a value of 800. Use inline styles. This task is part of the Full-Stack JavaScript Course...
Your colleague highlighted the word in the text in bold, but forgot to add the italic styling. Add the appropriate style for the <span> tag This task is part of the Full-Stack JavaScript Course...
Give the paragraph a font size of 18px The font size of words highlighted with the <span> tag should be 3px larger and the weight should be 600. This task is part of the Full-Stack JavaScript Course...
Add ‘Times New Roman’ font to every element in the index.html file. The font in the <h1> heading should be italic. This task is part of the Full-Stack JavaScript Course...
Your colleague has already connected the font, but something doesn’t look right. Fix the font link to make it work, and set the fallback ‘serif’ family for all <p> tags....