Learn HTML: Basic Procedure For Building HTML Documents
While there are many languages and codes that can be used to build Web pages, HTML is the simplest, easiest to learn and most commonly used. Get a brief intro to HTML here.
This article will give you a very quick overview on how to build an HTML document from the ground up.
The first thing youýll need is some type of editing application. Be aware that you can use notepad or any other text editor to write/edit HTML docs; simply enter your code and then save as .html when youýre done. However notepad and other apps are obviously pretty limited in terms of user benefits. I recommend the 1st Page device from http://EvrSoft.com as a good free HTML editor to start with.
You should avoid using any WYSIWYG ýwizardsý and really learn to work with the actual code. If youýre not willing to do this I urge you to just hire a pro to build your sites for you. The fact is software that builds the code for you does a slop job and your end result will be less than quality.
Once you have an editor open and ready, youýll enter this line at the top of the blank document:
< !DOCTYPE HTML PUBLIC >
This is your document declaration, and it essentially explains to a browser what kind of info is about to be relayed. Donýt overthink this part, just lay it down.
Next, youýll need to open your HTML with this tag:
< HTML >
I recommend you also go ahead and scroll down the page, then add your closing tag as well:
< /HTML >
What you have done here is define for browsing software like Internet Explorer where to find the instructions and format rules for the Web page being read/displayed. As you probably know, browsing software is used to interpret Web documents onto our monitors in a way our eyes and brains can register, so itýs your job as Web designer to help the browser.
Everything you enter from here forward will go between your opening and closing tags. And your HTML doc will consist of two primary parts: the head and the body.
The head area contains such data as your page title, keyword and description tags, perhaps a few CSS parameters, and any specifications that need to be made in terms of dynamic scripts or software to be applied to the page that follows. You will open and close your head as follows:
< HEAD >
Enter relevant tags and data here. For example:
< TITLE > Page Title Here < / TITLE >
< link rel=ýstylesheetý type=ýtext/cssý href=ýpage.cssý >
(above line explains where browser will find external style sheet for CSS Info)
Also enter META tags and any javascript info if applicable.
< /HEAD >
The body area of your document contains all of the publicly visible content. Here is where youýll add your foreground and background, tables and columns, menus, images, page content, and all the many things that make up a great Web page.
Youýll open and close the body the same as any other tag:
< BODY >
All of the tags, attributes, and elements that make up your Web page go here.
< /BODY >
This brief article has given you a solid overview of how to set up your own HTML documents. Your next obvious step is to study the actual tags and attributes for populating the head and body of your page document.
One simple way to learn this is to visit your favorite simple Web pages and use the ýView Sourceý function of your browser. This can be executed by right clicking your mouse anywhere on a page (other than over an image or link) and choosing the view source option; also many browsers have a view source tab on the toolbar. When you open the source for a page youýll see a notepad document that displays all the HTML and other code for the Web page.
Just start playing around with some of the tags and code you find. A lot of this will be common sense, and you might just pick up the basics on the fly.
Quickly and easily learn HTML with the authorýs amazing online course. Youýll be an ace Webmaster in no time with this full-blown Web design course at your disposal.
|
|
 |
 |
|
Kiplinger.com Highlights: August 2007
Kiplinger.com (), the leader in personal finance advice and business forecasting, announces its online editorial content for the month of August 2007:
Valid HTML code is crucial to Search Engine Optimization
Why valid HTML code is crucial to your web site's search engine optimization efforts and subsequent high rankings:Many webmasters and newcomers to web page design overlook a crucial aspect of web site promotion: the validity of the HTML code.What is valid HTML code?Most web pages are written in HTML, and as for every language, HTML has its own grammar, vocabulary and syntax, and each document written in HTML is supposed to follow these rules.
Kiplinger.com Highlights: October 2007
Kiplinger.com (), the leader in personal finance advice and business forecasting, announces its online editorial content for the month of October 2007:
The Three Principles Of HTML Code Optimization
Just like spring cleaning a house, the html code of your web pages should get periodic cleaning as well. Over time, as changes and updates are made to a web page, the code can become littered with unnecessary clutter, slowing down page load times and hurting the efficiency of your web page. Cluttered html can also seriously impact your search engine ranking.
A Focus on Employment Problem Solving
Abstract
A Personal and Professional Problem Solving Review
Abstract
An Educational Problem Solving Review
Abstract
Hidden Html And The Keywords They Love
If you have a website that is not performing well it is possible that you have selected keywords or phrases that are too general.
Kiplinger.com Highlights: February 2008
Kiplinger.com (), the leader in personal finance advice and business forecasting, announces its online editorial content for the month of February 2008:
Mapping your way to a good html site map
Ever wondered what site maps are for?
Should you use an html editor
For all websites to receive traffic it is a must to go in for SEO Canada, Internet Marketing Canada is become very popular with all website owners that expect quality visitors and sales from their website. It is also important to have a search engine friendly and user friendly websites. Know more about search engine friendly design read further.
Kiplinger.com Highlights: November 2007
Kiplinger.com (), the leader in personal finance advice and business forecasting, announces its online editorial content for the month of November 2007:
HTML and Search Engine Optimization - What You Dont Know Can Kill You
When it comes to search engine optimization there is a lot of information available, some accurate, some not. If you really want to know what is going on regarding your website and how to best optimize it for good results with the search engines, you need to do some SEO research.
An Introduction To eBay Auction HTML Software
The internet, and eBay world have many different kinds of eBay online auction software developed by eBay programmers and eBay software developers to help create the best eBay auction sites. Of the many great selling tools eBay offers, the eBay auction html software is considered to be one of their best software.
How To Insert Text And Images Into Your index.html page ( Home page )
article 6/6
|
 |
|