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

Task #2111 - The paragraph id

The text of the paragraph with the #red-text identifier should be red. But someone misplaced the color. Correct this mistake using internal stylesheet. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 · 1 min · Coderslang Master

Task #2112 - Fixing bugs

There are 4 paragraphs in the index.html file. Your colleague has added the styles, but forgot to use them. The text of the second paragraph should be red. The text of the fourth paragraph should be bold....

August 15, 2020 · 1 min · Coderslang Master

Task #2113 - Group styling

Add a pink background to each block in index.html. Use internal styles and classes, the name of the class can be anything you like. Don’t change the number of blocks....

August 15, 2020 · 1 min · Coderslang Master

Task #2114 - Fibonacci Sequence

Part of the Fibonacci sequence is specified in the index.html file. But the numbers fuse. Let’s improve the styling and make every second number bold. Use internal styles and classes. The class name should be bold-item....

August 15, 2020 · 1 min · Coderslang Master

Task #2115 - Refactoring

You already know enough to not just fix other people’s bugs, but also refactor (improve) the code. Your colleague used inline styles everywhere, and this isn’t particularly good. Let’s refactor the code using classes and identifiers....

August 15, 2020 · 1 min · Coderslang Master

Task #2121 - Color palette

There are three paragraphs in the index.html file. Let’s add color to each of them, use the internal stylesheet. The text of the first paragraph should be red. The text of the second paragraph must be specified using the HEX code - 808000....

August 15, 2020 · 1 min · Coderslang Master

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