SlideShare a Scribd company logo
3
Most read
6
Most read
8
Most read
COMPUTER APPLICATIONS
CLASS X (Code 165)
TOPIC:
UNIT 2: HTML Multimedia
By
HIMANSHU PATHAK
Contents
• Introduction
• Common Video Format
• Common Audio Format
• HTML Audio
• HTML Video
Introduction
• Multimedia can be almost anything we can hear
or see, like images, music, sound, videos,
records, films, animations, and more.
• Web pages often contain multimedia elements of
different types and formats.
• HTML allows us to create standards-based video
and audio players that don’t require the use of
any plugins.
Common Video Formats
• The MP4, WebM, and Ogg formats are supported by HTML.
FORMAT FILE DESCRIPTION
MPEG
.mpg
.mpeg
MPEG Developed by the Moving Pictures Expert
Group. Not supported anymore in HTML.
AVI .avi
AVI (Audio Video Interleave). Plays well on Windows
computers, but not in web browsers.
WMV .wmv
WMV (Windows Media Video). Plays well on Windows
computers, but not in web browsers.
Flash .flv
Flash. Developed by Macromedia. Often requires an
extra component (plug-in) to play in web browsers.
Ogg .ogg Theora Ogg. Supported by HTML.
WebM .webm
WebM. Developed by Mozilla, Opera, Adobe, and
Google. Supported by HTML.
MPEG-4
MP4
.mp4
MP4. Developed by the Moving Pictures Expert
Group. Supported by all browsers
Common Audio Formats
• Only MP3, WAV, and Ogg audio are supported by the HTML
standard.
FORMAT FILE DESCRIPTION
MIDI
.mid
.midi
MIDI (Musical Instrument Digital Interface). Plays well
on all computers and music hardware, but not in web
browsers.
WMA .wma
WMA (Windows Media Audio). Plays well on Windows
computers, but not in web browsers.
AAC .aac
Plays well on Apple computers, but not in web
browsers.
WAV .wav
WAV. Developed by IBM and Microsoft. Supported by
HTML.
Ogg .ogg Supported by HTML.
MP3 .mp3
MP3 files are actually the sound part of MPEG files.
MP3 is the most popular format for music players.
Supported by all browsers.
HTML Video
• To embed video in HTML, we use the <video>
tag. It contains one or more video sources at a
time using <source> tag.
• Syntax:
<video>
<source src="file_name“ type="video_file_type">
</video>
• We can use <source> tag to specify media along
with media type and many other attributes.
Video attribute specification
ATTRIBUTE DESCRIPTION
autoplay
When the page is loaded, It specifies to play video as soon as
possible.
controls It displays video control such as play, pause, and stop.
loop It will start the video again when it is finished.
muted When the page is loaded, video will be automatically muted.
src It specifies the URL of the video file.
width
It specifies the width of the video area. The default value of
width is ‘auto’.
height It specifies the height of the video area.
HTML Audio
• To embed audio in HTML, we use the <audio>
tag.
• Syntax:
<audio>
<source src="file_name" type="audio_file_type">
</audio>
• The HTML <audio> element is used to play an
audio file on a web page.
Audio attribute specification
ATTRIBUTE DESCRIPTION
autoplay
When the page is loaded, It specifies to play audio as
soon as possible.
controls It displays audio control.
loop It will start the audio again when it is finished.
muted
When the page is loaded, audio will be automatically
muted.
src It specifies the URL of the audio file.
Summary
• HTML embedded audio and video
• In the next class, we will start Unit II –
Cascading Style Sheet in detail.
•Thanks

More Related Content

PPTX
HTML 5: Audio And Video
PPSX
Introduction to Html5
PPTX
Html media
PPTX
Html ppt
PPTX
HTML Forms
PPTX
HTML5 audio & video
PPTX
Html form tag
PDF
jQuery for beginners
HTML 5: Audio And Video
Introduction to Html5
Html media
Html ppt
HTML Forms
HTML5 audio & video
Html form tag
jQuery for beginners

What's hot (20)

PDF
Introduction to HTML5
PPT
Eye catching HTML BASICS tips: Learn easily
PPT
1. introduction to html5
PPTX
Html5 semantics
PPTX
Lecture 2 introduction to html
PPTX
Html audio video
PDF
Intro to HTML and CSS basics
PPTX
Html5 tutorial for beginners
PDF
Basic Details of HTML and CSS.pdf
PDF
PPTX
PPT
Introduction to CSS
PPTX
Html5 Basics
PPT
Unit 3 (frames)
PPT
Html & Css presentation
PDF
Lesson 1: Introduction to HTML
PPT
Html Slide Part-1
PDF
HTML and CSS crash course!
PPTX
Introduction to HTML5
Eye catching HTML BASICS tips: Learn easily
1. introduction to html5
Html5 semantics
Lecture 2 introduction to html
Html audio video
Intro to HTML and CSS basics
Html5 tutorial for beginners
Basic Details of HTML and CSS.pdf
Introduction to CSS
Html5 Basics
Unit 3 (frames)
Html & Css presentation
Lesson 1: Introduction to HTML
Html Slide Part-1
HTML and CSS crash course!
Ad

Similar to Html multimedia (20)

PPTX
Use of Multimedia tag in HTML using exmples
PPTX
HTML Multimedia.pptx
PDF
Beginning html5 media, 2nd edition
 
PPTX
Lecture9 web design and development
PDF
HTML Media: Where We Are & Where We Need To Go
PPTX
Multi media tools
PPT
HTML5 video & Amazon elastic transcoder - FCIP August 2014
PDF
Html5video
DOCX
Technical considerations 2c
PPTX
Video Accessibility
PPTX
PPTX
10x10 10 slide presentation
PPTX
avi _file _formate_ trasport _layer.pptx
PPTX
Video File Format
ODP
video tools
ODP
Video and Audio Streaming
DOC
Blu ray player software
PDF
Vidmingo Commercial
PPTX
Pavtube hd video converter tutorials
Use of Multimedia tag in HTML using exmples
HTML Multimedia.pptx
Beginning html5 media, 2nd edition
 
Lecture9 web design and development
HTML Media: Where We Are & Where We Need To Go
Multi media tools
HTML5 video & Amazon elastic transcoder - FCIP August 2014
Html5video
Technical considerations 2c
Video Accessibility
10x10 10 slide presentation
avi _file _formate_ trasport _layer.pptx
Video File Format
video tools
Video and Audio Streaming
Blu ray player software
Vidmingo Commercial
Pavtube hd video converter tutorials
Ad

More from Himanshu Pathak (18)

PPTX
Introduction to E commerce
PPTX
Digital property rights
PPTX
Intellectual property rights
PPTX
An Introduction to Cyber Ethics
PPTX
Cascading style sheet part 2
PPTX
Cascading style sheet an introduction
PPTX
Html forms
PPTX
Html tables
PPTX
Html link and list tags
PPTX
HTML Text formatting tags
PPTX
Basic html tags
PPTX
Introduction to html
PPTX
Mobile technologies
PPTX
Web services
PPTX
Remote Login and File Transfer Protocols
PPTX
Internet protocol
PPTX
Introduction to internet
PPTX
What is Computer?
Introduction to E commerce
Digital property rights
Intellectual property rights
An Introduction to Cyber Ethics
Cascading style sheet part 2
Cascading style sheet an introduction
Html forms
Html tables
Html link and list tags
HTML Text formatting tags
Basic html tags
Introduction to html
Mobile technologies
Web services
Remote Login and File Transfer Protocols
Internet protocol
Introduction to internet
What is Computer?

Recently uploaded (20)

PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Complications of Minimal Access Surgery at WLH
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Cell Types and Its function , kingdom of life
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
01-Introduction-to-Information-Management.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
Insiders guide to clinical Medicine.pdf
O7-L3 Supply Chain Operations - ICLT Program
Abdominal Access Techniques with Prof. Dr. R K Mishra
2.FourierTransform-ShortQuestionswithAnswers.pdf
Complications of Minimal Access Surgery at WLH
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Pharma ospi slides which help in ospi learning
Cell Types and Its function , kingdom of life
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Renaissance Architecture: A Journey from Faith to Humanism
human mycosis Human fungal infections are called human mycosis..pptx
Supply Chain Operations Speaking Notes -ICLT Program
VCE English Exam - Section C Student Revision Booklet
O5-L3 Freight Transport Ops (International) V1.pdf
01-Introduction-to-Information-Management.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
TR - Agricultural Crops Production NC III.pdf
Insiders guide to clinical Medicine.pdf

Html multimedia

  • 1. COMPUTER APPLICATIONS CLASS X (Code 165) TOPIC: UNIT 2: HTML Multimedia By HIMANSHU PATHAK
  • 2. Contents • Introduction • Common Video Format • Common Audio Format • HTML Audio • HTML Video
  • 3. Introduction • Multimedia can be almost anything we can hear or see, like images, music, sound, videos, records, films, animations, and more. • Web pages often contain multimedia elements of different types and formats. • HTML allows us to create standards-based video and audio players that don’t require the use of any plugins.
  • 4. Common Video Formats • The MP4, WebM, and Ogg formats are supported by HTML. FORMAT FILE DESCRIPTION MPEG .mpg .mpeg MPEG Developed by the Moving Pictures Expert Group. Not supported anymore in HTML. AVI .avi AVI (Audio Video Interleave). Plays well on Windows computers, but not in web browsers. WMV .wmv WMV (Windows Media Video). Plays well on Windows computers, but not in web browsers. Flash .flv Flash. Developed by Macromedia. Often requires an extra component (plug-in) to play in web browsers. Ogg .ogg Theora Ogg. Supported by HTML. WebM .webm WebM. Developed by Mozilla, Opera, Adobe, and Google. Supported by HTML. MPEG-4 MP4 .mp4 MP4. Developed by the Moving Pictures Expert Group. Supported by all browsers
  • 5. Common Audio Formats • Only MP3, WAV, and Ogg audio are supported by the HTML standard. FORMAT FILE DESCRIPTION MIDI .mid .midi MIDI (Musical Instrument Digital Interface). Plays well on all computers and music hardware, but not in web browsers. WMA .wma WMA (Windows Media Audio). Plays well on Windows computers, but not in web browsers. AAC .aac Plays well on Apple computers, but not in web browsers. WAV .wav WAV. Developed by IBM and Microsoft. Supported by HTML. Ogg .ogg Supported by HTML. MP3 .mp3 MP3 files are actually the sound part of MPEG files. MP3 is the most popular format for music players. Supported by all browsers.
  • 6. HTML Video • To embed video in HTML, we use the <video> tag. It contains one or more video sources at a time using <source> tag. • Syntax: <video> <source src="file_name“ type="video_file_type"> </video> • We can use <source> tag to specify media along with media type and many other attributes.
  • 7. Video attribute specification ATTRIBUTE DESCRIPTION autoplay When the page is loaded, It specifies to play video as soon as possible. controls It displays video control such as play, pause, and stop. loop It will start the video again when it is finished. muted When the page is loaded, video will be automatically muted. src It specifies the URL of the video file. width It specifies the width of the video area. The default value of width is ‘auto’. height It specifies the height of the video area.
  • 8. HTML Audio • To embed audio in HTML, we use the <audio> tag. • Syntax: <audio> <source src="file_name" type="audio_file_type"> </audio> • The HTML <audio> element is used to play an audio file on a web page.
  • 9. Audio attribute specification ATTRIBUTE DESCRIPTION autoplay When the page is loaded, It specifies to play audio as soon as possible. controls It displays audio control. loop It will start the audio again when it is finished. muted When the page is loaded, audio will be automatically muted. src It specifies the URL of the audio file.
  • 10. Summary • HTML embedded audio and video • In the next class, we will start Unit II – Cascading Style Sheet in detail. •Thanks