0

HTML Tutorial:

Posted by admin on Jul 4, 2009 in Blogging

If you can type your name on a computer and you know the difference between Save and SaveAs, then by the end of this article you will be able to create a webpage.

To most nerds of computer programming, html is not even a programming language. They are right about one thing, its easy and with very little practice you can be developing your own webpage. So forget about the science and lets get straight to it.

The whole webpage file is created between 2 tags <html> </html> these tell your browser how to deal with what is between them. If you were to type plain text between these tags they would show in your browser as full lines of text, without format. You would need to use different tags to get the required effect you need.

For example a <br> tag is used to create a break to the next line in your browser. <font> is used to change the size, color and style of text.

Open notepad, wordpad or some word editor on your computer. Type in exactly what you see below in blue, or copy and paste it. Now Save As first.html onto your desktop. You can then chop and change the code to suit yourself. You must use the extension .html this determines that it is a html file. Read more…

Tags: ,

Copyright © 2010 NolaBookShop All rights reserved. Theme by Laptop Geek.