php-mysql tutorial

Designed By NISHANT GUPTA

  • Home
  • PHP
  • HTML
  • CSS
  • JavaScript
  • JQuery
  • Contact-us
  • Learn HTML

    • Introduction of HTML
    • Image Handling in HTML
    • List Handling in HTML
    • Font Handling in HTML
    • Table Handling in HTML
    • Form Handling in HTML
  • Learn CSS

    • Introduction of CSS
    • Styling Background in CSS
    • Styling Text in CSS
    • Styling Font in CSS
    • Styling Link in CSS
    • Styling List in CSS
    • Styling Table in CSS
    • Styling Div in CSS
    • Styling Span in CSS
    • Positioning in CSS
    • Display in CSS
  • Learn JavaScript

    • Introduction of JavaScript
    • Data Type in JavaScript
    • Variable in JavaScript
    • Oprator in JavaScript
    • Cond. Statement in JavaScript
    • Loop in JavaScript
    • Array in JavaScript
    • Function in JavaScript
    • Date in JavaScript
    • String in JavaScript
    • DOM in JavaScript
    • Event Handling in JavaScript
    • Form Handling in JavaScript
  • Learn PHP-MYSQL

    • Introduction of PHP
    • Decision Control in PHP
    • Loop in PHP
    • Array in PHP
    • Function in PHP
    • Form Handling in PHP
    • File Inclusion in PHP

Introduction of HTML

What for it is used ?

Hyper Text Markup Language

  1. It is the language of web pages—the markup language that browsers read to render web pages.
  2. HTML is made up of elements (often called tags) that build the contents of a web page.
  3. HTML is not compiled. A browser or user agent interprets it.
What Is HTML ?
  1. HTML is the "mother tongue" of our browser.
  2. HyperText Markup Language (HTML) is the main language for displaying web pages and other information that can be displayed in a web browser.Tim Berners Lee
  3. It was created by "Tim Berners Lee" in 1990.
  4. It’s mostly used version is 4.0 , launched in 1999.
  5. It’s latest version is 5.0 , launched in 2008 .
  6. HTML is interpted non-case sensitive language.
component of HTML page?
  1. HTML componrnt are "text" and "markup" are simple command written in angular braket and directly understoodby web browser in other word they till the browser .
  2. HTml is interpeted non-case sensitive language
For Example

<img> Used for displaying Image.

<b> Used for bold text.

What sofware are required ?

HTML is the basic lable requeired only two software

  1. Editor or notpad for typing.
  2. Any web browsere for running the HTML page furthre advantage disadvantage we can make use Dreamweaver, Netbean e.t.c.

What is the Extaintion of HTML file ?

Every HTML file (page) must have .HTML or .htmlonly than the browser will interpted otherwise the source code exiting.
Structure of HTML document

<html>

          <head>

               <!Containt information for browser>

          </head>

          <body>

               <!Containt information for user>

          </body>

</html

Advertisements

 

©  2014 All Rights Reserved  •  Design by >Nishant Gupta.

Privacy Policy • Terms of Use