Programming Tutorials Browser Tutorials Articles Struts Tutorials Hibernate Tutorials

  Tutorial: HTML HTML 4.0 The SPAN Tag Tutorial

This is the first in my HTML 4.0 series. The SPAN tag is a great command that is sure to become the workhorse of pages to come. Read this and learn about everything you can do with it.

Tutorial Details:

HTML HTML 4.0 The SPAN Tag Tutorial
This piece is the first in a series of HTML 4.01 tutorials. If you haven't already, it would be best if you read over the HTML 4.01 reference tutorial . It offers a general overview of the new tags and attributes involved with the latest version of HTML to hit the Net. Now it's time to get a little more specific about what you can and cannot do with this version. We'll start with a brand new tag, SPAN. If you haven't seen or heard about it by now, get ready. This pup will be one of the big workhorses in Web pages to come.

This tutorial was originally written when HTML4.0 was a brand new feature of the web. It has since been updated to reflect the full HTML 4.01 specification now in common use. SPAN: What Does It Do? Nothing! Not a darn thing. But that's the beauty of it. Above all, remember this about HTML 4.01 Cascading Style Sheets (CSS) will be big. The use of one command to denote multiple points on a page is the wave of the HTML future.

If you've used CSS, you know that you've always had the ability to attach a style to a command. For instance, you could say that every time the BOLD tag is used, also make the text Arial and blue, right? You also probably know that you could stick style commands into other tags. You could put:
STYLE="font-family: courier"
But in all cases, you still had to use a tag that itself would affect the text, the image, or whatever. That's where the SPAN tag comes in so handy. It doesn't affect the text at all. It is there only to carry with it other attributes to affect the text, the image, or whatever.


 

Read Tutorial at: Click here to view the tutorial

Rate Tutorial:
HTML HTML 4.0 The SPAN Tag Tutorial

View Tutorial:
HTML HTML 4.0 The SPAN Tag Tutorial

Related Tutorials:

XML JavaBeans, Part 1 - JavaWorld February 1999
XML JavaBeans, Part 1 - JavaWorld February 1999
 
Tip 80: Resize applets within browser frames - JavaWorld
Tip 80: Resize applets within browser frames - JavaWorld
 
JDK 1.2 breaks the Java sound barrier - JavaWorld August 2000
JDK 1.2 breaks the Java sound barrier - JavaWorld August 2000
 
Combine the power of XPath and JSP tag libraries - JavaWorld January 2001
Combine the power of XPath and JSP tag libraries - JavaWorld January 2001
 
JSP best practices
Follow these tips for reusable and easily maintainable JavaServer Pages
 
Real World HTML Parser
Real World HTML Parser The two fundamental use-cases that are handled by the parser are extraction and transformation (the syntheses use-case, where HTML pages are created from scratch, is better handled by other tools closer to the source of data). Whil
 
Tag Library Documentation Generator 1.2
Tag Library Documentation Generator is a utility for automatically generating javadoc-style documentation for JavaServer PagesTM (JSPTM) Technology Tag Libraries.
 
Servlet Essentials
This document explains the concepts of Java Servlets and provides a step-by-step tutorial for writing HTTP Servlets with complete source code for the example Servlets. The tutorial and the other chapters cover all facets of Servlet programming from a ...
 
JSP Escape taglib ver. 1.83
Also useful for WAP/WML developers - converts on the fly HTML to WML. Library has got two body tags Escape and WmlEscape.
 
JSP Tutorial
Adding dynamic content via expressionsAs we saw in the previous section, any HTML file can be turned into a JSP file by changing its extension to .jsp. Of course, what makes JSP useful is the ability to embed Java. Put the following text in a file wit
 
JSP Tags
JSP tags do not use <%, but just the < character. A JSP tag is somewhat like an HTML tag. JSP tags can have a "start tag", a "tag body" and an "end tag". The start and end tag both use the tag name, enclosed in < and > characters. The end starts with
 
Tag Libraries Tutorial
This tutorial describes how to use and develop JavaServer Pages tag libraries. The tutorial assumes that you know how to develop servlets and JSP pages and are familiar with packaging servlets and JSP pages into Web application archives.
 
Tutorial for Developing your first JSPs tags
We have seen how servlets and JSPs can be used to build a web application. These technologies go some distance toward making web development easier, but do not yet facilitate the separation of Java from HTML in a reusable way. Custom tags make this possib
 
Welcome to the Apache Struts Tutorial
This is the complete Struts Tutorial. Explains ActionForm Action Class Validation Framework.
 
Using Taglib in JSP. A brief introduction to taglibs and taglibs programing.
Using Taglib in JSP. A brief introduction to taglibs and taglibs programing. JSP TAG LIBRARIES JSP Tag Libraries : JSP’s offer a unique feature of “Tag Libraries”. Simply put, these are custom defined JSP tags. They are basically meant for
 
Client Side Address Validation in Struts
Client Side Address Validation in Struts Client Side Address Validation in Struts In this lesson we will create JSP page for entering the address and use the functionality provided by Validator Framework to validate the user data on the browser.
 
Struts Guide
Struts Guide Struts Guide This tutorial is extensive guide to the Struts Framework. In this tutorial you will learn how to develop robust application using Jakarta Struts Framework. This tutorial assumes that the reader is familiar with the web
 
Struts HTML Tags
Struts HTML Tags Struts HTML Tags Struts provides HTML tag library for easy creation of user interfaces. In this lesson I will show you what all Struts HTML Tags are available to the JSP for the development of user interfaces. To use the Struts
 
Understanding Struts Controller
Understanding Struts Controller Understanding Struts Controller In this section I will describe you the Controller part of the Struts Framework. I will show you how to configure the struts-config.xml file to map the request to some destination
 
WAP Toolkits Motorola - Mobile ADK 1.1 Nokia - WAP Toolkit
WAP Toolkits Motorola - Mobile ADK 1.1 Nokia - WAP Toolkit Tutorial WAP Toolkits T o develop any WAP application you have to download software essential for development. Although you can write and test your codes through our site for learning
 
Site navigation
 

 

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2006. All rights reserved.