Task #2034 - My blog
Add two nested paragraphs to each You can write any text to your own blog. 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 two nested paragraphs to each You can write any text to your own blog. 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 the index.html file you will find some paragraphs about JS. Read them and align each one to the right. This task is part of the Full-Stack JavaScript Course...
Let鈥檚 decorate the page a little. Make the first separator line red. And make the second line green. 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...
The picture is too wide. Limit the image width to 50px. 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...
Someone has added an image tag to our website. However, neither the path to the image, nor the alt attribute were not provided. Add the path to the picture - https://learn....
Someone has added an a tag with a link to cool resource, but this link doesn鈥檛 work. Fix the reference and make sure everything works fine. This task is part of the Full-Stack JavaScript Course...
Add an attribute to the link in the index.html file to open it in a new tab 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...
You have two files: index.html and coursesList.html In index.html you have a link to courses list which you can find in another file Provide correct relative link from index.html to coursesList....
There鈥檚 a single link in index.html. It should redirect the user to list.html file in courses folder. Don鈥檛 change the anchor text for this link. Then, add one more link. Its anchor text Tags list....
Web site consists of two pages: Main page and Courses list. Main page is index.html and it has a link to the Courses list. Courses list has a link to the Main page, but it鈥檚 incomplete....