ayahsaba76.blogspot.com
So, you want to make a Web Page! Lesson 26 - Last one! |
Practice Lessons...Now that you've completed this section, you should really get some practice putting some of this stuff to work.
Here are some excellent materials that you may want to have a look at:
- Table Tutor, Form Tutor and Frames Tutor
- When you're past the basics and are ready to add a few high octane components to your web page, these three tutorials will take you step by step through the tags.
- CSS Tutor
- A basic primer on Cascading Style Sheets. If you're new to CSS, this may be a good place to start.
- HTML 4.0 Reference
- An excellent reference covering all of the tags and attributes in the HTML 4.0 specification. A very complete and useful guide.
- irt.org
- Internet Related Technologies - An excellent site full of FAQs and articles on a variety of web authoring topics.
- World Wide Web Consortium
- The World Wide Web Consortium (W3C) both develops and promotes standard technologies for the Web. Here you find various specifications for HTML, CSS, etc.
- If you need stuff for your pages...
- Like backgrounds, bullets, images, sounds, JavaScript or whatever, come by our Web Page Resources section. Help yourself to armloads of stuff!
- Got a question?
- "How do I fit a thigamajig around a whatchamacallit and put in one of those doohickeys?" Almost without exception your question has already been asked... and already been answered. Look here for FAQs (Frequently Asked Questions) from this tutorial, and links to other excellent HTML FAQ lists.
Got any suggestions? Let's hear 'em.
If you would like to add a link to HTMLisEasy.com,
you are welcome to. You may link as you wish or use of these groovy
text links. Just copy and paste the desired code into your page...
HTMLisEasy.com<a href="http://www.htmliseasy.com" style="text-decoration:none;"><span style="font:bold 11px arial;"><span style="color:#40A840;">HTML</span><span style="color:#748874;">is</span><span style="color:#40A840;">Easy</span><span style="color:#125598;">.com</span></span></a>HTMLisEasy.com
<a href="http://www.htmliseasy.com" style="text-decoration:none;"><span style="font:bold 14px arial;"><span style="color:#40A840;">HTML</span><span style="color:#748874;">is</span><span style="color:#40A840;">Easy</span><span style="color:#125598;">.com</span></span></a>HTMLisEasy.com
<a href="http://www.htmliseasy.com" style="text-decoration:none;"><span style="font:bold 18px arial;"><span style="color:#40A840;">HTML</span><span style="color:#748874;">is</span><span style="color:#40A840;">Easy</span><span style="color:#125598;">.com</span></span></a>
Or, the following code will just add the colors and bold, so the font matches your page font...
HTMLisEasy.com<a href="http://www.htmliseasy.com" style="text-decoration:none;"><b><span style="color:#40A840;">HTML</span><span style="color:#748874;">is</span><span style="color:#40A840;">Easy</span><span style="color:#125598;">.com</span></b></a>