0% found this document useful (0 votes)
30 views13 pages

Rehan HTML

Uploaded by

jitendrast
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views13 pages

Rehan HTML

Uploaded by

jitendrast
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 13

HTML

Submitted To: Submitted By:


Ms. HEENA BANU REHAN ALAM
Assistant Professor, CSE 23ECACS042
Department of Computer Science & Engineering

Chartered Institute of Technology, Abu Road


Certificates 1

Department of Computer Science & Engineering

Chartered Institute of Technology, Abu Road


Contents 2

•Introduction.
• what is tags.
• Important topic about tags.
• HTML versions.
•HTML Elements.
•Types of heading.
•HTML Formatting tags.
•Advantages of HTML.
•Disadvantages of HTML.
Department of Computer Science & Engineering

Chartered Institute of Technology, Abu Road


Introduction 3

HTML(hyper Text Markup Language) Is the Standard language


.
HTML language used for to create and design web pages.
HTML defines the structure and layout of a web pages by
using various elements, or “tags”.

Department of Computer Science & Engineering

Chartered Institute of Technology, Abu Road


What is tags? 4

 A text surrounded by angel brackets is known as tags.


example. <html>, <body>
 Tags are used to display our contents on webpage and it
also defines the
Place of our contents.
Text Tags
Example. <center> html <html>
our content body <body>

</center>
Department of Computer Science & Engineering

Chartered Institute of Technology, Abu Road


Important topic about tags 5

1. A tag starts with <> bracket and closed with </>


Ex: <html> </html>
2. A start tag also called opening tab and closed tag also
called closing tag.
3. A tag must be closed with </> bracket.
4. A tag marked our content to display them on webpage.
Ex: <html> our content </html>

Department of Computer Science & Engineering

Chartered Institute of Technology, Abu Road


HTML versions 6

HTML( hyper text markup language ) is developed by Team


Berners-Lee.
version year
HTML 1991
HTML 2.0 1995
Html 3.2 1997
HTML 4.01 1999
XHTML 2000
HTML 5 2014

Department of Computer Science & Engineering

Chartered Institute of Technology, Abu Road


HTML Elements 7

An html element must have <starting tag>contents</closing


tag>
Example:- <body> : starting tag
Rehan Alam : contents
</body> : closing tag

These are some HTML Elements


• <h1>contents</h1>
• <html> contents</html>
Department of Computer Science & Engineering
• <head> contents</head>

Chartered Institute of Technology, Abu Road


Types of heading 8

Six types of heading in HTML.


• <h1> heading </h1>
• <h2>heading</h2>
• <h3>heading</h3>
• <h4>heading</h4>
• <h5>heading</h5>
• <h6>heading</h6>

Department of Computer Science & Engineering

Chartered Institute of Technology, Abu Road


HTML Formatting tags 9

Empty Element tags


<hr>
<br>
Pre formatting tags
<pre>
Formatting tags
<b>
<u>
<i>
Department of Computer Science & Engineering

Chartered Institute of Technology, Abu Road


Advantages of HTML 10

• simple to understand and implement.


• HTML is a completely free.
• Every browser supports HTML.
• Display changes instantly.
• Light weight(low size).

Department of Computer Science & Engineering

Chartered Institute of Technology, Abu Road


Disadvantages of HTML 11

• HTML is not a programming language.


• Calculation can not be done in HTML.
• It Can not be used to display even date.
• Write lot of code for making a simple web page.
• Security feature is not good.

Department of Computer Science & Engineering

Chartered Institute of Technology, Abu Road


Department of Computer Science & Engineering

Chartered Institute of Technology, Abu Road

You might also like