What is HTML?
1. HTML is a Hyper Text Markup
Language, Which is used to create web
pages.
2. Hyper Text Markup Language means,
the content will be displayed on the
browser.
3. Browser have their own mechanism for
recognizing web languages and HTML
is the backbone.
4. All other web programming languages
History of HTML
1. HTML was development in 1990 and
since then it has been revised and re-
development hundreds of times
2. The HTML 4.0 was the first standard
version of HTML which was defined in
1999.
3. The HTML 5.0 is the second major
standard for HTML which is so powerful
and has all the possibilities to make
dynamic websites, HTML 5.0 is
considered the future of web and HTML.
HTML is a static Web Language
 HTML is the backbone of any website, but
this is a static language which’s elements
can not by dynamically changed.
 We can insert any other language into
HTML to make the website dynamic and
responsive, but HTML alone is a static
language which’s elements can only be
changed by a human.
 The scripting or dynamic languages are
JavaScript, PHP and Now CSS3
Language Similar to HTML
1. HTML: A loose hyper text markup
language.
2. XHTML: A strict extensible hyper text
mark up language.
3. XML: A strict extensible markup
language.
4. DHTML: A strict dynamic hyper text
How Does HTML work?
 HTML codes are written as tags for letting
the browsers know about different element
such as a paragraph, a heading and a link
etc.
 HTML has a list pre-defined tag, which work
in pair, the first tag is called <string/
opening> tag and second tag is called
<ending /closing> tag.
 Tag are written by using less than < and
greater than > signs, for example,
<html>Content here </html>
 HTML tag are not displayed on browser, but
HTML Code Flow
HTML
Head
Title
Body
h1
p
em
HTML 5.0 Website Structure
HTML and CSS Website
What can we do in HTML?
What can we do in CSS?
With JavaScript or JQuery
Content of the all Course
HTML Basics
HTML 5.0 Advance Tags
Requirements
Thank You
‫مہربانی‬
‫کوم‬ ‫مننه‬

1 introductin to HTML

  • 1.
    What is HTML? 1.HTML is a Hyper Text Markup Language, Which is used to create web pages. 2. Hyper Text Markup Language means, the content will be displayed on the browser. 3. Browser have their own mechanism for recognizing web languages and HTML is the backbone. 4. All other web programming languages
  • 2.
    History of HTML 1.HTML was development in 1990 and since then it has been revised and re- development hundreds of times 2. The HTML 4.0 was the first standard version of HTML which was defined in 1999. 3. The HTML 5.0 is the second major standard for HTML which is so powerful and has all the possibilities to make dynamic websites, HTML 5.0 is considered the future of web and HTML.
  • 3.
    HTML is astatic Web Language  HTML is the backbone of any website, but this is a static language which’s elements can not by dynamically changed.  We can insert any other language into HTML to make the website dynamic and responsive, but HTML alone is a static language which’s elements can only be changed by a human.  The scripting or dynamic languages are JavaScript, PHP and Now CSS3
  • 4.
    Language Similar toHTML 1. HTML: A loose hyper text markup language. 2. XHTML: A strict extensible hyper text mark up language. 3. XML: A strict extensible markup language. 4. DHTML: A strict dynamic hyper text
  • 5.
    How Does HTMLwork?  HTML codes are written as tags for letting the browsers know about different element such as a paragraph, a heading and a link etc.  HTML has a list pre-defined tag, which work in pair, the first tag is called <string/ opening> tag and second tag is called <ending /closing> tag.  Tag are written by using less than < and greater than > signs, for example, <html>Content here </html>  HTML tag are not displayed on browser, but
  • 6.
  • 7.
  • 8.
    HTML and CSSWebsite
  • 9.
    What can wedo in HTML?
  • 10.
    What can wedo in CSS?
  • 11.
  • 12.
    Content of theall Course
  • 13.
  • 14.
  • 15.
  • 16.