what is html?
step1:Hyper Text Markup Languages.
step2:Creating a web pages and content of the web pages.
step3:<!DOCTYPE HTML> – Version of the html Document
step4:<html> -Root element
step5:<head> – meta information about the HTML page
step6:<title>– title of the HTML pages
step7:<body> – heading,para,img,table,list,etc.
step8:<h1>WELCOME</h1>– Elements
step9:standalone HTML tags – <br>,<img>,<link>,<hr>,etc..
step10:latest version of HTML is HTML5.