Thursday, July 10, 2014

Your First Web Page

hi today i'm going to talk about how to make a small and a very simple website here we go first lets open our notepad and click file then save as an then you can chose any name you want but after you name is put "xxx.html" thats to make the computer to recognize the file as a web page or you can simply just press ctrl+s and do the same first of all we should know that html is not a programming language we can call it tags language since every tag has its job lets start with the first tag which is HTML this tag is used to start the web page we write it like this
<html> and every html tag has body and head just like human body lol anyway lets go to the head its where we put the links and scripts and we'll talk about all that later lets start with the body here we go in the body we can put anything we want and its the real part of our web page
<html>

<head>
</head>
<body>
Hello world
</body>
</html>
you can try it at home its not WWE lol :D thanks for reading. if there's any questions please contact with me on this email
baselnatour27@gmail.com


Note:"i know this seems to be old and maybe stupid for most of you but maybe there's alot of people who dont know that so :)"

No comments:

Post a Comment