HTML and JavaScript How to: Open and Close Tags HTML Program - Bold - now use Italic - now use Head -
Body - Paragraph -Combining tags: Text Single Tags
line break, like a carriage return
like break but puts a blank line in An HTML Page
I can do italic or bold
with a certain phrase or image, i.e., OR Click here for information on Juniata College Here's What's Happening
A stands for Anchor. It starts the link to another page. HREF stands for Hypertext REFerence. That's a way of saying to the browser, "This is where the link is going to go." http://www.juniata.edu is the FULL ADDRESS of the link. Note that the address has an equal sign in front of it and is enclosed in quotes. The reason is because it's an attribute of the Anchor tag, a command inside of a command. Where it reads "Click Here for information on Juniata College" is where you write the text you want to appear on the page. What is in that space will appear on the page for the viewer to click. So, write something that denotes the link. /A ends the link command.
E-mail Links Click here to email me Tables: Brady Family Table (HTML Goodies)
Marcia | Carol | Greg |
Jan | Alice | Peter |
Cindy | Mike | Bobby |
denotes Table Data. You put this in front of every
piece of information you want in a cell. You need to end every one that you open with an | . See how I have that above?
Agnes | Wilma | George |
Gwen | Skippy | Alvin |
Harry | Melvin | Joe |
two and two is larger than one, etc. Try different numbers. I happen to like the look of BORDER=3. BORDER=0 gets rid of the borders altogether. CELLSPACING (all one word) gives the amount of space between cells. I'd keep this kind of small. Large spacing tends to defeat the purpose. CELLPADDING (all one word) gives the amount of space (or padding) between the cell border and the cell contents. Note the cell border walls tend to fill out. A higher number fills out more. Try a few different settings. Sometimes bigger is better. HTML Tags from HTML Goodies
Ordered Alphabetically NN: indicates the earliest version of Netscape that supports the tag IE: indicates the earliest version of Internet Explorer that supports the tag DTD: indicates in which XHTML 1.0 DTD the tag is allowed. S=Strict, T=Transitional, and F=Frameset Defines a comment3.03.0STF
Defines the document type STF Defines an anchor3.03.0STF From HTML Goodies:
Defines the body element3.03.0STF