Task #2065 - Table caption
Add caption to the table in index.html Its content should be Courses list This task is part of the Full-Stack JavaScript Course If you have any issues with it, you can ask for community help below the post...
Add caption to the table in index.html Its content should be Courses list This task is part of the Full-Stack JavaScript Course If you have any issues with it, you can ask for community help below the post...
In index.html there鈥檚 a table with two rows. The first cell of the first row should be stretched to the second row too. You can do it by adding a rowspan attribute to that cell....
Update the html document title It should become My first website This task is part of the Full-Stack JavaScript Course If you have any issues with it, you can ask for community help below the post...
Let鈥檚 start developing your JS blog Start by creating an html document and add a title to it The title should be My JS blog This task is part of the Full-Stack JavaScript Course...
Let鈥檚 change the name of the blog author Let it be JS Master This task is part of the Full-Stack JavaScript Course If you have any issues with it, you can ask for community help below the post...
There鈥檚 one problem with the description in index.html. Fix the issue, but don鈥檛 change the description itself. This task is part of the Full-Stack JavaScript Course If you have any issues with it, you can ask for community help below the post...
Designer has told you to do some changes. The color of the text in the paragraph is green, you need to make it red. This task is part of the Full-Stack JavaScript Course...
The font size is too small. Let鈥檚 add a font-size CSS property with a value of 18px. This task is part of the Full-Stack JavaScript Course If you have any issues with it, you can ask for community help below the post...
Make the text inside a paragraph bold using CSS. Don鈥檛 use the <b> tag, just styles. This task is part of the Full-Stack JavaScript Course If you have any issues with it, you can ask for community help below the post...
Improve the paragraph styling by adding all the styles we have already learned. Make the text bold and the color orange. The font size should be 16px. This task is part of the Full-Stack JavaScript Course...