This is a Header 1 with the default style

And this a normal paragraph

This is a Header 2 and we defined a different style in the head of our html

This is a paragraph with emmbeded style that we just define in the same line

This is a division, and it has an specific style defined by the class yellowParagraph in the head section of our page.

This is a new division, but with an ID. We can define a style just for an element with an ID, not necessary a hole class

With the ID we can then navigate directly to that webpage

This was a cool image, but something wnt wrong Image without padding
This was a cool image, but something wnt wrong Same padding in all directions
This was a cool image, but something wnt wrong Different padding for top and bottom (100px) and right and left (50px)
This was a cool image, but something wnt wrong 100px padding for top, 50px for both sides and 20px for bottom
This was a cool image, but something wnt wrong 100px padding for top, 50px for right side, 20px for bottom and 10px for left side

This is a link to the element with id pinkelement