As
you know, I am very keen on programming. So I continue to discover the
world of programming. I started to learn HTML, the core language of
the internet. With this language you can create web sites. But today,
there are programs that offer development of web sites in a WYSIWIG
("what you see is what you get") environment. I arrived at
a point where I can create web sites with such programs, and I find
web site-programming very easy. The fact is that when I construct web
sites, is as easy as witing in a word pad! Today, everyone could construct
his own website, such as a web site about his business, family, country/city
etc... So, if you are also interested in web site development, stand up
and search for help on the internet. Here are some links about HTML
programming :
http://tips-tricks.com/ [Very Good]
http://www.htmlgoodies.com/
http://www.make-a-web-site.com/
Note, if you are about to learn HTML, here are some advices:
Learn
how to make links and e-mail links
eg. [E-Mail Link]:
<a
HREF="mailto: [email protected]">E-MAIL ME</a>
eg.
[Hyperlink]:
<a
HREF="websiteaddress.com">Click Here!!!</a>
Learn
how to make anchors
eg.
<a
HREF="Jump1">[Top Of Page]</a>
...
<a
Name="#Jump1">You are at top of page!!!</a>
Learn
how to put navigation bars using a WYSIWIG editor
Learn how to use frames

|