HTML
HTML stands for Hypertext Markup Language, It is a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages. Basically Html used with the help of Web Browsers like chrome firefox Internet Explorer to view web pages in graphical form. HTML help to decorate text on web site. There are many versions of HTML. Currently Its HTML 5, Which Supports new generation browser.
The HTML is written Between Various tags. But there are few important tags like Body ,head and Html tags.
Basic Structure of tags is
Above are the important tags of Html Page .
<html> and </html> The text between tags describes an HTML document
<head> and </head> The text between tags provides information about the document
<title> and </title> The text between tags provides a title for the document
<body> and </body> The text between tags describes the visible page content.
What are HTML Tags?
HTML tags are keywords Enclosed by angle brackets.
HTML tags normally come in pairs,The first tag in a pair is the start tag, the second tag is the end tag
The end tag is written like the start tag, but with a slash before the tag name.