Posts

Showing posts from December, 2019

HTML course in hindi ||learn HTML for free||HTML Lecture#01

Image
HTML HTML is language for building web pages The content of HTML lecture#01 is here HTML code:- < !DOCTYPE  html > < html > < title > HTML Tutorial < /title > < body > < h1 > This is a heading < /h1 > < p > This is a paragraph. < /p > < a  href ="https://www.google.com" > This is a link < /a > < /body > < /html >