HTML

Learn how to use HTML to build websites

Front Page

How to use Microsoft FrontPage wysiwyg html editor:

FrontPage is a wysiwyg html editor meaning “what you see is what you get” so when you change a code or move a table you can see the changes on your screen immediately and completely making it easy to learn by experimenting.  When you first open FrontPage you are presented with a blank template in the main area and a number of tool bars offering the options you will use to make your website.  Most likely there are more toolbars and options then you will ever use but it is nice to have all those options available to you.  First I would like to point out the tabs on the bottom of the main screen “normal”, “html”, “preview”.  The Normal view is your main page that shows basically what your site will look like when published however some options and advanced tools only become visible when shown in the Preview view.  Finally for advanced users and people needing to do manual code tweaks the HTML view is available.

You should recognize many of the options in the top toolbars such as text formatting similar to Microsoft Word and other Microsoft products.  There are some buttons that might not look as familiar such as the tables and hyperlink options both of which are very useful in web design.  To build a very basic website with Frontpage does not take much skill as you can simply start typing and formatting using those familiar Microsoft options though it won’t look very ‘pretty’.  To get more out of the editor you will want to switch to the HTML view and see if you can understand what the html tags mean and how they work, this is the way I learned as it allows you to see exactly how the html creates the finished webpage.

A few pointers as you examine the HTML view.  There is an auto generated part including the meta tags that are filled with text for Microsoft that you want to change to your own website information.  Meta tags used to be more important for seo but most search engines only give a very basic weight to the information, still it doesn’t hurt and it makes it look more professional to update the meta keywords and description.  It is also very important to change the HTML Title tag to provide information for both the search engines and your website visitors as the Title tag is what gets shown on many internet explorer programs.

It should be noted that as you use FrontPage to create websites it does not always create the best HTML for search engine optimization or the most creative designs that you might be more interested in learning how to create.  To really do good design work most designers use a combination of tools and skills including more complex coding languages like css, php, flash and others however Front Page does a good job of providing a basic understanding and framework for creating websites with little experience.  Being aware of the limitations and knowing how to use the editor to the best of your abilities should allow you to reach your potential and create quality websites that will generate traffic and if you want income.

Posted by admin - December 5, 2011 at 7:03 pm

Categories: HTML, Tutorials   Tags: , ,

HTML introduction

The Basics of HTML and it’s uses:
HTML stands for HyperText Mark-Up Language and it is the main programming language used on the internet, understood by nearly all computers. There are many programs that a person can use to write HTML and simplify the web design process. The most widely available and used program is Notepad, with this simple text editor you can design an entire website! However there are more advanced programs that eliminate much of the coding needed to build a website such as: Microsoft Frontpage and Macromedia Dreamweaver.

Since most web designers use a HTML editor like Frontpage a complete understanding of HTML and it’s tags aren’t necessary. If you wish to gain a full understanding of HTML and how to code with it by hand try some of links on the right.

HTML Editors – A basic overview

Microsoft Frontpage is one of the most widely used and easiest to learn HTML editors. If you would like a brief tutorial on how to use Microsoft Frontpage click HERE.

DreamWeaver is the only HTML editor that can compete with Frontpage, though it does cost more, it has more options and it has many advanced features.

Posted by admin - December 5, 2011 at 6:37 pm

Categories: HTML   Tags: , ,