


Diva Help Pages
HTML
What
do I need to know to make a web page?
What are tags?
I want to know what tags to use when..
What other things are important in making a web site?
How do I add music to my site?
How do I Link to other pages on my site?
How do I link to other Sites?
How to I make a link to my Email Address?
How do I make a link to Email me with a Subject in the
Email?
What
do I need to know to make a web page?
To make a web page you need to know
some basic HTML. Some people think that HTML is complicated but it really
isn't. You will also need to know about Tags.
The easiest way to understand HTML is that it is a language that turns
a text page into a web page and tags tell the page what to do.
Back To top

What
are tags?
HTML is the language and Tags are
the orders of that language. They are specific commands that tell the page
exactly what you want it to do. Ie. You want to center text or a graphic...you
need to tell the html document to do that by the tags.
Back To top

I
want to know what tags to use when..
Since tags are very important, it is important for
you to know some of them.
Here are some basic HTML tags you
will need to know. Remember whenever you open a tag you must close it when
you are finished doing what you want the document to do.
ie. You want the welcome to be centered. Here is the code
<CENTER><P><B><FONT FACE="Arial"><FONT
SIZE=-1>Welcome to My Web Page</FONT></FONT></P></B></CENTER>
Now I've closed all the tags (in yellow) since I want to stop
the Centering here.
New Paragraph |
<P>opens the tag and </P>closes
it |
Page Break |
<BR>opens the tag and you don't need to close this one because it is just a break tag |
Center text and graphics |
<CENTER>opens the tag and
</CENTER>closes it |
Bold text |
<B>opens the tag and </B>closes
it |
Font Face is the type of text you
want |
<FONT FACE="Arial">opens
and </FONT> closes it
Remember to use a font that everyone has. If you use a fancy font, your
visitors may not have it and will see it viewed in the default font.
It is much easier to specify about three fonts known to be on most computers
- Arial, Veranda and Comic Sans |
Font Size is how big the text will
be |
<FONT SIZE="+1">
opens it and </FONT> closes it
There is also the Heading Font Sizes with the largest H1 and getting smaller
as you reach 6: H1, H2, H3, H4, H5, H6.
It is much easier to just specify the font size. |
Italicized text |
<I>opens it and </I>
closes it |
Underlined Text |
<U>opens it and </U>
closes it |
Above is a listing of the
most basic tags you will need. But sometimes you want to add something
special like a list of things and you'll need to know a few more tags.
Click Here for More Tags
Back To top

What
other things are important in making a web site? 
There are a few other important things
to know when making a web site. Here are some I thought might be helpful.
1) To begin making a webpage,
you must first have an idea for a site
2) Pick a good name for the site...one you will be happy with for
a long time
2) Divide it into sections (pages). Each page will have a different
topic or subject and together they will form a web site.
More Website tips
Another important thing to know about is Meta Tags. You can learn more
about them here
Back To top

How do I
add music to my site?
Adding music can be a wonderful experience
or a nightmare, depending on your visitors so please always give them a
choice to turn it off. When you embed the music without any controls you
are not giving them that option. You don't need to have a large player
because a small one 10x10 will still give them the option of turning it
off.
Here is the coding for the song
I have playing here.
<CENTER><P><EMBED SRC="zipadeedoda.mid" AUTOSTART="TRUE"
LOOP="TRUE" PLAYCOUNT="2" WIDTH="150" HEIGHT="20"
ALIGN="CENTER"> <NOEMBED> <BGSOUND SRC="zipadeedoda.mid">
</NOEMBED> </EMBED></P></CENTER>
I have it set for 150 x 20 but I usually use smaller. Just change
the name of the midi that I have in bright yellow and add your own music.
Netscape and Internet Explorer require
different things for music to play on your website.
Each of the tags tells the document what to do:
The <Embed> and <Bgsound> Tags
You can use the Embed tag to have sound automatically play on your page.
However, Netscape Navigator and Internet Explorer require two DIFFERENT
tags to tell the browser how to handle sound files.
You MUST include both tags to get the sound file to play in all formats
of both browsers.
The <EMBED> Tag works in Internet Explorer 4.0x, 5.0x, Navigator
3.0x, 4.0x The <BGSOUND> Tag works in Internet Explorer 3.0x (best
used with the NOEMBED tag... see below)
Here is the coding for adding sound
files that most every browser can handle:
<CENTER><P><EMBED
SRC="zipadeedoda.mid" AUTOSTART="TRUE"
LOOP="TRUE" PLAYCOUNT="2" WIDTH="150" HEIGHT="20"
ALIGN="CENTER"> <NOEMBED> <BGSOUND SRC="zipadeedoda.mid">
</NOEMBED> </EMBED></P></CENTER>
AUTOSTART= Using this attribute will tell the browser to play a sound automatically
by entering "TRUE" as the Value. The sound will NOT start automatically
if you enter "FALSE" as the Value.
LOOP= In Netscape, Loop will tell
the browser to play the sound over and over in an endless Loop by entering
"TRUE" . If you only want to hear it once, then enter "FALSE"
.
(Internet Explorer does not recognize this attribute. Use PLAYCOUNT= as
shown below for IE.)
PLAYCOUNT= Enter a number ("2"
or "5" etc.) will tell Internet Explorer how many times to play
the sound. (Netscape does not recognize this attribute.)
WIDTH= and HEIGHT= In Netscape,
these attributes define the appearance and size of the CONTROL PANEL that
shows up but (Internet Explorer does not recognize this Tag.)
Back To top

 

 

Diva Help Pages
|

Diva Home Page
|

Diva Help Site Map
|

All content © 2002 by Diva of
the Net
All right reserved.
All other copyrights belong to their respective holders.
All graphics © 1998
- 2002
Dream Web Designs by Lady Care
All right reserved.
All other copyrights belong to their respective holders.

This background set was made and copyrighted
by Lady Care.
Please do not take any of the set or the graphics.
Thank you for respecting the Copyright Laws.
|