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

Task #2062 - Header row

There is a first column header and it must remain first. Add two more columns to the header row: Duration (month) Lectures Use <th> tag fot each column. This task is part of the Full-Stack JavaScript Course...

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

Task #2063 - Information row

Time to fill the table with data. Add second row to the table below the existing one. Add three <td> cells to the second row. Set first cell content to ‘JS’, second - to 3, third - to 25 This task is part of the Full-Stack JavaScript Course...

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

Task #2064 - Total

At the end of the table add one more row. It will be our final row and it should have two columns. First column will be the union of two horizontal cells and its content should be ‘Total lectures’ Second column will be the total amount of lectures and its content should be 37 This task is part of the Full-Stack JavaScript Course...

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

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

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

Task #2067 - Rowspan

In index.html there’s 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....

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

Task #2071 - First title

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

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

Task #2072 - From the very beginning

Let’s 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...

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

Task #2073 - Autograph

Let’s 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...

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

Task #2074 - Description

There’s one problem with the description in index.html. Fix the issue, but don’t 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...

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

Task #2081 - UI revisions

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

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