Wednesday, August 24, 2011

HTML Structure


Let’s Begin to make html page…….. (for first attempt they use Notepad)
First step: open notepad
Next, write (try not copy and paste) this html script :

<html>
<head></head>
<title> My First HTML Page</title>
<body>
Hello world
</body>
</html>
 

 
Next, save the notepad file as “first.html” in your drive
Next, open “first.html” with your web browser “Mozilla Firefox , chrome, safari etc”
For example: I save “first.html” in E:/HTML example/ look these pictures.


That is HTML structure like Paragraps ??
yups....


1 comment: