Basic Html
<html> : This is a tag that tell the browser what kind of file it is.
<head> : A tag that holds content about the page
<body> : This holds all of your content on the page
<h1> : This stands for header, or heading. This will be the title of on your page. This is generally big text, h1 is the biggest, it goes as small as h6.
<p> : This stand for paragraph, it’s a tag that holds your text
<img> : This is an image tag.
src : An attribute. attributes are used inside tags, they always need an equal sing and something in quotes,