According to W3Schools.com, there are 89 tags in total in the HTML language.<!DOCTYPE> Defines the document type
<html> Defines an HTML document
<head> Defines information about the document
<title> Defines a title for the document
<body> Defines the document's body
|