Practicing HTML

Here is an article tag telling how HTML is used for content and CSS is used for styling

The nav tag at the top of the page is for a navigation menu
Some people think that you should do Bold with CSS but I still use the bold HTML tag sometimes
This is a break (line feed/carriage return, i.e. the br tag creates a new line)
The center tag should probably be done with CSS instead of HTML
    Here is an ordered list (i.e. numbered list)
  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4

Check out my table with no CSS

Row -->Column Header 1Column Header 2Column Header 3
Adata cell 1Adata cell 2Adata cell 3A
Bdata cell 1Bdata cell 2Bdata cell 3B
Cdata cell 1Cdata cell 2Cdata cell 3C

Here's an image

sunrise watercolor
"sunrise watercolor" by Kirk Hopkins

Steps used to create and display this image:

  1. taking a wide-angle panorama on an iPhone 11 Pro Max
  2. running it through an app called "BeCasso" to create the watercolor style as well as cropping the image
  3. air dropped it to my MacBook Pro
  4. resized it to 1000 pixels wide and exported it with a new name
  5. created a new folder called "ImagesForPractice"
  6. copied the new image to the ImagesForPractice folder
  7. created the HTML above to display it on the web page
  8. with just a little bit of styling, I could make the image responsive