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
PPT on Basic HTML Tags
PPT
Html 4.0
PPTX
HTML Basics 1 workshop
PPTX
PPT
Html 1
PPT
Introduction to HTML
PPTX
Web Page Designing Using HTML
PPTX
Html and its tags
PPT on Basic HTML Tags
Html 4.0
HTML Basics 1 workshop
Html 1
Introduction to HTML
Web Page Designing Using HTML
Html and its tags

What's hot (20)

PPTX
Basic html structure
PPTX
How to learn HTML in 10 Days
PPTX
Creating your 1st html page
PDF
Introduction to html
DOCX
HTML Basics 2 workshop
PDF
3. tutorial html web desain
DOCX
Class 10th FIT Practical File(HTML)
PPT
HTML email design and usability
PDF
Session4
PPT
PPTX
Learn HTML Step By Step
PPTX
Web Page Designing
PDF
Html tags or elements
PPTX
Creating a webpage in html
PPT
PPTX
Basic HTML
PPT
Learning Html
PPTX
Html Basic Tags
Basic html structure
How to learn HTML in 10 Days
Creating your 1st html page
Introduction to html
HTML Basics 2 workshop
3. tutorial html web desain
Class 10th FIT Practical File(HTML)
HTML email design and usability
Session4
Learn HTML Step By Step
Web Page Designing
Html tags or elements
Creating a webpage in html
Basic HTML
Learning Html
Html Basic Tags
Ad

Viewers also liked (11)

PDF
PPTX
What's new in Angular 2?
PPTX
Introduction to AngularJS
PPTX
OAuth-as-a-service using ASP.NET Web API and Windows Azure Access Control - W...
PPTX
OAuth-as-a-service using ASP.NET Web API and Windows Azure Access Control
PPTX
OAuth-as-a-service using ASP.NET Web API and Windows Azure Access Control
PPTX
REST and ASP.NET Web API (Milan)
PPTX
OAuth with AngularJS and WebAPI - SoCal Code Camp 2015
PDF
29 Essential AngularJS Interview Questions
KEY
HTML presentation for beginners
PPTX
Javaoop
What's new in Angular 2?
Introduction to AngularJS
OAuth-as-a-service using ASP.NET Web API and Windows Azure Access Control - W...
OAuth-as-a-service using ASP.NET Web API and Windows Azure Access Control
OAuth-as-a-service using ASP.NET Web API and Windows Azure Access Control
REST and ASP.NET Web API (Milan)
OAuth with AngularJS and WebAPI - SoCal Code Camp 2015
29 Essential AngularJS Interview Questions
HTML presentation for beginners
Javaoop
Ad

Similar to Introduction to HTML4 (20)

PPTX
Advance HTML
PPTX
HTML (Basic to Advance)
PDF
Best HTML Training &Coaching in Ambala
PPT
LEARN HTML IN A DAY
PPTX
HTML.pptx
PPTX
Html basics-auro skills
PDF
html.pdf
PPTX
001-Hyper-Text-Markup-Language-Lesson.pptx
PDF
Introduction to html (912 kb)
PPTX
HTML an Introduction to web page.pptx
PPTX
INTRODUCTION FOR HTML
PPT
Internship HTML_Day-1 for beggineers.ppt
DOC
Html basic
PPTX
SDP_HTML.pptx
PPTX
Week-1_PPT_WEBAPPS-done.pptx
PDF
Html tutorial
PPTX
TagsL1.pptx
PPTX
HTML Introduction
PDF
htmlnotes Which tells about all the basic
PDF
htmlnotes-180924151434.pdf dafdkzndsvkdvdd
Advance HTML
HTML (Basic to Advance)
Best HTML Training &Coaching in Ambala
LEARN HTML IN A DAY
HTML.pptx
Html basics-auro skills
html.pdf
001-Hyper-Text-Markup-Language-Lesson.pptx
Introduction to html (912 kb)
HTML an Introduction to web page.pptx
INTRODUCTION FOR HTML
Internship HTML_Day-1 for beggineers.ppt
Html basic
SDP_HTML.pptx
Week-1_PPT_WEBAPPS-done.pptx
Html tutorial
TagsL1.pptx
HTML Introduction
htmlnotes Which tells about all the basic
htmlnotes-180924151434.pdf dafdkzndsvkdvdd

More from Collaboration Technologies (16)

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

Recently uploaded (20)

PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Big Data Technologies - Introduction.pptx
PDF
Encapsulation theory and applications.pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Machine learning based COVID-19 study performance prediction
PPTX
Machine Learning_overview_presentation.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Spectroscopy.pptx food analysis technology
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Big Data Technologies - Introduction.pptx
Encapsulation theory and applications.pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
cuic standard and advanced reporting.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
The Rise and Fall of 3GPP – Time for a Sabbatical?
Machine learning based COVID-19 study performance prediction
Machine Learning_overview_presentation.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Programs and apps: productivity, graphics, security and other tools
20250228 LYD VKU AI Blended-Learning.pptx
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Spectral efficient network and resource selection model in 5G networks
Per capita expenditure prediction using model stacking based on satellite ima...
Spectroscopy.pptx food analysis technology
Building Integrated photovoltaic BIPV_UPV.pdf
Unlocking AI with Model Context Protocol (MCP)
Advanced methodologies resolving dimensionality complications for autism neur...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows

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