This be my topic

This is my first paragraph. Text should be in blue with a size of 20 pixels, it should be in Trebuchet MS font unless you don't have this on your PC then it should be in Georgia font then Arial font. The font weight should be 500, 400 is normal. The text should be centered inside a red double border

This is my second paragraph. The <div> tag really doesn't do anything except group some text or images so that you can apply some formatting to all of them, this should have a border around it and center the text so it looks like a newspaper or magazine article. The same with the <span> tag. The <div> is usually used on a block of content while the <span> tag is usually used on one line, one word, one image, ...

This is my third paragraph. I want it to have the same attributes as my first paragraph, except I want a different color, this is where I will put an in-line style tag. It will have all the attributes of the class, class1 but just change the color as well as the border style and border color

now this text is default font, color, size, because I didn't call or put any CSS in the <p> tag.

Assignment 1: (lab1.html) Right click anywhere on the page and choose View Source, copy and paste the source code into Notepad or Notepad++ and play with and change the CSS to your liking. Write 3 paragraphs about a specific topic declare 3 different classes use them inside the <p> tag to get different font, color, ... for each paragraph. Welcome to HTML5/CSS, good lunch and have fun.