![]()
HTML
What is HTML?
This is the code-language that all internet website use to post images and text. It can either be written by hand into a text editor like notepad or simpletext, or it be written through a graphic editor such as Frontpage, or Netscape Composer. Through different series of code a webmaster can achieve many different affects.
Using Images
Images are possibly the best thing you can put on your site (as long as you don't use too many of them). They catch peoples eye, and make a site more pleasant to look at than just a plain text site. To place an image on your page simply place code like this onto your site.
<IMG SRC=".">
The green period will be replaced by the location of the image you want to have on your site. To place an image onto a page that is located at: "http://members.tripod.com/BluMountainMarketing/button.gif" the html code would look like this
<IMG SRC="http://members.tripod.com/BluMountainMarketing/button.gif">
and would appear like this on your page
More Tips to come!
[About US][Hosting][Tips][Links][Packages][Samples][Contact Us]