A Mashup (also known as web application hybrid), is a technique that websites use to provide resources, functionalities, and services from multiple sources. To put… Read More
Tag Archives: Web technologies-HTML and XML
A Document Type Definition (DTD) describes the tree structure of a document and something about its data. It is a set of markup affirmations that… Read More
DTD stands for Document Type Definition. It is a document that defines the structure of an XML document. It is used to describe the attributes… Read More
XQuery: XQuery is the language for querying XML data. It is used to retrieve information stored in XML format. XQuery for XML is similar to… Read More
Introduction: Simple Object Access Protocol(SOAP) is a network protocol for exchanging structured data between nodes. It uses XML format to transfer messages. It works on… Read More
Prerequisite: XML | BasicsThe XML attribute is a part of an XML element. The addition of attribute in XML element gives more precise properties of… Read More
XML stands for Extensible Markup Language. It is a dynamic markup language. It is used to transform data from one form to another form. An… Read More
XSLT stands for Extensible Stylesheet Language Transformation. XSLT is used to transform XML document from one form to another form. XSLT uses Xpath to perform… Read More
XMPP is a short form for Extensible Messaging Presence Protocol. It’s protocol for streaming XML elements over a network in order to exchange messages and… Read More
What is a link? It is a connection from one web resource to another. A link has two ends, An anchor and direction. The link… Read More
Responsive Web design (RWD), a design strategy developed to cope with the amazing popularity of mobile devices for viewing the Web. Responsive images are an… Read More
In this article, we will know HTML Canvas Basics, their implementation through the examples. The HTML “canvas” element is used to draw graphics via JavaScript.… Read More
In this article, we will know HTML SVG Basics, & their implementation through examples. SVG stands for Scalable Vector Graphics. It basically defines vector-based graphics… Read More
In this article, we will know the HTML Table, various ways to implement it, & will also understand its usage through the examples. HTML Table… Read More