![]()

![]()
First Of all, I Don't Really Know Much About HTML (Hyper Text Markup Language) Either. But I'll try to Explain Few HTML Tags and the Use Of It... Firstly, Most HTML Tag Come With <> for beginning and </> For Closing... Just Try To Put These On Your NOTEPAD and Save It Under .HTM or .HTML and view It Under Netscape or other browsers.
BASIC HTML TAG:
TITLE: This Is To Make A Title of Your Homepage, When Someone enters your site. Like The Title For This Page Is WARKOP WEBSITE ... Below Are The HTML Codes....
<TITLE>MY HOMEPAGE</TITLE>
FONTS: To Make Fonts Blinks Or Bold Or Italics... These are what you have to put on your HTML in the NOTEPAD....
<B>Bold Characters</B> --->> Bold Characters
<BLINK>Blink Characters</BLINK> --->>
<I>Italics Characters</I> --->> Italics Characters
SPACE/GAP: To Leave A Space On A Page, or Leave A Line Gap... Insert These....
<BR> --->> For Leaving One Line Space
--->> For Leaving One Character Space
LINE: To Insert A Simple Line Or Dividers ...Use This...
<HR> --->> Results Below..
CENTER: To Center Your Words or To Make Things Allign At The Center, insert these Tags...
<CENTER>My Name Is ABCDEF</CENTER>
My Name Is ABCDEF
LINK: To Create A Click-able Link To Connect Up Your Pages, Do These below...
<A HREF=http://www.mypage.com/index/welcome.html>MY OTHER PAGE </a>
ADVANCED HTML TAG
FONT STYLES: It Is Very Simple To Use Diffrent Fonts On Your Homepage. Just Do Like These, and... your worry is all over... All The Fonts In These Page Are Using <TT></TT> Type...
<TT>Try These</TT> --->> Try These
<FONT FACE="Comic Sans MS">Comic Sans Fonts</FONT> --->> Comic Sans Fonts
For The Font FACE, You Could Insert Any Font Face Available Depending On The Server...
FONT SIZE: We Can Also Make The SIZES Of The Fonts Differs... Again, it's quite easy to do it... and Very Important For Headings and stuffs... It Can Vary From -2, -1, +1, +2, +3, +4
NORMAL FONT SIZE
<FONT SIZE=+1>FONT SIZE 1</FONT> --->> FONT SIZE 1
<FONT SIZE=+2>FONT SIZE 2</FONT> --->> FONT SIZE 2
<FONT SIZE=+3>FONT SIZE 3</FONT> --->> FONT SIZE 3
INSERTING IMAGE: The Very First Thing To Do When Doing An Image, is to UPLOAD it Through FTP or TELNET To The Directory Of The Web Page, But If You are Doing In NOTEPAD, That UPLOADing Things Comes Later... :) These Are The Tags...
<IMG SRC="myphoto.gif"> Or if the file is on other directory... <IMG SRC=file:///C|/Directory/Directory/Filename.gif>
And If The File Shows
Like This --->>
It
Means That The File Is Not There. Sometimes it shows Like These Even...
,
That Must Have Something Wrong With The Files...
BACKGROUND IMAGE: For Inserting A BackGround Image, First Same Thing UPLOAD The Files To The Directory, But For NOTEPAD... just insert these Tags Will Be Just Fine...
<BODY BACKGROUND="filename.jpg"> Or if the file is on other directory... use <BODY BACKGROUND=file:///C|/Directory/Directory/Filename.jpg>
BORDER: To Make Hypertext Links Without Border, Put These Codes... This is combining <A HREF=""> Tag and... <IMG SRC=""> ... Notice the BORDER=0...
<A HREF=http://www.mypage.com><IMG SRC="MyPhoto.gif" BORDER=0>
This HTML Tutorial Page Is Still Under Construction... Soon To Be Finished. :)