Some Good Resources for HTML & CSS are:
Page Title This is a Heading This is a paragraph.
This is a paragraph.
The <!DOCTYPE html> declares that document is HTML5 format.The <html> declares the root element of HTML webpage.The <head> declares meta information for HTML webpage.The <title> declares the title of webpage (shows on browsers title bar on webpages tab).The <body> declares a container for the visiable HTML tags (heading, paragraphs, images, links, etc).The <h1> declares a heading a the largest size (h1 being the biggest to h6 being the smallest).The <p> declares a paragraph which is larger amount of text to display.
The CSS Property background-color sets a background to a specified colorThe CSS Property color sets text to a specified colorThe CSS Property text-align, aligns text to specified positionThe CSS Property font-family sets text to a specific fontThe CSS Property font-size sets the size of the font