Learn HTML Learn HTML
Learn HTML Tutorial and Information







HTML Basics - Learn HTML

The easiest way to learn HTML is probably by utilizing an HTML editor where you can conveniently switch back and forth between the edit window and the browse window. If you do not have an HTML editor you can use Windows Notepad and view your HTML page in your browser. However, you will have to keep clicking the reload or refresh button on your browser in order to see the changes you have made in your HTML file.

A WYSIWYG (What You See Is What You Get) HTML editor (e.g. MS FrontPage, DreamWeaver, or Allaire HomeSite) lets you create a web page by simply typing text into predefined fields or add images by click and drag very similar to a graphics software or MS PowerPoint for example. The WYSIWYG HTML editor writes the HTML code for you and you do not need to worry about learning HTML. However, if you want to learn HTML the correct way, then I would not recommend the use of a WYSIWYG HTML editor!
Another disadvantage of using a WYSIWYG HTML editor is the usually vast amount of unnecessary HTML code being added to your HTML document by the WYSIWYG editor, this might pose a serious problem with later search engine optimization. Again, if you are serious about learning HTML and improving your webmaster or web design skills, I would recommend to learn HTML without the use of a WYSIWYG HTML editor.

HTML code basically consists of tags, elements, and attributes. To learn more about HTML tags, elements, and attributes continue to HTML tags.

HTML code should always be written in lowercase letters. Although HTML is not case sensitive, the latest version of HTML (XHTML) requires all code to be written in lower case!

For a quick and easy way to learn HTML basics visit Learn HTML Tutorial I - III.

These beginner tutorials will show you how to create a basic website with the necessary basic HTML commands:



HTML Quick Learning Tutorials

HTML Related Links

© This Article is Copyrighted by WebmasterSeminar.com

Please do not copy or reproduce this article in whole or part, in any form, without mentioning the source and including a live link back to WebmasterSeminar.com - Thank You!

LINK TO THIS TUTORIAL:


Copy the code below and paste into your web page
<a href="http://www.webmasterseminar.com/htmllearn.php">
Webmaster Seminar</a><br />
Learn HTML - Free Information, Tutorials and HTML Resources