SlideShare a Scribd company logo
Introduction to HTML4
www.collaborationtech.co.in
Bengaluru INDIA
Presentation By
Ramananda M.S Rao
Content
Content
Introduction
Basic Tags Of HTML
Texts & Font
Layouts and styles
Scroll and Lists
Form Elements and form Design
Tables and Special Tables
Option Groups
Complex Screen Design
Field Sets,
Meta Tags
Email Links
Image Links and using map,
Embed Multimedia Using frames
iframes and Noframes
Advanced Frame Options
About Us
DD
www.collaborationtech.co.in
Introduction
HTML4 is the latest standard released by the
World Wide Web consortium (www.w3.org) for
web pages.
 Making sure that your pages comply with
standards like HTML4 will allow your site to be
viewed by the maximum number of visitors.
Since HTML4 was published, browsers have
moved on and support for HTML4 is becoming
much more consistent between updated
browsers.
www.collaborationtech.co.in
HTML Basic Tags
Heading Tags
Any document starts with a heading. You can use different sizes for your headings. HTML also has six
levels of headings, which use the elements <h1>, <h2>, <h3>, <h4>, <h5>, and <h6>.
<!DOCTYPE html>
<html>
<head>
<title>Heading Example</title>
</head>
<body>
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
</body>
</html>
www.collaborationtech.co.in
HTML Basic Tags
Paragraph Tag
The <p> tag offers a way to structure your text into different paragraphs. Each paragraph of text should go in between
an opening <p> and a closing </p> tag.
<!DOCTYPE html>
<html>
<head>
<title>Paragraph Example</title>
</head>
<body>
<p>Welcome to Collaboration Technologies</p>
<p>Welcome to Collaboration Technologies</p>
</body>
</html>
Line Break Tag:
<!DOCTYPE html>
<html>
<head>
<title>Line Break Example</title>
</head>
<body>
<p>Hello<br />
You delivered your assignment ontime.<br />
Thanks<br />
Mahnaz</p>
</body>
</html>
www.collaborationtech.co.in
HTML Basic Tags
Centering Content
You can use <center> </center>tag to put any content in the center of
the page or any table cell.
Horizontal Lines
The <hr> tag creates a line from the current position in the document
to the right margin and breaks the line accordingly.
Nonbreaking Spaces
you should use a nonbreaking space entity &nbsp; instead of a
normal space.
www.collaborationtech.co.in
Applying Styles
<html>
<head>
<style>
body {
height: 100%;
background: black;
background-image: url('images/Sunset.jpg');
background-repeat: no-repeat;
font-family: sans-serif;
color: #051a00;
}
</style>
</head>
<body>
<p> hello world </p>
</body>
</html>
www.collaborationtech.co.in
Applying Styles
Using Select Options
<label>Job Position Required</label>
<select name="job">
<option>Select
<option>Manager
<option>Programmer
<option>Assistant
</select>
Using List
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li> </ul>
Using Anchor and Image Tags
<a href=ā€œdemo.htmlā€ target=ā€œ_selfā€>Click Me</a>
<img src=ā€œimages/sunset.pngā€ width=ā€œ100pxā€ height=ā€œ100pxā€>
www.collaborationtech.co.in
iframe
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example of HTML Iframe</title>
</head>
<body>
<iframe src="demo.html" width="300" height="200">
alternative content for browsers which do not support
iframe.
</iframe>
</body>
</html>
www.collaborationtech.co.in
iframe
demo.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example of HTML Iframe</title>
</head>
<body>
<h1>Welcome to Collaboration Technologies </h1>
<p>Collaboration Technologies is a software development, technology
and consultancy centre. We are dedicated to deliver good
quality services in software development and consultancy. We have an expertise in training to improve
the quality of work at all
levels in an organization.</p>
</body>
</html>
www.collaborationtech.co.in
Follow us on Social
Facebook: https://www.facebook.com/collaborationtechnologies/
Twitter : https://twitter.com/collaboration09
Google Plus : https://plus.google.com/100704494006819853579
LinkedIn : https://www.linkedin.com/in/ramananda-rao-a2012545
Instagram : https://instagram.com/collaborationtechnologies
YouTube :
https://www.youtube.com/channel/UCm9nK56LRbWSqcYWbzs8CUg
Skype : facebook:ramananda.rao.7
WhatsApp : +91 9886272445
www.collaborationtech.co.in
THANK YOU
About Us

More Related Content

PPT
Html 4.0
waynet20
Ā 
PPT
PPT on Basic HTML Tags
VinitaPaliwal1
Ā 
PPTX
HTML Basics 1 workshop
John Allan
Ā 
PPTX
Html 5
DanellaPatrick
Ā 
PPT
Html 1
Anmol Pant
Ā 
PPT
Introduction to HTML
yht4ever
Ā 
PPTX
Web Page Designing Using HTML
Ashmita Tuition Center
Ā 
PPTX
Html and its tags
Afrasiyab Haider
Ā 
Html 4.0
waynet20
Ā 
PPT on Basic HTML Tags
VinitaPaliwal1
Ā 
HTML Basics 1 workshop
John Allan
Ā 
Html 5
DanellaPatrick
Ā 
Html 1
Anmol Pant
Ā 
Introduction to HTML
yht4ever
Ā 
Web Page Designing Using HTML
Ashmita Tuition Center
Ā 
Html and its tags
Afrasiyab Haider
Ā 

What's hot (20)

PPTX
Basic html structure
Jhaun Paul Enriquez
Ā 
PPTX
How to learn HTML in 10 Days
Manoj kumar Deswal
Ā 
PPTX
Creating your 1st html page
Sara Corpuz
Ā 
PDF
Introduction to html
eShikshak
Ā 
DOCX
HTML Basics 2 workshop
John Allan
Ā 
PDF
3. tutorial html web desain
faizibra
Ā 
DOCX
Class 10th FIT Practical File(HTML)
Anushka Rai
Ā 
PPT
HTML email design and usability
Keith Kmett
Ā 
PDF
Session4
Denise Garofalo
Ā 
PPT
Html
Bhumika Ratan
Ā 
PPTX
Learn HTML Step By Step
Satish Chandra
Ā 
PPTX
Web Page Designing
Amit Mali
Ā 
PDF
Html tags or elements
Webtech Learning
Ā 
PPTX
Creating a webpage in html
Shrey Goswami
Ā 
PPT
HTML
CONNECTINGTO
Ā 
PPTX
Basic HTML
Sayan De
Ā 
PPT
Learning Html
Damian Gonz
Ā 
PPTX
Html
Dr. SURBHI SAROHA
Ā 
PPTX
Html Basic Tags
Richa Singh
Ā 
Basic html structure
Jhaun Paul Enriquez
Ā 
How to learn HTML in 10 Days
Manoj kumar Deswal
Ā 
Creating your 1st html page
Sara Corpuz
Ā 
Introduction to html
eShikshak
Ā 
HTML Basics 2 workshop
John Allan
Ā 
3. tutorial html web desain
faizibra
Ā 
Class 10th FIT Practical File(HTML)
Anushka Rai
Ā 
HTML email design and usability
Keith Kmett
Ā 
Session4
Denise Garofalo
Ā 
Learn HTML Step By Step
Satish Chandra
Ā 
Web Page Designing
Amit Mali
Ā 
Html tags or elements
Webtech Learning
Ā 
Creating a webpage in html
Shrey Goswami
Ā 
HTML
CONNECTINGTO
Ā 
Basic HTML
Sayan De
Ā 
Learning Html
Damian Gonz
Ā 
Html Basic Tags
Richa Singh
Ā 
Ad

Viewers also liked (11)

PDF
HTML 4.0
Mohamed Elabnody
Ā 
PPTX
What's new in Angular 2?
Alfred Jett Grandeza
Ā 
PPTX
Introduction to AngularJS
Collaboration Technologies
Ā 
PPTX
OAuth-as-a-service using ASP.NET Web API and Windows Azure Access Control - W...
Maarten Balliauw
Ā 
PPTX
OAuth-as-a-service using ASP.NET Web API and Windows Azure Access Control
Maarten Balliauw
Ā 
PPTX
OAuth-as-a-service using ASP.NET Web API and Windows Azure Access Control
Maarten Balliauw
Ā 
PPTX
REST and ASP.NET Web API (Milan)
Jef Claes
Ā 
PPTX
OAuth with AngularJS and WebAPI - SoCal Code Camp 2015
Stuart
Ā 
PDF
29 Essential AngularJS Interview Questions
Arc & Codementor
Ā 
KEY
HTML presentation for beginners
jeroenvdmeer
Ā 
PPTX
Javaoop
javaexpert
Ā 
HTML 4.0
Mohamed Elabnody
Ā 
What's new in Angular 2?
Alfred Jett Grandeza
Ā 
Introduction to AngularJS
Collaboration Technologies
Ā 
OAuth-as-a-service using ASP.NET Web API and Windows Azure Access Control - W...
Maarten Balliauw
Ā 
OAuth-as-a-service using ASP.NET Web API and Windows Azure Access Control
Maarten Balliauw
Ā 
OAuth-as-a-service using ASP.NET Web API and Windows Azure Access Control
Maarten Balliauw
Ā 
REST and ASP.NET Web API (Milan)
Jef Claes
Ā 
OAuth with AngularJS and WebAPI - SoCal Code Camp 2015
Stuart
Ā 
29 Essential AngularJS Interview Questions
Arc & Codementor
Ā 
HTML presentation for beginners
jeroenvdmeer
Ā 
Javaoop
javaexpert
Ā 
Ad

Similar to Introduction to HTML4 (20)

PDF
Best HTML Training &Coaching in Ambala
jatin batra
Ā 
PPTX
HTML Introduction
Hameda Hurmat
Ā 
PPTX
Introduction to HTML
Ajay Khatri
Ā 
PPTX
INTRODUCTION CODING - THE HTML AND CSS.pptx
IvanPhilipMuez
Ā 
DOCX
HTML Lab ProjectTo create a simple web page you will need .docx
adampcarr67227
Ā 
PDF
Lesson 8 Computer Creating your Website.pdf
AshleyJovelClavecill
Ā 
PPTX
INTRODUCTION FOR HTML
Rahul Bathri
Ā 
DOC
Intermediate Web Design.doc
butest
Ā 
DOC
Intermediate Web Design.doc
butest
Ā 
PPTX
Html
yugank_gupta
Ā 
PPT
Formatting your web page
cachs_computing
Ā 
PPTX
Shreyansh_patni web developer
Shreyanshpatni5
Ā 
PPTX
website design mark-up with HTML 5 .pptx
geremilibrary
Ā 
PPTX
Html Workshop
vardanyan99
Ā 
PDF
Html and html5 cheat sheets
Zafer Galip Ozberk
Ā 
PPTX
WEB AUTHORING PRESENTATION FOR IGCSEpptx
OlusholaBabsAjayi
Ā 
PPTX
WEB AUTHORING PRESENTATION FOR IGCSEpptx
OlusholaBabsAjayi
Ā 
PPTX
HTML (Basic to Advance)
Coder Tech
Ā 
PPT
Html5 css3
Altaf Pinjari
Ā 
Best HTML Training &Coaching in Ambala
jatin batra
Ā 
HTML Introduction
Hameda Hurmat
Ā 
Introduction to HTML
Ajay Khatri
Ā 
INTRODUCTION CODING - THE HTML AND CSS.pptx
IvanPhilipMuez
Ā 
HTML Lab ProjectTo create a simple web page you will need .docx
adampcarr67227
Ā 
Lesson 8 Computer Creating your Website.pdf
AshleyJovelClavecill
Ā 
INTRODUCTION FOR HTML
Rahul Bathri
Ā 
Intermediate Web Design.doc
butest
Ā 
Intermediate Web Design.doc
butest
Ā 
Html
yugank_gupta
Ā 
Formatting your web page
cachs_computing
Ā 
Shreyansh_patni web developer
Shreyanshpatni5
Ā 
website design mark-up with HTML 5 .pptx
geremilibrary
Ā 
Html Workshop
vardanyan99
Ā 
Html and html5 cheat sheets
Zafer Galip Ozberk
Ā 
WEB AUTHORING PRESENTATION FOR IGCSEpptx
OlusholaBabsAjayi
Ā 
WEB AUTHORING PRESENTATION FOR IGCSEpptx
OlusholaBabsAjayi
Ā 
HTML (Basic to Advance)
Coder Tech
Ā 
Html5 css3
Altaf Pinjari
Ā 

More from Collaboration Technologies (16)

PPTX
Introduction to Core Java Programming
Collaboration Technologies
Ā 
PPTX
Introduction to Database SQL & PL/SQL
Collaboration Technologies
Ā 
PPTX
Introduction to Advanced Javascript
Collaboration Technologies
Ā 
PPTX
Introduction to Bootstrap
Collaboration Technologies
Ā 
PPTX
Introduction to Hibernate Framework
Collaboration Technologies
Ā 
PPTX
Introduction to HTML5
Collaboration Technologies
Ā 
PPTX
Introduction to JavaScript Programming
Collaboration Technologies
Ā 
PPTX
Introduction to JPA Framework
Collaboration Technologies
Ā 
PPTX
Introduction to jQuery
Collaboration Technologies
Ā 
PPTX
Introduction to Perl Programming
Collaboration Technologies
Ā 
PPTX
Introduction to PHP
Collaboration Technologies
Ā 
PPTX
Introduction to Python Basics Programming
Collaboration Technologies
Ā 
PPTX
Introduction to Spring Framework
Collaboration Technologies
Ā 
PPTX
Introduction to Struts 2
Collaboration Technologies
Ā 
PPTX
Introduction to JSON & AJAX
Collaboration Technologies
Ā 
PPTX
Introduction to Node.JS
Collaboration Technologies
Ā 
Introduction to Core Java Programming
Collaboration Technologies
Ā 
Introduction to Database SQL & PL/SQL
Collaboration Technologies
Ā 
Introduction to Advanced Javascript
Collaboration Technologies
Ā 
Introduction to Bootstrap
Collaboration Technologies
Ā 
Introduction to Hibernate Framework
Collaboration Technologies
Ā 
Introduction to HTML5
Collaboration Technologies
Ā 
Introduction to JavaScript Programming
Collaboration Technologies
Ā 
Introduction to JPA Framework
Collaboration Technologies
Ā 
Introduction to jQuery
Collaboration Technologies
Ā 
Introduction to Perl Programming
Collaboration Technologies
Ā 
Introduction to PHP
Collaboration Technologies
Ā 
Introduction to Python Basics Programming
Collaboration Technologies
Ā 
Introduction to Spring Framework
Collaboration Technologies
Ā 
Introduction to Struts 2
Collaboration Technologies
Ā 
Introduction to JSON & AJAX
Collaboration Technologies
Ā 
Introduction to Node.JS
Collaboration Technologies
Ā 

Recently uploaded (20)

PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
Ā 
PDF
Building High-Performance Oracle Teams: Strategic Staffing for Database Manag...
SMACT Works
Ā 
PDF
Revolutionize Operations with Intelligent IoT Monitoring and Control
Rejig Digital
Ā 
PDF
REPORT: Heating appliances market in Poland 2024
SPIUG
Ā 
PPTX
The Power of IoT Sensor Integration in Smart Infrastructure and Automation.pptx
Rejig Digital
Ā 
PDF
Software Development Company | KodekX
KodekX
Ā 
PDF
Make GenAI investments go further with the Dell AI Factory - Infographic
Principled Technologies
Ā 
PDF
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
Ā 
PDF
How Onsite IT Support Drives Business Efficiency, Security, and Growth.pdf
Captain IT
Ā 
PDF
Google’s NotebookLM Unveils Video Overviews
SOFTTECHHUB
Ā 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
Ā 
PDF
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
Ā 
PDF
CIFDAQ'S Market Insight: BTC to ETH money in motion
CIFDAQ
Ā 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
Ā 
PDF
Software Development Methodologies in 2025
KodekX
Ā 
PDF
This slide provides an overview Technology
mineshkharadi333
Ā 
PDF
Why Your AI & Cybersecurity Hiring Still Misses the Mark in 2025
Virtual Employee Pvt. Ltd.
Ā 
PDF
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
Ā 
PDF
CIFDAQ's Teaching Thursday: Moving Averages Made Simple
CIFDAQ
Ā 
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
AVTRON Technologies LLC
Ā 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
Ā 
Building High-Performance Oracle Teams: Strategic Staffing for Database Manag...
SMACT Works
Ā 
Revolutionize Operations with Intelligent IoT Monitoring and Control
Rejig Digital
Ā 
REPORT: Heating appliances market in Poland 2024
SPIUG
Ā 
The Power of IoT Sensor Integration in Smart Infrastructure and Automation.pptx
Rejig Digital
Ā 
Software Development Company | KodekX
KodekX
Ā 
Make GenAI investments go further with the Dell AI Factory - Infographic
Principled Technologies
Ā 
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
Ā 
How Onsite IT Support Drives Business Efficiency, Security, and Growth.pdf
Captain IT
Ā 
Google’s NotebookLM Unveils Video Overviews
SOFTTECHHUB
Ā 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
Ā 
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
Ā 
CIFDAQ'S Market Insight: BTC to ETH money in motion
CIFDAQ
Ā 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
Ā 
Software Development Methodologies in 2025
KodekX
Ā 
This slide provides an overview Technology
mineshkharadi333
Ā 
Why Your AI & Cybersecurity Hiring Still Misses the Mark in 2025
Virtual Employee Pvt. Ltd.
Ā 
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
Ā 
CIFDAQ's Teaching Thursday: Moving Averages Made Simple
CIFDAQ
Ā 
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
AVTRON Technologies LLC
Ā 

Introduction to HTML4

  • 1. Introduction to HTML4 www.collaborationtech.co.in Bengaluru INDIA Presentation By Ramananda M.S Rao
  • 2. Content Content Introduction Basic Tags Of HTML Texts & Font Layouts and styles Scroll and Lists Form Elements and form Design Tables and Special Tables Option Groups Complex Screen Design Field Sets, Meta Tags Email Links Image Links and using map, Embed Multimedia Using frames iframes and Noframes Advanced Frame Options About Us DD www.collaborationtech.co.in
  • 3. Introduction HTML4 is the latest standard released by the World Wide Web consortium (www.w3.org) for web pages.  Making sure that your pages comply with standards like HTML4 will allow your site to be viewed by the maximum number of visitors. Since HTML4 was published, browsers have moved on and support for HTML4 is becoming much more consistent between updated browsers. www.collaborationtech.co.in
  • 4. HTML Basic Tags Heading Tags Any document starts with a heading. You can use different sizes for your headings. HTML also has six levels of headings, which use the elements <h1>, <h2>, <h3>, <h4>, <h5>, and <h6>. <!DOCTYPE html> <html> <head> <title>Heading Example</title> </head> <body> <h1>This is heading 1</h1> <h2>This is heading 2</h2> <h3>This is heading 3</h3> <h4>This is heading 4</h4> <h5>This is heading 5</h5> <h6>This is heading 6</h6> </body> </html> www.collaborationtech.co.in
  • 5. HTML Basic Tags Paragraph Tag The <p> tag offers a way to structure your text into different paragraphs. Each paragraph of text should go in between an opening <p> and a closing </p> tag. <!DOCTYPE html> <html> <head> <title>Paragraph Example</title> </head> <body> <p>Welcome to Collaboration Technologies</p> <p>Welcome to Collaboration Technologies</p> </body> </html> Line Break Tag: <!DOCTYPE html> <html> <head> <title>Line Break Example</title> </head> <body> <p>Hello<br /> You delivered your assignment ontime.<br /> Thanks<br /> Mahnaz</p> </body> </html> www.collaborationtech.co.in
  • 6. HTML Basic Tags Centering Content You can use <center> </center>tag to put any content in the center of the page or any table cell. Horizontal Lines The <hr> tag creates a line from the current position in the document to the right margin and breaks the line accordingly. Nonbreaking Spaces you should use a nonbreaking space entity &nbsp; instead of a normal space. www.collaborationtech.co.in
  • 7. Applying Styles <html> <head> <style> body { height: 100%; background: black; background-image: url('images/Sunset.jpg'); background-repeat: no-repeat; font-family: sans-serif; color: #051a00; } </style> </head> <body> <p> hello world </p> </body> </html> www.collaborationtech.co.in
  • 8. Applying Styles Using Select Options <label>Job Position Required</label> <select name="job"> <option>Select <option>Manager <option>Programmer <option>Assistant </select> Using List <ul> <li>1</li> <li>2</li> <li>3</li> <li>4</li> </ul> Using Anchor and Image Tags <a href=ā€œdemo.htmlā€ target=ā€œ_selfā€>Click Me</a> <img src=ā€œimages/sunset.pngā€ width=ā€œ100pxā€ height=ā€œ100pxā€> www.collaborationtech.co.in
  • 9. iframe <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example of HTML Iframe</title> </head> <body> <iframe src="demo.html" width="300" height="200"> alternative content for browsers which do not support iframe. </iframe> </body> </html> www.collaborationtech.co.in
  • 10. iframe demo.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example of HTML Iframe</title> </head> <body> <h1>Welcome to Collaboration Technologies </h1> <p>Collaboration Technologies is a software development, technology and consultancy centre. We are dedicated to deliver good quality services in software development and consultancy. We have an expertise in training to improve the quality of work at all levels in an organization.</p> </body> </html> www.collaborationtech.co.in
  • 11. Follow us on Social Facebook: https://www.facebook.com/collaborationtechnologies/ Twitter : https://twitter.com/collaboration09 Google Plus : https://plus.google.com/100704494006819853579 LinkedIn : https://www.linkedin.com/in/ramananda-rao-a2012545 Instagram : https://instagram.com/collaborationtechnologies YouTube : https://www.youtube.com/channel/UCm9nK56LRbWSqcYWbzs8CUg Skype : facebook:ramananda.rao.7 WhatsApp : +91 9886272445 www.collaborationtech.co.in THANK YOU