🚀 CYBER WEEK SALE: 50% OFF on JavaScript Fundamentals 💪

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....

August 15, 2020 Â· 1 min Â· Coderslang Master

Task #2123 - Text decoration

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....

August 15, 2020 Â· 1 min Â· Coderslang Master

Task #2124 - Indent

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....

August 15, 2020 Â· 1 min Â· Coderslang Master

Task #2125 - Case

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....

August 15, 2020 Â· 1 min Â· Coderslang Master

Task #2126 - Spacing

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...

August 15, 2020 Â· 1 min Â· Coderslang Master

Task #2131 - Weight

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...

August 15, 2020 Â· 1 min Â· Coderslang Master

Task #2132 - Style

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...

August 15, 2020 Â· 1 min Â· Coderslang Master

Task #2133 - Font size

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...

August 15, 2020 Â· 1 min Â· Coderslang Master

Task #2134 - Font family

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...

August 15, 2020 Â· 1 min Â· Coderslang Master

Task #2135 - Fix font link

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....

August 15, 2020 Â· 1 min Â· Coderslang Master