SlideShare a Scribd company logo
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, Dwarka Institutional Area, New Delhi-75
Affiliated to Institution of G.G.S.IP.U, Delhi
HTML
BBA 208
Ruchika Bajaj
Assistant Professor
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, Dwarka Institutional Area, New Delhi-75
HTML
• HTML stands for Hyper Text Markup Language
• It is a language with the help of which we can create
your own Web site.
• A markup language is a set of markup tags
• HTML documents are described by HTML tags
• Each HTML tag describes different document content
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, Dwarka Institutional Area, New Delhi-75
HTML Example: Document Tag
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, Dwarka Institutional Area, New Delhi-75
HTML Example
 The DOCTYPE declaration defines the document type to be HTML
 The text between <html> and </html> describes an HTML
document
 The text between <head> and </head> provides information about
the document
 The text between <title> and </title> provides a title for the
document
 The text between <body> and </body> describes the visible page
content
 The text between <h1> and </h1> describes a heading
 The text between <p> and </p> describes a paragraph
 Using this description, a web browser can display a document with a
heading and a paragraph.
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, Dwarka Institutional Area, New Delhi-75
HTML Tags
• HTML tags are keywords (tag names) surrounded
by angle brackets:
• <tagname>content</tagname>
• HTML tags normally come in pairs like <p> and </p>
• The first tag in a pair is the start tag, the second tag is
the end tag
• The end tag is written like the start tag, but with
a slash before the tag name
• The start tag is often called the opening tag. The end
tag is often called the closing tag.
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, Dwarka Institutional Area, New Delhi-75
Write HTML Using Notepad or Text
Edit
• HTML can be edited by using a professional
HTML editor like:
• Adobe Dreamweaver
• Microsoft Expression Web
• CoffeeCup HTML Editor
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, Dwarka Institutional Area, New Delhi-75
Step 1: Open Notepad
• To open Notepad in Windows 7 or earlier:
• Click Start (bottom left on your screen).
Click All Programs. Click Accessories.
Click Notepad.
• To open Notepad in Windows 8 or later:
• Open the Start Screen (the window symbol at
the bottom left on your screen).
Type Notepad.
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, Dwarka Institutional Area, New Delhi-75
Step 2: Write Some HTML
• Write or copy some HTML into Notepad.
• <!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, Dwarka Institutional Area, New Delhi-75
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, Dwarka Institutional Area, New Delhi-75
Step 3: Save the HTML Page
• Save the file on your computer.
• Select File > Save as in the Notepad menu.
• Name the file "index.htm" or any other name
ending with htm.
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, Dwarka Institutional Area, New Delhi-75
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, Dwarka Institutional Area, New Delhi-75
HTML Paragraphs
• HTML paragraphs are defined with the <p> tag:
• Example
<p>
This paragraph
contains a lot of lines
in the source code,
but the browser
ignores it.
</p>
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, Dwarka Institutional Area, New Delhi-75
HTML Line Breaks
• The HTML <br> element defines a line break.
• Use <br> if you want a line break (a new line)
without starting a new paragraph:
• Example
• <p>This is<br>a para<br>graph with line
breaks</p>
• Result:
• This is
a para
graph with line breaks
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, Dwarka Institutional Area, New Delhi-75
Container Tags
• Container tags are those tags which contains
content in it.
• Ex :
• <p>
This paragraph
contains a lot of lines
in the source code,
but the browser
ignores it.
</p>
• Hence p tag is a container tag
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, Dwarka Institutional Area, New Delhi-75
Empty Tag
• <br > is an empty element without a closing
tag (the <br> tag defines a line break).
• It does not require any content in it.

More Related Content

PDF
Web Design & Development - Session 9
Shahrzad Peyman
 
PPTX
Web storage
PratikDoiphode1
 
PDF
Introduction to Frontend Development - Session 1 - HTML Fundamentals
Kalin Chernev
 
PDF
Bootstrap seminar presentation
PratikDoiphode1
 
PDF
HTML standards
Sukh Sandhu
 
PPS
Xhtml
Samir Sabry
 
PPTX
Web Front End
Mohamed Essam
 
PPTX
Html (hypertext markup language)
Resty Jay Galdo
 
Web Design & Development - Session 9
Shahrzad Peyman
 
Web storage
PratikDoiphode1
 
Introduction to Frontend Development - Session 1 - HTML Fundamentals
Kalin Chernev
 
Bootstrap seminar presentation
PratikDoiphode1
 
HTML standards
Sukh Sandhu
 
Web Front End
Mohamed Essam
 
Html (hypertext markup language)
Resty Jay Galdo
 

What's hot (8)

PPTX
Document Object Model (DOM)
GOPAL BASAK
 
PPTX
Web Design L1 - Untagling the Web
mykella
 
PPTX
Xml parsing in codeigniter
baabtra.com - No. 1 supplier of quality freshers
 
PPTX
django
Mohamed Essam
 
PPT
Xhtml
Manav Prasad
 
PDF
CSS3 and Selectors
Rachel Andrew
 
PDF
Javascript Roadmap - The Basics
Aswin Barath
 
Document Object Model (DOM)
GOPAL BASAK
 
Web Design L1 - Untagling the Web
mykella
 
CSS3 and Selectors
Rachel Andrew
 
Javascript Roadmap - The Basics
Aswin Barath
 
Ad

Viewers also liked (11)

PDF
Ultrasonography Diagnosis of Scrotal Pathologies
iosrphr_editor
 
PPT
Sesion 14
Taringa!
 
PDF
Effect of Different Processing Methods on Nutritional Composition of Bitter L...
iosrphr_editor
 
PPTX
Accounting Principles-2b Corporations
Advance Business Consulting
 
PPTX
ITFT- Corporate accounting
Neelu333
 
PPT
Stockholders’ Equity
Mian Zahid
 
PPTX
Corporation Accounting
Mian Zahid
 
PDF
Corporate Accounting
Trinity Dwarka
 
PPT
Cash Flow Statement
Hitesh Baid
 
PPT
Basics of financial accounting
Visakhapatnam
 
PPT
Financial Accounting
ashu1983
 
Ultrasonography Diagnosis of Scrotal Pathologies
iosrphr_editor
 
Sesion 14
Taringa!
 
Effect of Different Processing Methods on Nutritional Composition of Bitter L...
iosrphr_editor
 
Accounting Principles-2b Corporations
Advance Business Consulting
 
ITFT- Corporate accounting
Neelu333
 
Stockholders’ Equity
Mian Zahid
 
Corporation Accounting
Mian Zahid
 
Corporate Accounting
Trinity Dwarka
 
Cash Flow Statement
Hitesh Baid
 
Basics of financial accounting
Visakhapatnam
 
Financial Accounting
ashu1983
 
Ad

Similar to Html (20)

PPTX
HTML- Hyper Text Markup Language
Trinity Dwarka
 
PDF
html.pdf
ArianSS1
 
PPTX
Unit 2 Internet and web technology CSS report
ajaysahusistec
 
PDF
WEB PROGRAMMING bharathiar university bca unitII
VinodhiniRavi2
 
PDF
Html tutorial
Shankar D
 
PPT
Html presantation
Adityaroy110
 
DOCX
Web Designing.docx
AtulTiwari578750
 
PPTX
Introduction to HTML
Saleem Thapa
 
PDF
Module 1 - Introduction to HTML.pdf
Humphrey Humphrey
 
DOCX
Htmlnotes 150323102005-conversion-gate01
Niraj Bharambe
 
PDF
Introduction to html (912 kb)
IMRAN KHAN
 
PDF
Unit 2 HTML.pdf related to basic HTML cmd
ashwinibhosale27
 
PPTX
HTML 5_cfbe4b8d-092saawww24bb33cb2358.pptx
TEJASARGADE5
 
PPTX
001-Hyper-Text-Markup-Language-Lesson.pptx
ryzthianeartoisitchu
 
PDF
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
AAFREEN SHAIKH
 
PPTX
basic knowledge of html which is related to frontend web development.
utsavsingh265
 
PDF
Vision academy sachinsir_9822506209_html_java_script_notes (1)
ShraddhaGurav7
 
PPTX
Session no 1
Saif Ullah Dar
 
PDF
Html notes
Ismail Mukiibi
 
PDF
htmlnotes Which tells about all the basic
hemanthkalyan25
 
HTML- Hyper Text Markup Language
Trinity Dwarka
 
html.pdf
ArianSS1
 
Unit 2 Internet and web technology CSS report
ajaysahusistec
 
WEB PROGRAMMING bharathiar university bca unitII
VinodhiniRavi2
 
Html tutorial
Shankar D
 
Html presantation
Adityaroy110
 
Web Designing.docx
AtulTiwari578750
 
Introduction to HTML
Saleem Thapa
 
Module 1 - Introduction to HTML.pdf
Humphrey Humphrey
 
Htmlnotes 150323102005-conversion-gate01
Niraj Bharambe
 
Introduction to html (912 kb)
IMRAN KHAN
 
Unit 2 HTML.pdf related to basic HTML cmd
ashwinibhosale27
 
HTML 5_cfbe4b8d-092saawww24bb33cb2358.pptx
TEJASARGADE5
 
001-Hyper-Text-Markup-Language-Lesson.pptx
ryzthianeartoisitchu
 
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
AAFREEN SHAIKH
 
basic knowledge of html which is related to frontend web development.
utsavsingh265
 
Vision academy sachinsir_9822506209_html_java_script_notes (1)
ShraddhaGurav7
 
Session no 1
Saif Ullah Dar
 
Html notes
Ismail Mukiibi
 
htmlnotes Which tells about all the basic
hemanthkalyan25
 

More from Trinity Dwarka (20)

PPTX
Why BAJMC in Trinity Dwarka
Trinity Dwarka
 
PPTX
Career Options after BCA
Trinity Dwarka
 
PPTX
Principles of Management-Management-Concept & Meaning
Trinity Dwarka
 
PPTX
Principles of Management- Management Process & Functions
Trinity Dwarka
 
PPTX
Principles of Management- Managerial Levels & Roles-
Trinity Dwarka
 
PPTX
Management-Concept & Meaning
Trinity Dwarka
 
PPTX
Principles of Management- Planning
Trinity Dwarka
 
PPTX
Organizing Authority & Responsibility- Principles of Management
Trinity Dwarka
 
PPTX
Staffing- Principles of Management
Trinity Dwarka
 
PPTX
Directing-Principles of Management
Trinity Dwarka
 
PPTX
Dimensional Modelling-Data Warehouse & Data Mining
Trinity Dwarka
 
PPTX
Data Preprocessing- Data Warehouse & Data Mining
Trinity Dwarka
 
PPTX
Computer Networks- Network Basics
Trinity Dwarka
 
PPTX
Java Programming- Introduction to Java Applet Programs
Trinity Dwarka
 
PPTX
Linux Environment- Linux vs Unix
Trinity Dwarka
 
PPTX
Linux Environment- Linux Basics
Trinity Dwarka
 
PPTX
BCA-Mobile Computing- BASICS OF MOBILE COMPUTING
Trinity Dwarka
 
PPTX
INTRODUCTION TO INFORMATION TECHNOLOGY- IT Basics
Trinity Dwarka
 
PPTX
Database Management System
Trinity Dwarka
 
PPTX
JAVA PROGRAMMING- OOP Concept
Trinity Dwarka
 
Why BAJMC in Trinity Dwarka
Trinity Dwarka
 
Career Options after BCA
Trinity Dwarka
 
Principles of Management-Management-Concept & Meaning
Trinity Dwarka
 
Principles of Management- Management Process & Functions
Trinity Dwarka
 
Principles of Management- Managerial Levels & Roles-
Trinity Dwarka
 
Management-Concept & Meaning
Trinity Dwarka
 
Principles of Management- Planning
Trinity Dwarka
 
Organizing Authority & Responsibility- Principles of Management
Trinity Dwarka
 
Staffing- Principles of Management
Trinity Dwarka
 
Directing-Principles of Management
Trinity Dwarka
 
Dimensional Modelling-Data Warehouse & Data Mining
Trinity Dwarka
 
Data Preprocessing- Data Warehouse & Data Mining
Trinity Dwarka
 
Computer Networks- Network Basics
Trinity Dwarka
 
Java Programming- Introduction to Java Applet Programs
Trinity Dwarka
 
Linux Environment- Linux vs Unix
Trinity Dwarka
 
Linux Environment- Linux Basics
Trinity Dwarka
 
BCA-Mobile Computing- BASICS OF MOBILE COMPUTING
Trinity Dwarka
 
INTRODUCTION TO INFORMATION TECHNOLOGY- IT Basics
Trinity Dwarka
 
Database Management System
Trinity Dwarka
 
JAVA PROGRAMMING- OOP Concept
Trinity Dwarka
 

Recently uploaded (20)

PPTX
原版北不列颠哥伦比亚大学毕业证文凭UNBC成绩单2025年新版在线制作学位证书
e7nw4o4
 
PPTX
The Internet of Things (IoT) refers to a vast network of interconnected devic...
chethana8182
 
PDF
KIPER4D situs Exclusive Game dari server Star Gaming Asia
hokimamad0
 
PPTX
Crypto Recovery California Services.pptx
lionsgate network
 
PPT
Introduction to dns domain name syst.ppt
MUHAMMADKAVISHSHABAN
 
PPTX
Microsoft PowerPoint Student PPT slides.pptx
Garleys Putin
 
PPTX
Parallel & Concurrent ...
yashpavasiya892
 
PDF
APNIC Update, presented at PHNOG 2025 by Shane Hermoso
APNIC
 
PPT
1965 INDO PAK WAR which Pak will never forget.ppt
sanjaychief112
 
PPTX
AI ad its imp i military life read it ag
ShwetaBharti31
 
PPTX
Artificial-Intelligence-in-Daily-Life (2).pptx
nidhigoswami335
 
PPTX
Perkembangan Perangkat jaringan komputer dan telekomunikasi 3.pptx
Prayudha3
 
PDF
PDF document: World Game (s) Great Redesign.pdf
Steven McGee
 
PDF
The Internet of Things (IoT) refers to a vast network of interconnected devic...
chethana8182
 
PDF
Cybersecurity Awareness Presentation ppt.
banodhaharshita
 
PPTX
Black Yellow Modern Minimalist Elegant Presentation.pptx
nothisispatrickduhh
 
PPTX
B2B_Ecommerce_Internship_Simranpreet.pptx
LipakshiJindal
 
PDF
Latest Scam Shocking the USA in 2025.pdf
onlinescamreport4
 
PDF
LOGENVIDAD DANNYFGRETRRTTRRRTRRRRRRRRR.pdf
juan456ytpro
 
PDF
Data Protection & Resilience in Focus.pdf
AmyPoblete3
 
原版北不列颠哥伦比亚大学毕业证文凭UNBC成绩单2025年新版在线制作学位证书
e7nw4o4
 
The Internet of Things (IoT) refers to a vast network of interconnected devic...
chethana8182
 
KIPER4D situs Exclusive Game dari server Star Gaming Asia
hokimamad0
 
Crypto Recovery California Services.pptx
lionsgate network
 
Introduction to dns domain name syst.ppt
MUHAMMADKAVISHSHABAN
 
Microsoft PowerPoint Student PPT slides.pptx
Garleys Putin
 
Parallel & Concurrent ...
yashpavasiya892
 
APNIC Update, presented at PHNOG 2025 by Shane Hermoso
APNIC
 
1965 INDO PAK WAR which Pak will never forget.ppt
sanjaychief112
 
AI ad its imp i military life read it ag
ShwetaBharti31
 
Artificial-Intelligence-in-Daily-Life (2).pptx
nidhigoswami335
 
Perkembangan Perangkat jaringan komputer dan telekomunikasi 3.pptx
Prayudha3
 
PDF document: World Game (s) Great Redesign.pdf
Steven McGee
 
The Internet of Things (IoT) refers to a vast network of interconnected devic...
chethana8182
 
Cybersecurity Awareness Presentation ppt.
banodhaharshita
 
Black Yellow Modern Minimalist Elegant Presentation.pptx
nothisispatrickduhh
 
B2B_Ecommerce_Internship_Simranpreet.pptx
LipakshiJindal
 
Latest Scam Shocking the USA in 2025.pdf
onlinescamreport4
 
LOGENVIDAD DANNYFGRETRRTTRRRTRRRRRRRRR.pdf
juan456ytpro
 
Data Protection & Resilience in Focus.pdf
AmyPoblete3
 

Html

  • 1. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, Dwarka Institutional Area, New Delhi-75 Affiliated to Institution of G.G.S.IP.U, Delhi HTML BBA 208 Ruchika Bajaj Assistant Professor
  • 2. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, Dwarka Institutional Area, New Delhi-75 HTML • HTML stands for Hyper Text Markup Language • It is a language with the help of which we can create your own Web site. • A markup language is a set of markup tags • HTML documents are described by HTML tags • Each HTML tag describes different document content
  • 3. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, Dwarka Institutional Area, New Delhi-75 HTML Example: Document Tag <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html>
  • 4. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, Dwarka Institutional Area, New Delhi-75 HTML Example  The DOCTYPE declaration defines the document type to be HTML  The text between <html> and </html> describes an HTML document  The text between <head> and </head> provides information about the document  The text between <title> and </title> provides a title for the document  The text between <body> and </body> describes the visible page content  The text between <h1> and </h1> describes a heading  The text between <p> and </p> describes a paragraph  Using this description, a web browser can display a document with a heading and a paragraph.
  • 5. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, Dwarka Institutional Area, New Delhi-75 HTML Tags • HTML tags are keywords (tag names) surrounded by angle brackets: • <tagname>content</tagname> • HTML tags normally come in pairs like <p> and </p> • The first tag in a pair is the start tag, the second tag is the end tag • The end tag is written like the start tag, but with a slash before the tag name • The start tag is often called the opening tag. The end tag is often called the closing tag.
  • 6. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, Dwarka Institutional Area, New Delhi-75 Write HTML Using Notepad or Text Edit • HTML can be edited by using a professional HTML editor like: • Adobe Dreamweaver • Microsoft Expression Web • CoffeeCup HTML Editor
  • 7. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, Dwarka Institutional Area, New Delhi-75 Step 1: Open Notepad • To open Notepad in Windows 7 or earlier: • Click Start (bottom left on your screen). Click All Programs. Click Accessories. Click Notepad. • To open Notepad in Windows 8 or later: • Open the Start Screen (the window symbol at the bottom left on your screen). Type Notepad.
  • 8. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, Dwarka Institutional Area, New Delhi-75 Step 2: Write Some HTML • Write or copy some HTML into Notepad. • <!DOCTYPE html> <html> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html>
  • 9. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, Dwarka Institutional Area, New Delhi-75
  • 10. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, Dwarka Institutional Area, New Delhi-75 Step 3: Save the HTML Page • Save the file on your computer. • Select File > Save as in the Notepad menu. • Name the file "index.htm" or any other name ending with htm.
  • 11. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, Dwarka Institutional Area, New Delhi-75
  • 12. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, Dwarka Institutional Area, New Delhi-75 HTML Paragraphs • HTML paragraphs are defined with the <p> tag: • Example <p> This paragraph contains a lot of lines in the source code, but the browser ignores it. </p>
  • 13. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, Dwarka Institutional Area, New Delhi-75 HTML Line Breaks • The HTML <br> element defines a line break. • Use <br> if you want a line break (a new line) without starting a new paragraph: • Example • <p>This is<br>a para<br>graph with line breaks</p> • Result: • This is a para graph with line breaks
  • 14. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, Dwarka Institutional Area, New Delhi-75 Container Tags • Container tags are those tags which contains content in it. • Ex : • <p> This paragraph contains a lot of lines in the source code, but the browser ignores it. </p> • Hence p tag is a container tag
  • 15. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, Dwarka Institutional Area, New Delhi-75 Empty Tag • <br > is an empty element without a closing tag (the <br> tag defines a line break). • It does not require any content in it.