Computer Geeks

Computer Geeks

Geek Shop

Geek News

Geek Stuff

Science Geek

Computer Gaming

Linux Chat

Building Websites

Computer Forums

Computer Help Forum

Computer Hardware Forum

Computer Software Programs


Go Back   Computer Forums > Building Websites
FAQ Community Calendar Today's Posts Search

Building Websites This section covers all aspects of publishing, developing and maintaining websites. Topics include: website design, graphic design, website programming, web hosting, website marketing (SEO, link exchange, publicity, advertising), monetization & etc.

Computer Geeks
» Active Discussions
Computer Geeks
No Threads to Display.
» Other Websites
- Software Publishing

- Server Hardening
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-22-2006, 07:19 PM
Eminem Eminem is offline
Senior Member
GB Guru
 
Join Date: Apr 2006
Posts: 149
Default HTML Tutorial

HTML Tutorial

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:
<HtMl> & <html> 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 [/b]... 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:

<u>Underline</u>

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:

<strike>You're Out!</strike>

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

[i][b] Instead of [b][i] 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:

<center>This text will be centered</center>

The OutCome of the above tag will be:

This text will be centered


So now you know how to make basic text effects and how to align texts...

In the next tutorial, I will teach you:
  • Paragraphs
  • Line Breaks
  • Headings
  • Basic Page Format!
Hope you enjoyed this tutorial.

If you want to test yourself out...Visit This Page.

__________________
MyIndya.Com
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Powered by vBadvanced CMPS v3.2.3

All times are GMT -5. The time now is 06:43 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
HTML Help provided by HTML Help Central.