What are the different basic HTML tags?
<html> code written between this tag is read as HTML
<body> defines the content in the main browser area
<link> used to link files (like stylesheets)
<head> defines the browser tab
<title> defines the text that appears on browser tab
<h1><h2><h3> heading styles