What is HTML?
:- HTML stands for Hyper text markup language. It is used for making web page. it is a very simple and easy to learn. Even you can become a master in making webpage through html. it is started through the notepad.
here is a simple code for newbies -
<html>
<head>
<title>
my project
</title>
</head>
<body>
My name is XYZ
</body>
</html>
after writing these codes in notepad. save it as XXX.html
that's done!!!





0 comments:
Post a Comment