Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 10

z

z
z

WHAT IS HTML?

 HTML is a computer language devised to allow


website creation. These websites can then be
viewed by anyone else connected to the Internet.
z

 The term HTML is an acronym for HyperText Markup


Language.

 HYPER – it means a link which lets you go from one


webpage to another.

 TEXT – Something that you write.

 MARKUP – How you’ll lay down the text.

 LANGUAGE – Because they needed something to


complete the word.
z

 Markup means that with HTML you declare


what is presented to a viewer, not how it is
presented.
z

 HTML forms the skeleton


for all the webpages that
we happily hover around
these days. It provides
them a structure.
z
WHAT IS THE DIFFERENCE
BETWEEN HTML, CSS, JS?

 HTML

 Structural Language

 Consider this as a structure of a human


body.

 STRUCTURE OF A WEBSITE

 Heading, paragraphs or texts, images all


comes under HTML because it gives the
basic structure of the website.
z

 CSS

 Styling Language

 Consider this as a skin or color


of human body.

 STYLING OF WEBSITE

 CSS gives color and style to


the website. CSS represents
the look of a website like skin
gives look to the human body.
z

 JAVASCRIPT

 Programming Language

 Consider this as motion of human


body like dancing, walking, etc.

 MOTION OF WEBSITE

 JavaScript gives motion and logic


to the website like alert windows
while you leaving website.
z WHAT IS THE DIFFERENCE BETWEEN
MARKUP LANGUAGE AND PROGRAMMING
LANGUAGE?

 MARKUP LANGUAGE  PROGRAMMING LANGUAGE

 It is used to create structure. They are  It execute code one by one in


designed not for general purpose sequential manner.
programming, but for processing or  In programming language, the code
presentation of text. which are wrote by programmer, firstly
 Example: compile it and convert into executable
code and then run that code and
 HTML display output.
 XML  Example:
 XHTML  C, C++, VB, C#, FORTRAN,

You might also like