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

spring core exp

JAVA SCRIPT SIMPLE PROGRAM

HTML& CSS USERNAME AND PASSWORD PAGE CODING