Select Page
Notifications
Clear all

Html

(@Anonymous)
New Member

This tutorial will teach you HTML, which will also help you to make custom pages for websites. HTML is very easy to learn!

HTML Stands For

HyperText Markup Language

Okay, we will start with the basics...

In HTML there are two types of tags...

* Opening Tag
* Closing Tag May not be needed for every type of "Tag"

The words inside the tags are not case-sensitive...Example:
Code:

& are the same thing!

Okay, now we will start with the basic tags i.e

* Bold
* Italics
* Underlined

Let's start with Bold..

The tag to make a text Bold is:

This text will be bolded

The OutCome of the above will be:

This text will be bolded

Remember to add a closing tag which is represented by ... without adding that
closing tag, the outcome won't be perfect!

Next comes Italics...

The tag to make a text Italic is:

Italics

The OutCome of the above will be:

Italics

Again, don't forget to add the closing tag!

Now Comes Underlined...

The tag to make a text Underlined is:

Underline

The OutCome of the above will be:

Underline

Another one which people don't use much is a "Strike Out"...

This time the tag is:

You're Out!

The OutCome of the above tag will be:

You're Out!

You can use several tags at the same time...

Example:

If I want a text bold + Italic...I will use

This text will be Bold + Italic

The OutCome of the above tag will be:

This text will be Bold + Italic

It doesn't make a difference if you switch the starting tags position...

Example:

If you use

Instead of as your "Starting Tag"

The above tags were basic "Text" Tags...

Okay, let's go on to the next step...If we want to align our text..

Center

We will use:

This text will be centered

The OutCome of the above tag will be:

This text will be centered

Quote
Topic starter Posted : 09/07/2008 4:51 pm
(@Anonymous)
New Member

Re: Html

Thanks for the primer, I use front pages so much that sometimes I forget that many of the html programing is pretty intuitive

ReplyQuote
Posted : 02/08/2008 10:46 am
(@Anonymous)
New Member

Re: Html

HTML Stands for Hyper Text Markup Language.In HTML there are two types of tags...
* Opening Tag
* Closing Tag
Html is generally used for making various types of forms and different types of pages.
__________________________
Karndean

ReplyQuote
Posted : 04/03/2010 6:14 am
(@Anonymous)
New Member

Re: Html

Begin writing your HTML tags by creating your document's basic layout. Copy and paste this code into your text or HTML editor.

Your Page Title

This area will contain everything that will be visible through a web browser, such as text and graphics. All of the information will be HTML coded.

For a complete list of HTML codes, tags and examples, see the HTML chart below.

Your Page Title

This area will contain everything that will be visible through a web browser, such as text and graphics. All of the information will be HTML coded.

For a complete list of HTML codes, tags and examples, see the HTML chart below.

ReplyQuote
Posted : 25/03/2010 5:41 am
(@Anonymous)
New Member

Re: Html

Yes, it a correct way to write the html. It is necessary to close all the tags you open,means every opening tag must have a closing tag. It is very easy language, and we can also link our CSS files which basically made for designing purpose. Every website weather it is made in ASP.NET or PHP needs basic of HTML.

ReplyQuote
Posted : 06/04/2010 12:45 pm
Share: