Friday, July 27, 2007

Format Pages and Text for HTML

As we know that html tags are written within <>.
Example:
Followings are some HTML tags used mostly:
1. Body Tag:Properties of body tag are:
BG Color:<"color name or code">
Text:<"text name or code">
Background:<"put image file name">

2.Font Tag:Properties of font tag are:
Face=<"font name">
size=<"no">
color=<"color name or code">

3.Heading Tag:we have total six heading tags such as h1,h2,h3,h4,h5 and h6.
H1 is used for main heading
H2 is used for sub heading
H3 is used for sub sub heading.... and soon......

Adding Graphics:-
4. IMG Tag: Properties of img tag are:
src=<"file name">
height=<"no">
width=<"no">
hspace=<"no">
vspalce=<"no">
Border=<"no">

Sunday, June 10, 2007

Introduction to html Online HTML Tutorial

Online HTML Tutorial


HTML is a language interpreted with the help a browsers.
The web pages are also called the HTML documents.
Html stands for Hypertext Markup Language and the markup language means the combine form of some text and some other information.
HTML is a set of some special codes which can be embedded in text to add some formatting and linking Information.
HTML is specified as tags in HTML documents.

HTML tags

:
Tags are instructions that are embedded directly into the text of any documents.HTML tags are a single to a browser that it should do something other than just through text upon the screen. All HTML tags are begins with an open angle bracket < and end with a close angle bracket >.
HTML tags can be of two types:
Paired Tag: A tag is said to be paired tag when it along with a companion tag for example .
Singular Tag: The second types of tags are the singular and stand alone tags.A stand alone tag doesn’t have a companion tag example :
.

HTML File Extension: The file extension of HTML file .htm or .html. We can create HTML file using simple text editor.