Task #2051 - List of skills
We have a list of what will you know by the end of this course. But wait, you need to add one more technology that’s missing. Check out the lecture once again and add the proper list element....
We have a list of what will you know by the end of this course. But wait, you need to add one more technology that’s missing. Check out the lecture once again and add the proper list element....
The list items are marked with filled circles. Let’s change them to empty circles. 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...
Change the list to make sure that there’s a number next to each list element Don’t forget to delete wrong attributes This task is part of the Full-Stack JavaScript Course...
Someone has worked on your list and introduced some bugs. And it shows letters instead of numbers, and their order seems to be reversed. Make numbering with Roman numerals in the correct order as well - from I to III....
It looks like someone has mixed up the term and definition in the list Let’s fix it. 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...
We have already added definitions to our reference book using the <dd> tags. You just have to add terms for each of them. Terms are the names of the technologies. Check out the lecture if you’ve forgotten them....
You have to keep working on the table. Change the content of the only cell to Course name. Don’t add any other elements This task is part of the Full-Stack JavaScript Course...
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...
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...
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...