HTML 101
How the web works
0. Standardly Speaking About HTML
Building a Foundation... Nuts 'n Bolts HTML
Basic tags for formatting pages to HTML 2.0 standards. These codes will make your pages viewable to the widest audience range.
1. Creating Your First HTML Document
2. Modifying an HTML Document
3. Headings: Six Levels Deep <h1> <h2> ...
4. Breaking up into Paragraphs <p> <br> <hr>
5. Doing it with Style <b> <i> <tt>
6. Lists, Lists, and Lists <ul> <ol>
7. Graphics and File Formats
a. Inline Images <img...>
8. Linking it with Anchors
a. Links to Local Files <a href="file.html ...>
b. URLs: Web Pointers http:, ftp:, gopher:..
c. Links to the World: Internet sites <a href="http:// ...>
d. Links to Sections of a Page <a name= ...>
e. HyperGraphic Links <a href= ...><img...></a>
9. Preformatted Text <pre>
10. Special Characters é ©
http://www.mcli.dist.maricopa.edu/tut/lessons.html (1 of 3) [1/2/2002 4:06:29 PM]
Lessons
11. Definition Lists <dl> <dt> <dd>
12. Address Footers and E-Mail Links <address> <a href=mailto:...>
13. You can Blockquote Me on That <blockquote>
14. Lumping vs. Splitting
Beyond the Basics
Modify and enhance your web pages with features available in HTML 3.2.
While we cannot provide instruction in as great detail on the more complex things you can include in your web pages, we provide links to other resources that may assist you.
15. Standard and Enhanced HTML
16. Colorful And Textured Backgrounds <body bgcolor=...>
17. Don't Blink, Don't Marquee
18. Spiffing Up Text <font color=... face=... size=... > <sup> <sub> <u> <strike>
19. Easy Horizontal Rules <hr>
20. Extra Alignment <div>, <center> <img vspace=..., hspace=...
21. Setting the Table <table..>
22. More for Images and Lists <BORDER=0..>, <ol type=..>
23. Clickable Image Maps <map...>
24. META in your HEAD <META...>
25. Target That Window <a href=... target=...>
26. Web Page, You've Been Framed <frameset cols=... > <frame src=...>
27. A Wee Dose of JavaScript <script language=JavaScript... >
a. Alerts and Rollovers <a href=... onClick="alert('...')"onMouseOver="...
b. Dynamic Content document.write('..
c. Custom Window Openers window.open('..
d. Swapping Images onMouseOver=... onMouseOut=...
28. Adding some FORM to your webs
a. Forming Forms <form..>
b. Form Action by email and CGI <form action=..>
c. Form Action by JavaScript
29. Multimedia in Your Page
a. Animated My GIF!
b. Movie Time <embed src=...>
c. Sound of [web] Music
d. Hit Me With a Shockwave
e. Small Cup of Java (to go) <applet code=...>
No comments:
Post a Comment