Category Archives: HTML
Web 2.0 to Web 3.0!
As you all aware with the familiar word “Web 2.0”, coming to the point, many have a little idea on what actually comprises Web 2.0? am I right? Before they digest the same, a talk on Web 3.0 is ON.
HTML element
An HTML element is an individual component of an HTML document. HTML documents are composed of a tree of HTML elements and other nodes, such as text nodes. Each element can have attributes specified. Elements can also have content, including other elements and text. HTML
XML Protocol
The XML Protocol (“XMLP”) is a standard being developed by the W3C XML Protocol Working Group to the following guidelines, outlined in the group’s charter: An envelope for encapsulating XML data to be transferred in an interoperable manner that allows for distributed extensibility. A
XML
Extensible Markup Language (XML) is a set of rules for encoding documents in machine-readable form. It is defined in the XML 1.0 Specificationproduced by the W3C, and several other related specifications, all gratis open standards. XML’s design goals emphasize simplicity, generality, and usability
HTML decimal character rendering
A numeric character reference in HTML refers to a character by its Universal Character Set/Unicode code point, and uses the format &#nnnn; or &#xhhhh; where nnnn is the code point in decimal form, and hhhh is the code point in hexadecimal form. The x must be lowercase
Character encodings in HTML
HTML (Hypertext Markup Language) has been in use since 1991, but HTML 4.0 (December 1997) was the first standardized version where internationalcharacters were given reasonably complete treatment. When an HTML document includes special characters outside the range of seven-bit ASCII two goals are