Home >
Computers And Internet >
Html
YOUR FIRST HTML PAGE - III
by Amrit Hallan
In the preceding section, we had left the discussion at the tag, so let us continue from here.
For showing simple text, we use the
tag in such a manner:
Ah! This is for the first time I'm writing my own HTML. The world is so different out here. Marvelous!
You can consider
to be a paragraph.
OK,
...read all
Beginning XML - Part II (XML Style Language)
by Amrit Hallan
In order to work with XML, it becomes necessary to know a little
about the XML Style Language.
XSL provides for two forms of output flow objects. The first set
is the set of displayable objects defined for HTML, which allows
XML data to be mapped into HTML-aware browsers. The second set is
based
...read all
Beginning XML - Part IV(Basic Schema Of A DTD)
by Amrit Hallan
In the following two articles, I'm going to wrap up my pondering
on XML. We'll explore the basic schema of a DTD, and the future
of XML.
Let's recall that some basic features of XML are:
· XML can keep data separated from your HTML
· XML can be used to store data inside your HTML documents
·
...read all
Beginning XML - Part III (Building Blocks)
by Amrit Hallan
XML documents (and HTML documents) are made up by the following
building blocks:
· Elements
· Tags
· Attributes
· Entities
· PCDATA
· CDATA
This is a brief explanation of each of the building blocks:
Elements
Elements are the main building blocks of both XML and HTML
documents.
Examples
...read all
Advantages and Disadvantages of Frames
by Michael Bloch
To use Frames or not to use Frames...
That is the question...
I've kept away from using frames in any of my work where possible. As much as I like some of the features that frames offer, such as a static header area and side menu bar, there is still a number of negative aspects to their use.
The
...read all

