Module1
Definitions
html-HTML file
head-element for metadata(data about data) and is placed bewteen the html tag and the body tag
meta-Settings for the webpage
title-The contents of this element will set the Title of the page that you see in your browser.
body-The content for the webpage
h1- h6 A section heading with h1 being the largest and h6 as the smallest size.
p-A paragraph of text
a-Anchor tag is for Links. Specify the URL and where the link should open (current tab, new tab, new window)
button-A button
Assignment
You can have a shortcut to automatically fill a html basic