Tags In HTML Part 1
1. Head Tag HTML <head> Tag A simple HTML document, with a <title> tag inside the head section: Simple Code -> Output-> The following elements can go inside the <head> element: 2. Body Tag HTML <body> Tag The <body> tag defines the document’s body. The <body> element contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc. Note: There