THE HTML : TAGS AND TEXT


This is a prototype of a SIMPLE PAGE. It will Inform amaze or BORE you to death! Anyway, this stuff is not that difficult. It is ESSENTIAL KNOWLEDGE if you want to create a website!

To return to the main menu page go to DEERPARKHS HOME PAGE

The goal of this page is to show uses of these tags. To see whats under the hood here, right click on your mouse and look at the source code by selecting "view source". Copy what you like, modify it ,cut and paste to your page etc.



THE HTML 'SPLAINED FOR YOUR CONVENIENCE!


HTML is "HYPERTEXT MARKUP LANGUAGE"

these TAGS have starts < > and stops </ > :they are double ended and must be nested

HEADING size < H1 >

AND size < H2 >

THEN size < h3 >

AND size < h4 >

GETTING smaller size < h5 >
SMALLEST HEADING size < h6 >

example of the proper format is < h4 > YOUR HEADING HERE < /h4 >


the following TAGS are PHYSICAL, double ended and can be nested!!!

< i > ITALICS < /i >

< b > BOLD < /b >

< b > < i > BOLD AND ITALICS (NESTED) < /i > < /b >

< u > UNDERLINE < /u >

< s > STRIKEOUT < /s >

< tt > TT < /tt > (like CODE tag)

< big > BIG < /big >

< small > SMALL < /small >

< sub > SUB < /sub >

< sup > SUP < /sup >


these tags are LOGICAL, double ended and can be nested

< strong > STRONG < /strong >

< em > EMphasis < /em >

< cite > CITE < /cite >

< code > CODE < /code >

< kbd > KBD < /kbd >

< var > VAR < /var >


AND now for some single ended tags

< p > PARAGRAPH to start a new paragraph


< br > BREAK to create a blank line

< hr > HORIZONTAL LINE as seen below


AND NOW we will show how to display some special characters.(ASCII)

Most ascii characters can be displayed by typing the ampersand followed by an alphabetic command OR by its character number :example -&middot;- is the bullet or middot character. ( · )

  non-breaking space is called by &nbsp;

© copyright is called by &#169;
© copyright is called by &copy;

® registered is called by &#174;
® registered is called by &reg;

· middot is called by &middot;
· middot is called by &#183;

( I used the < P >tag to separate the catagories and the < br >tag to simply start a new line)


The align command may be used with headings or paragraphs and may be center, left or right . By the way this very line is being wordwrapped by the browser!!! EXAMPLES

< h3 align=center > YOUR WORDS < /h3 >

 THE < pre > tag means THIS TEXT IS PRE-FORMATTED AND SPACES      ARE KEPT.
WORDWRAPPING IS DISABLED WITHIN THE PRE TAGS </pre >


YOU MAY E-MAIL ME AT [email protected]



IF YOU FELL ASLEEP BEFORE GETTING HERE, YOU ARE NOT INTO THIS !

to see whats under the hood here, right click on your mouse and look at the source code by selecting "view source". Copy what you like, modify it ,cut and paste to your page etc.
LISTS - unordered list UL
ORDERED LISTS OL
  1. MAKE UNORDERED LISTS
  2. MAKE ORDERED LISTS
  3. MAKE NESTED LISTS

  1. REASONS TO LEARN HTML
    • NO NEED FOR SPECIAL SOFTWARE (eg. FRONTPAGE)
    • REALLY NOT THAT DIFFICULT
    • IMPRESS THOSE HILLBILLY RELATIVES
    • YOU JUST BETTER LEARN IT!

  2. REASONS NOT TO LEARN HTML
    1. I NEED MORE THAN ONE HOUR OF SLEEP!
    2. TOO NEWFANGLED FOR ME!
    3. TOO BUSY WITH NEUROSURGERY PRACTICE!
    4. I AM A CONFIRMED LUDDITE!
    5. BUSY PLANNING NASA MISSIONS: WHAT ELSE DO YOU PEOPLE WANT?

  3. REASONS TO LEARN JAVASCRIPT
    1. YOU CAN MAKE PAGE INTERACTIVE
    2. VIEWERS WON'T SNORE ONLINE
    3. IMPRESS FOLKS WITH YOUR WIZARDRY
    4. MAYBE YOU GET TO KEEP YOUR JOB!!


  1. FACTS ABOUT HTML
    1. ERRORS ARE GENERALLY IGNORED- NO MESSAGES
      1. this can be a good thing
      2. this can irritate you
      3. this is unlike any program language
    2. DISPLAY VARIATIONS ON DIFFERENT BROWSERS
    3. BROWSERS HAVE MANY DEFAULTS (COLOR,BACKGROUND, ETC)

  2. FACTS ABOUT JAVASCRIPT
    1. RUNS PROGRAM WITHIN BROWSER
    2. ERRORS CREATE MESSAGES
    3. DOES NOT HAVE TO BE COMPILED (UNLIKE JAVA)


DEFINITION LIST EXAMPLE
SERVO AMPLIFIERS
these unit are used to accurately run positioning motors with feedback devices
PLC DEVICES
these are used to control all peripherals on the equipment
SPINDLE AMPLIFIERS
this is used to power the spindle motor and may share a DC power supply with the servo amplifiers



YOU MAY E-MAIL ME AT [email protected]
MORE HTML COMING SOON : SOMEBODY STOP ME !!!

DENIS BYRNE: HTML TABLE EXAMPLES !!!
1.
60,000,000
2.
PROTOCOL
3.LEFT,RIGHT 4.
THE # SIGN
5.
.gif,and.jpg
6.=no 7. NETSCAPE
DEFAULT
DISPLAYS
A BORDER
SET BORDER=0
8.=1001
9=A 10 = 1001 11 FONT FACE="SANS SERIF,ARIAL,HELVETICA"
12.CLIENT IS A TERMINAL TO A NETWORK
IT RECIEVES SERVICES FROM A SERVER
13. yellow 14. 10 MHZ
15. BROWSER 16. SERVER 17. © 18. X2 19.= 10 9
20.(I)(B)THIS IS IMPROPERLY NESTED!!! and this cell is very big(/I)(/B)

AND A SIMPLE TABLE!!!
1. D 2. D 3. D 4. E 5. F
6.B 7.C 8.A 9.C 10. C
11. A 12. C 13. D 14. B 15.C
16. A 17.B 18. C 19.C 20. A
21. E 22. A 23. D 24.D 25.A
26. A 27. B 28. B 29.C 30. B


RETURN TO INDEX PAGE

Hosted by www.Geocities.ws

1