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....
<html>
<title>simple program in html</title>
<body>
This is my simple program.
</body>
</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
Post a Comment