Zeronese, Inc.
Home
Help & Support
Contact Us
Webmaster ResourcesArticle Details
 

Meet HTML - It Doesn't Bite

Date Added: June 06, 2008 11:59:37 PM
Author: Zak Bezovski
Category: Tips and Tutorials: HTML Tips and Tutorials

Basic Knowledge of HTML is very important if you want to start and run your own Internet Business. Even if you decide to use Site Builders, WEB templates or automated Blog posting, you have to learn how to control and adjust your ads, links or affiliate codes.

What is HTML? HTML is a text file containing markup tags that tell the Web browser how to display the WEB page. At first site it might look complicated but actually it is very simple.

Start Notepad (or SimpleTex on a Mac). Copy and paste the following text in Notepad. Than remove the star (*). (Yes, HTML can be edited in simple text editors.)

<*html>

<*body>

This is the simplest HTML Page!

<*/body>

<*/html>

Save the file as mypage.html or page.html (or any other file name with .htm or .html extension). Now open the file with any WEB Browser. What do you see?

Now try this:

<*html>

<*head> <*title>My WEB Page<*/title> <*/head>

<*body> This is my first homepage. This text is bold <*/body>

<*/html>

And this:

<*html>

<*head><*title>My Table<*/title><*/head>

<*body>

This is a Table

<*table>

<*tr><*td>Row-1 Cell-1<*/td><*td>Row-1 Cell-2<*/td><*/tr>

<*tr><*td>Row-2 Cell-1<*/td><*td>Row-2 Cell-2<*/td><*/tr>

<*/table>

<*/body><*/html>

As you can see HTML it is very simple. Everything is about tags. The document starts with the tag <*html> and ends with <*/html>. The visible content of the page is placed between the <*body> and <*/body> tags. Bolded text is placed between <*b> and <*/b> etc.

The <*head> tags contain header information that it’s not displayed in the browser window. The text between the <*title> tags is part of the head and it’s the title of the document. The title is displayed in your browser's caption (The top of the window).

Tables are widely used in HTML to arrange the page’s outlay. Table is defined with <*table> and <*/table> tags. Row of a table is defined by <*tr> and <*/tr> and a cell is defined by <*td> and <*/td> tags.

As the number of the elements included in the document grows the HTML code looks more and more complicated. You can easily edit HTML files using a WYSIWYG (what you see is what you get) editor like FrontPage or Dreamweaver, instead of writing your markup tags in a plain text file. I personally prefer Dreamweaver where I use both, code and design view.

At W3Schools.com you can find the HTML tutorial where you can learn everything you need to know about HTML. It is free and easy to understand.

As the number of the elements included in the document grows the HTML code looks more and more complicated. You can easily edit HTML files using a WYSIWYG (what you see is what you get) editor like FrontPage or Dreamweaver, instead of writing your markup tags in a plain text file. I personally prefer Dreamweaver where I use both, code and design view.

At W3Schools.com you can find the HTML tutorial where you can learn everything you need to know about HTML. It is free and easy to understand.

Find Free Tips and Resources for starting your own Internet Business at StartBiz Blog



http://startbiz.blogspot.com/
 
RELATED ARTICLES & TUTORIALS
How You Can Master HTML – Fast and Easy!

Frankly speaking, I don’t even know what is HTML when I started my internet business. I’m serious! Before this, I only know the basics in Ms Word and Ms Excel. That’s it! Two programs.


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 hurt


HTML And The Battle Of The Browsers

You've just created your beautiful web page complete with graphics, sounds and all the bells and whistles you can think of. You open up your Internet Explorer version 6.0 and everything looks absolutely perfect. You then put your page up on the Internet f


Why You Should Learn HTML

Do you have a website or are you planning on creating a website in the near future? You owe it to yourself to at least learn some basic HTML (HyperText Mark-up Language). Even if someone else is creating and maintaining your website there are some basics


About HTML fonts

It is very tempting to use fancy looking fonts when designing a web page. After all, the fancier the font the more attractive it will be to visitors and the more likely they will be to stay at your p...


 
Ratings Average rating: (null votes)
Comments

No Comments Yet.


Leave your comment:
Name or Website:
Email:
Comment
Visual Confirmation Security Code

*Enter the code shown:  


The views and opinions of authors expressed on Zeronese Webmaster Article Directory web sites do not necessarily state or reflect those of the Zeronese.net .