HTML

Q what is HTML.?
Ans: HTML is a HYPER TEXT MARKUP LANGUAGE which can create web pages.

Q: Extension of HTML to save the file..?
Ans: .html is extension name of HTML and written the program in notepad and save it .html and output run your browser....


simple program in html


<html>
<title>simple program in html</title>
<body>
This is my simple program.
</body>
</html>


Comments

Popular posts from this blog

HTML& CSS USERNAME AND PASSWORD PAGE CODING

spring core exp

Swapping without using 3rd variable in c and c++ and any language use logic