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
Image without padding
Same padding in all directions
Different padding for top and bottom (100px) and right and left (50px)
100px padding for top, 50px for both sides and 20px for bottom
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
This is a link to the next example