HTML (Hypertext Markup Langauage) is this a set Markup symbols are codes that inserted in a file intended for display on a (WWW)World Wide Web browser page. “Tim Berners-Lee“ know as the inventor of the World wide web, Computer scientist he Bron at United Kingdom in June 8, 1955. In March 1989 he made a proposal for information management system.
Html aslo provides the elements and attributes focus on accessibility, the current version off Html is html 4.0 and sometimes it referred to Html 5 also called as (XHTML)Extensible Hypertext Markup Language.
Example:
<!doctype html>
<html>
<head>
<title> my first website </title>
<meat charset=”utf-8″/>
</head>
<body>
<h1>
Hello world
</h1>
<p> <strong>
Here
</strong>
<em>my<lem>text</p>
</body>
</html>