cheat sheet lol
<html> defines that the language being used is HTML.
<head> begins a header.
<title> changes the title of your webpage in the top bar.
<body> creates a body, also known as the main webpage.
<h1> creates a header.
<p> creates a paragraph.
<div> creates a divide between two paragraphs.
<strong> acts as a paragraph, but
bold
.
<a> is completely useless.
<br> puts a
break
in the text.
<img> adds an image, like this one:
<ul> creates an unordered list, like this one.
<ol> creates an ordered list.
<li> adds items to a list.
<hr> adds a
giant line to divide the text.