SlideShare a Scribd company logo
Inserting Inline
Enhancements
Adding Inline Images
• Tag:
            <img>
• Element:
   img; a shorthand for image
Adding Inline Images
Attributes:
• src (source code)
  – it defines   the   URL   of   the   image
    file.
• align
  – it specifies the    alignment of an
    image   according    to   surrounding
    elements.
Adding Inline Images
Attributes:
• height
  – it defines the vertical dimension of
    the image; it can be measured by
    pixels or by percent.
• width
  – it defines the horizontal dimension
    of the image.
Adding Inline Images
Attributes:
• alt
  – it gives the title of the image that
    will be displayed on mouse over.
  – it is necessary to add this to help
    disabled viewers recognize the image
    file.
Adding Inline Images
Review
What are the different image file
  types?
Which image file type is not
  supported by Web pages?
Embedding Audio/Video
• Tag:
           <embed>
• Element:
embed; used to put plug-ins to
            a page.
Embedding Audio/Video
Attributes:
• src (source code)
  – URL of resource to be embedded
• align
  – it specifies the    alignment of an
    image   according    to   surrounding
    elements.
Embedding Audio/Video
Attributes:
• width
  – width of area in which to show the
    resource
• height
  – height of the area in which to show
    the resource
Embedding Audio/Video
Attributes:
• alt
  – name of the embedded file that is
    shown when the mouse is moved over
• autostart
  – tells the browser if the sound/video
    will start automatically when the
    page is loaded.
Embedding Audio/Video
Attributes:
• volume
  – how loud the sound plays
• controls
  – indicates the type of sound object
  – (console | smallconsole | playbutton
    | volumelever)

More Related Content

PPTX
Imaging the Past, Present and Future with Umbraco - Belgian Festival 2014
PDF
PPTX
HTML - Media Elements
PPTX
Editing
PPTX
Tags10x10
PPTX
HTML Enhancements
PDF
business telephone systems
PPTX
Adding Hyperlinks
Imaging the Past, Present and Future with Umbraco - Belgian Festival 2014
HTML - Media Elements
Editing
Tags10x10
HTML Enhancements
business telephone systems
Adding Hyperlinks

Similar to Inserting Images and Embedding Tags (20)

PPTX
10x10 presentation tag
PPTX
HTML Images
PPTX
HTML Video and Audio.pptx( code of enter html video and audio)
PPTX
CHAPTER 2_ Get Started with HTML Module
PDF
Unit 2.8 Multimedia Objects
PPTX
Lesson-2.pptx this for html in the web course
PDF
1. Advanced Web Designing (12th IT) (1).pdf
PPTX
More on HTML Communication Skills BASICS
PPTX
Std 10 Computer Chapter 3 Handling Images in HTML (Part 1)
PPTX
HTML introduction for beginners Slides .pptx
PPTX
HTML Media
PPTX
Chapter 7: Images
PPT
05-06 HTML lecture FOR BS STUDENTS IUB.ppt
PDF
ClassJavaScript 1: Language Fundamentals06 .pdf
ODP
Tutorial 9 multimedia web page
PPT
Basic HTML Tag For beginner(std-8)CBSC.PPT
PPT
M02 un08 p01
PDF
Html xhtml tag-sheet
PPTX
Designing web page marquee and img tag
PPTX
Html images syntax
10x10 presentation tag
HTML Images
HTML Video and Audio.pptx( code of enter html video and audio)
CHAPTER 2_ Get Started with HTML Module
Unit 2.8 Multimedia Objects
Lesson-2.pptx this for html in the web course
1. Advanced Web Designing (12th IT) (1).pdf
More on HTML Communication Skills BASICS
Std 10 Computer Chapter 3 Handling Images in HTML (Part 1)
HTML introduction for beginners Slides .pptx
HTML Media
Chapter 7: Images
05-06 HTML lecture FOR BS STUDENTS IUB.ppt
ClassJavaScript 1: Language Fundamentals06 .pdf
Tutorial 9 multimedia web page
Basic HTML Tag For beginner(std-8)CBSC.PPT
M02 un08 p01
Html xhtml tag-sheet
Designing web page marquee and img tag
Html images syntax
Ad

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Encapsulation theory and applications.pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
Spectroscopy.pptx food analysis technology
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Machine learning based COVID-19 study performance prediction
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
Cloud computing and distributed systems.
DOCX
The AUB Centre for AI in Media Proposal.docx
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPT
Teaching material agriculture food technology
PDF
Spectral efficient network and resource selection model in 5G networks
NewMind AI Weekly Chronicles - August'25-Week II
Encapsulation theory and applications.pdf
Review of recent advances in non-invasive hemoglobin estimation
sap open course for s4hana steps from ECC to s4
Spectroscopy.pptx food analysis technology
The Rise and Fall of 3GPP – Time for a Sabbatical?
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Machine learning based COVID-19 study performance prediction
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Assigned Numbers - 2025 - Bluetooth® Document
Diabetes mellitus diagnosis method based random forest with bat algorithm
Programs and apps: productivity, graphics, security and other tools
Unlocking AI with Model Context Protocol (MCP)
Cloud computing and distributed systems.
The AUB Centre for AI in Media Proposal.docx
“AI and Expert System Decision Support & Business Intelligence Systems”
Teaching material agriculture food technology
Spectral efficient network and resource selection model in 5G networks
Ad

Inserting Images and Embedding Tags