Home >
Computers And Internet >
Html
YOUR FIRST HTML PAGE - II
by Amrit Hallan
In the book, "The Agony and the Ecstasy", I read that Michael Angelo dug up graves in order to study the human anatomy in all its gory manifestation. He used to hold the internal organs in his bare hands. He came up with masterpieces.
The same is true for any skill, here HTML. I do not recommend you
...read all
USER FEEDBACK, HTML FORM
by Amrit Hallan
After going through this celestial section you'll be able to make your own HTML feedback forms so that the visitors can send you feelers about what are their intentions vis-à-vis you and your Web site, and other sundry things that may or may not concern you.
As usual we have a tag called, illuminatingly,
...read all
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

