NOKIA

pages of blog

Thursday 10 July 2014

learn HTML easily : the body

With HTML you can create your own Web site.

html : Hypertext Markup Language , language simple and easy for create web site 
html is  static language for create page internet

the body of html

<html>
<head>
<title>
YOUR  TITLE PAGE
</title>
</head>
<body>
THE BODY OF YOUR SITE HERE
</body>
</html>

try it your self , by create a file (exemple.html) and put the code source in the file. 

the next : HOW TO SET A BACKGROUND OF YOUR PAGE HTML

No comments:

Post a Comment