Select the h3
element and change its value to Hello
instead of Welcome
.
Select all the h4
elements on the page and change their margin-bottom
style to -20px
.
Set the background colour of the second h4
element to red
.
Set the font size of the first paragraph element on the page to 24px
and its color to blue
.
Add span
tags around the content of the third paragraph element on the page.
Add a new paragraph to the div with a class of content
. Add the paragraph after the others.
Add a new class called content-item
to each paragraph in the div with a class of content
.
Select the ul
element on the page by its id and add a new list item to the beginning of the list.
Programmatically remove the class from the ul
element.
Hide the element with the id of hide
.