Basic Tags of HTML
Tag Purpose
<html> Root element
<head> Page information
<title> Browser tab title
<body> Visible content
<h1> Main heading
<p> Paragraph
<a> Link
<img> Image
<ul> / <ol> Lists
<form> User input form