Thursday, 22 August 2013


In this Blog i would like to share some WEB DESIGNING technology, so that you can design a basic web page will be help to create projects and for the person how would like to start e-COMMERCE Business.

INTRODUCTION
****************
Short Intro to XHTML:
~~~~~~~~~~~~~
                *XHTML(Extensible HyperText Markup Language).
                *XHML is aimed to replace HTML.
                *XHTML is almost identical to HTML 4.0.
                *XHTML is a stricter and cleaner version of HTML. 
                *XHTML is HTML defined as an XML application.
 HTML:
                *HyperText Markup Language
                *HTML is used to prepare documents which are accessible over the WWW
                *Any text editor can be used to create HTML Documents
                *The pages created by HTML are called Static Page
                *HTTP(HyperText  Transport Protocol) is used to transfer HTML document across the internet.
XML:
                *extensible Markup Language.
                *It is language  on web, XML supports a wide variety of applications.
                *XML documents are easy to create.
                *You can learn  to create your own set of markup tags using XML or your own version of HTML.
                *XML shall support a wide variety of applications.
DHTML:
                * Dynamic HTML

                *Dynamic implies movement and change; goes beyond HTML
                *Helps a Web author create more interactive web pages that can change after they have been downloaded from the server.


Tag Structure:
                Usually Tags are used to denote various elements in an XHTML document; XHTML tags consist of a left angle bracket (<), a tag name, and a right angle bracket (>)
ie  <tag>…..</tag>
    *All the XHTML document must contain <html>, <body> and <title> tags.
    *All tags must have a closing tag.
    *Tags can be nested within outer tags.
   *Tags must be XHTML complaint.
   *All tags and their attributes must  always be lowercase.

For Example:
                Type the following in the Notepad or in any text editor. Save the file with .html extension (this indicates that the file is XHTML/HTML document)
XTHML is composed of <b> tags </b>
               Run using Internet Explorer.

OUTPUT:
XTHML is composed of  tags


                

No comments:

Post a Comment