Tutorials @ITianWorld


HTML HOME

HTML is the most widely used language and stands for Hyper Text Markup Language. It is used to create a web page or develop web pages on Web.

  • HTML is not a Programming Language but a Markup Language.
  • On web, it is a widely used language.
  • By HTML you can build your own website.
  • It is easy to learn and understand – With ItianWorld you will enjoy it.

Enjoy Learning HTML with “Get Result”

ItianWorld provide you a lot of examples with their syntax (Structure) and Explanation.

With our “Get Result” editor, you can easily learn HTML and view the result.

EXAMPLE :

     <html>

What is HTML?

HTML stands for Hypertext Markup Language. HTML is the standard markup language for documents designed to be displayed in a web browser. HTML uses various tags, including headings, tables, and paragraphs, to define the text structures of a page. HTML is not a programming language, it is a markup language that defines the structure of your website or can be say made of tags.

HTML is based on tags and attributes. Each tag is defined using the and formula. It is usually called an “opening” and “closing” tag, respectively. For example, if you wish to change a specific text style to bold, you can use <b> type your text here </b> Your browser will render the content via these tags, then display it on the screen.

What is DHTML?

DHTML is known as Dynamic HyperText Markup Language which creates dynamic web pages and it is used to handle codes and commands of HTML. Dynamic HyperText Markup Language (DHTML) is a collection of features by which interactive and animated websites can be created and also it gives more control than HTML elements. It allows the inclusion of a document object model in Client-side scripting language like JavaScript. In another word, DHTML is a combination of a static markup language like HTML and client-side scripting language like JavaScript. DHTML file save with .dhtm extension. The web pages can more creative through DHTML. It is knowns as a collection of web development technology which used to create dynamic web pages.

Features of DHTML

  • It is a dynamic HTML that is used to create stylish web pages.
  • It is defined as a collection of technologies.
  • DHTML is used to create animated web sites.
  • DHTML using a combination of a static markup language like HTML and client-side scripting language like JavaScript.
  • DHTML based on the document object model.
  • It provides features to the developer such as including the drop-down buttons.
  • DHTML provides the feature of code reusability.
  • The main features of DHTML is that we can create dynamic web pages.

Comparison Between HTML and DHTML

HTML Vs DHTML

HyperText Markup Language. Dynamic HyperText Markup Language.
Based on Tags and attributes. Set of web development technologies.
It is not using code of server-side scripting. It is using code of server-side scripting.
Extension of HTML is .html or .htm. Extension of DHTML is .dhtm.
It is used to create web pages. DHTML use for create stylish and dynamic web pages.
HTML doesn't required database connectivity. In DHTML required database connectivity.
The web pages are normally designed via using HTML. The web pages are more creative via using DHTML.

Reference

ITianWorld

->
Scroll to Top