You are on page 1of 8

WEB DESIGNING

<HTML></HTML>

SAEED MOHAMMAD | ABDUL MANAN | JAMAL KHAN 1


Web Designing
Studies

HTML

HTML stands for "HyperText Markup Language."

• HyperText means it's a type of text that supports (hyper)links between


pages.
• Markup means we have taken a document and marked it up with code to
tell something (in this case, a browser) how to interpret the page.

2
Web Designing
Studies

HTML

• Webpages are written in HTML . It’s a simple scripting language.


• You can use tags to write the HTML codes.
• You can read the code of other people's pages, and "borrow” the cool
effects.
• You can do the work yourself, when the editor simply refuses to create the
effects you want.

3
Web Designing
Studies

HTML
• n
• HTML is made of Tags
• Tags are piece of Text placed inside this <>
• Open Tag <tag>
• Close Tag <tag>...</tag>
• Empty element <hr>, <br>

4
Web Designing
Studies

HTML

All web pages contains two parts


• The head
Contains text and tags that do not directly shown
on the web page
• The body
Contains text and tags that directly shown on the web
page

5
Web Designing
Studies
HTML (Page Structure)

• The head element contains header information about the page such as it’s
title , keywords , description and style sheet.

6
Web Designing
Studies
Heading

• Regardless of version of html , heading are ranked from h1 to h6


• To show the order of contents

7
ANY QUESTION ?
THANK YOU

AAFF INSTRUCTOR | JAMAL KHAN

You might also like