Pulaski Networks

Site Login

Email Address:
Password:
Remember Me

Current Weather


Fair
Temp  84°
Humidity  47%
Wind    ESE 5 mph
UV  High
Sunrise  6:57 AM
Sunset  7:45 PM
10 Day Forecast
Last Updated
9/5/08 2:05 PM EDT
weather.com®

Homepage FAQ

  • What is HTML?

HTML is Hypertext Markup Language.  HTML is text code that makes up a web page.

  • What are some commonly used codes?

<a href="http://www.psknet.com">Pulaski Networks</a> will be shown as Pulaski Networks.  This code makes the specified text into a hyperlink.

<img src="http://www.psknet.com/images/psknet.gif" ALT="Pulaski Networks Logo" BORDER=0 WIDTH="414" HEIGHT="66"> will create our logo that is seen at the top of each page.  The URL within the quotes is the link to the picture. The "ALT" displays text if the image can't be displayed.  "BORDER" specifies the width of the boarder you would like around the image.  "WIDTH" and "HEIGHT" specify the size of the image.  You can also make a picture a link by putting this code inside  <a href="URL">HERE</a>

<TITLE>Page Title</TITLE> will put "Page Title" as the window title in your browser window when viewing the page.

<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0033FF" VLINK="#000066" ALINK="#3366FF"> is a string to set the colors of the page being displayed.  "BGCOLOR" sets the color for the background.  "TEXT" sets the text color.  "LINK" sets the link color.  "VLINK" sets the color of the visited links.  "ALINK" sets the color of the active links.  The "#FFFFFF" is a string of letters or numbers that tell the browser which color to display.  These can be changed around with different combinations to achieve different colors.

  • Well ok, what is a hyperlink?

A hyperlink is a clickable word or group of words that will "link" you to another webpage.

  • Ok, what is a URL?

URL stands for universal resource locator.  This string of symbols and letters tells the browser where to go to get it's information. (ex. http://www.yoursite.com/)

These are just some to get you started.  You can find out what other codes you can use and how to use them at ZDnet's Tag Library.  Enjoy!

 

Website Driver Copyright © 2003 Pulaski Networks, LLC
Content Copyright ©2000-2003 Pulaski Networks, LLC