SlideShare a Scribd company logo
3
Most read
4
Most read
5
Most read
HTML Elements
Block & Non-Block (In-Line)
Level Elements
Description
• Every HTML element has a default display value depending on what
type of element it is. The default display value for most elements is
block or inline.
Block-level Elements
A block-level element always starts on a new line and takes up the full width
available (stretches out to the left and right as far as it can).
 A block-level element is an HTML element that begins a new line on a Web
page, and extends the full width of the available horizontal space of its parent
element.
 Can have margins and/or padding
 If no height is set, will expand naturally to fit its child elements (assuming
they are not floated or positioned).
 By default, will be placed below previous elements in the markup (assuming
no floats or positioning on surrounding elements)
Example Block-level Elements
<p>, <div>, <form>, <header>, <nav>, <ul>, <li>, and <h1>.
Inline & Non-Block Elements
An inline element does not start on a new line and only takes up as much width
as necessary.
 Flows along with text content.
 Will ignore top and bottom margin settings, but will apply left and right
margins, and any padding
 Will ignore the width and height properties
 If floated left or right, will automatically become a block-level element,
subject to all block characteristics
Examples of Inline Elements:
<a>, <span>, <b>, <em>, <i>, <cite>, <mark>, and <code>.
HTML Block and Inline Elements
Ad

Recommended

Html frames
Html frames
eShikshak
 
Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)
Chris Poteet
 
Css box-model
Css box-model
Webtech Learning
 
CSS.ppt
CSS.ppt
MukulSingh293955
 
Html & Css presentation
Html & Css presentation
joilrahat
 
html-css
html-css
Dhirendra Chauhan
 
Intro to HTML & CSS
Intro to HTML & CSS
Syed Sami
 
Html
Html
Nisa Soomro
 
CSS Basics
CSS Basics
WordPress Memphis
 
CSS for Beginners
CSS for Beginners
Amit Kumar Singh
 
Images and Tables in HTML
Images and Tables in HTML
Aarti P
 
Complete Lecture on Css presentation
Complete Lecture on Css presentation
Salman Memon
 
HTML CSS Basics
HTML CSS Basics
Mai Moustafa
 
Html
Html
RajThakuri
 
Dhtml ppt (2)
Dhtml ppt (2)
Rai Saheb Bhanwar Singh College Nasrullaganj
 
Java script
Java script
Shyam Khant
 
Css
Css
shanmuga rajan
 
Xml schema
Xml schema
Prabhakaran V M
 
Css selectors
Css selectors
Parth Trivedi
 
Introduction to CSS
Introduction to CSS
Amit Tyagi
 
CSS - Text Properties
CSS - Text Properties
hstryk
 
Basic HTML
Basic HTML
Sayan De
 
1 03 - CSS Introduction
1 03 - CSS Introduction
apnwebdev
 
css.ppt
css.ppt
bhasula
 
Html frames
Html frames
Arslan Elahi
 
Css types internal, external and inline (1)
Css types internal, external and inline (1)
Webtech Learning
 
Css position
Css position
Webtech Learning
 
HTML Forms
HTML Forms
Ravinder Kamboj
 
Html Ppt
Html Ppt
vijayanit
 
3block inline
3block inline
RaynaITSTEP
 

More Related Content

What's hot (20)

CSS Basics
CSS Basics
WordPress Memphis
 
CSS for Beginners
CSS for Beginners
Amit Kumar Singh
 
Images and Tables in HTML
Images and Tables in HTML
Aarti P
 
Complete Lecture on Css presentation
Complete Lecture on Css presentation
Salman Memon
 
HTML CSS Basics
HTML CSS Basics
Mai Moustafa
 
Html
Html
RajThakuri
 
Dhtml ppt (2)
Dhtml ppt (2)
Rai Saheb Bhanwar Singh College Nasrullaganj
 
Java script
Java script
Shyam Khant
 
Css
Css
shanmuga rajan
 
Xml schema
Xml schema
Prabhakaran V M
 
Css selectors
Css selectors
Parth Trivedi
 
Introduction to CSS
Introduction to CSS
Amit Tyagi
 
CSS - Text Properties
CSS - Text Properties
hstryk
 
Basic HTML
Basic HTML
Sayan De
 
1 03 - CSS Introduction
1 03 - CSS Introduction
apnwebdev
 
css.ppt
css.ppt
bhasula
 
Html frames
Html frames
Arslan Elahi
 
Css types internal, external and inline (1)
Css types internal, external and inline (1)
Webtech Learning
 
Css position
Css position
Webtech Learning
 
HTML Forms
HTML Forms
Ravinder Kamboj
 

Viewers also liked (14)

Html Ppt
Html Ppt
vijayanit
 
3block inline
3block inline
RaynaITSTEP
 
inline block elements
inline block elements
RaynaITSTEP
 
Html 5 few Features and Elements
Html 5 few Features and Elements
Clark Davidson
 
Intro to HTML Elements and CSS Declarations
Intro to HTML Elements and CSS Declarations
Bruce Clary
 
1-04: HTML Elements
1-04: HTML Elements
apnwebdev
 
Document object model
Document object model
Amit kumar
 
Document Object Model
Document Object Model
Mayur Mudgal
 
Document object model(dom)
Document object model(dom)
rahul kundu
 
DOM ( Document Object Model )
DOM ( Document Object Model )
ITSTB
 
List and images in html
List and images in html
prithvisawla
 
Document Object Model
Document Object Model
chomas kandar
 
Html ppt
Html ppt
Iblesoft
 
Slideshare ppt
Slideshare ppt
Mandy Suzanne
 
inline block elements
inline block elements
RaynaITSTEP
 
Html 5 few Features and Elements
Html 5 few Features and Elements
Clark Davidson
 
Intro to HTML Elements and CSS Declarations
Intro to HTML Elements and CSS Declarations
Bruce Clary
 
1-04: HTML Elements
1-04: HTML Elements
apnwebdev
 
Document object model
Document object model
Amit kumar
 
Document Object Model
Document Object Model
Mayur Mudgal
 
Document object model(dom)
Document object model(dom)
rahul kundu
 
DOM ( Document Object Model )
DOM ( Document Object Model )
ITSTB
 
List and images in html
List and images in html
prithvisawla
 
Document Object Model
Document Object Model
chomas kandar
 
Ad

Similar to HTML Block and Inline Elements (20)

Block and inline elements in HTML
Block and inline elements in HTML
Pradipta Poudel
 
html5_basic_frontend_development_hy.pptx.pptx
html5_basic_frontend_development_hy.pptx.pptx
wwwm40252735
 
Exp13 write up c
Exp13 write up c
Ankit Dubey
 
Pres
Pres
Andrey L
 
Css display
Css display
Matt Lawes
 
WEBD 162: display property, Float and Clear
WEBD 162: display property, Float and Clear
palomateach
 
Web Design & Development - Session 3
Web Design & Development - Session 3
Shahrzad Peyman
 
Inline, Block and Positioning in CSS
Inline, Block and Positioning in CSS
UC Berkeley Graduate School of Journalism
 
Css Display Property
Css Display Property
Webtech Learning
 
week2
week2
Will Gaybrick
 
HTML - Basics and Good Practices
HTML - Basics and Good Practices
Priscila Negreiros
 
3. Web Technology Advanced HTML
3. Web Technology Advanced HTML
Jyoti Yadav
 
Fundamentals of Browser Rendering Css Overview PT 1
Fundamentals of Browser Rendering Css Overview PT 1
Barak Drechsler
 
HTML 5 Simple Tutorial Part 3
HTML 5 Simple Tutorial Part 3
Sanjeev Kumar
 
Crash Course Web - HTML Presentation
Crash Course Web - HTML Presentation
John Paul Ada
 
CSS tutorial chapter 3
CSS tutorial chapter 3
jeweltutin
 
NEW HTML POINTS AND HTML BASICS WITH NEW TOPICS
NEW HTML POINTS AND HTML BASICS WITH NEW TOPICS
demomki4
 
html1 (2).ppt html are very simple markup language
html1 (2).ppt html are very simple markup language
chauhanak1200
 
1 07-2-css floats-and_positioning
1 07-2-css floats-and_positioning
apnwebdev
 
Cross Browser Issues - few solutions inspired by smashing magazine
Cross Browser Issues - few solutions inspired by smashing magazine
Prabhakaran Mani
 
Block and inline elements in HTML
Block and inline elements in HTML
Pradipta Poudel
 
html5_basic_frontend_development_hy.pptx.pptx
html5_basic_frontend_development_hy.pptx.pptx
wwwm40252735
 
Exp13 write up c
Exp13 write up c
Ankit Dubey
 
WEBD 162: display property, Float and Clear
WEBD 162: display property, Float and Clear
palomateach
 
Web Design & Development - Session 3
Web Design & Development - Session 3
Shahrzad Peyman
 
HTML - Basics and Good Practices
HTML - Basics and Good Practices
Priscila Negreiros
 
3. Web Technology Advanced HTML
3. Web Technology Advanced HTML
Jyoti Yadav
 
Fundamentals of Browser Rendering Css Overview PT 1
Fundamentals of Browser Rendering Css Overview PT 1
Barak Drechsler
 
HTML 5 Simple Tutorial Part 3
HTML 5 Simple Tutorial Part 3
Sanjeev Kumar
 
Crash Course Web - HTML Presentation
Crash Course Web - HTML Presentation
John Paul Ada
 
CSS tutorial chapter 3
CSS tutorial chapter 3
jeweltutin
 
NEW HTML POINTS AND HTML BASICS WITH NEW TOPICS
NEW HTML POINTS AND HTML BASICS WITH NEW TOPICS
demomki4
 
html1 (2).ppt html are very simple markup language
html1 (2).ppt html are very simple markup language
chauhanak1200
 
1 07-2-css floats-and_positioning
1 07-2-css floats-and_positioning
apnwebdev
 
Cross Browser Issues - few solutions inspired by smashing magazine
Cross Browser Issues - few solutions inspired by smashing magazine
Prabhakaran Mani
 
Ad

More from Webtech Learning (20)

Benefits of Digital Marketing
Benefits of Digital Marketing
Webtech Learning
 
Digital Marketing Benefits
Digital Marketing Benefits
Webtech Learning
 
Future Scope of Digital Marketing in India
Future Scope of Digital Marketing in India
Webtech Learning
 
Bootstrap webtech presentation - new
Bootstrap webtech presentation - new
Webtech Learning
 
Css presentation
Css presentation
Webtech Learning
 
Client side &amp; Server side Scripting
Client side &amp; Server side Scripting
Webtech Learning
 
Software testing & Quality Assurance
Software testing & Quality Assurance
Webtech Learning
 
Shadows Effects in CSS
Shadows Effects in CSS
Webtech Learning
 
Bs Typography
Bs Typography
Webtech Learning
 
Bootstrap grids
Bootstrap grids
Webtech Learning
 
Html formatting
Html formatting
Webtech Learning
 
Css box-sizing
Css box-sizing
Webtech Learning
 
Css margins
Css margins
Webtech Learning
 
Html media
Html media
Webtech Learning
 
Css floats
Css floats
Webtech Learning
 
Html5 semantics
Html5 semantics
Webtech Learning
 
Css pseudo-classes
Css pseudo-classes
Webtech Learning
 
Wordpress installation
Wordpress installation
Webtech Learning
 
Html tags or elements
Html tags or elements
Webtech Learning
 
Hadoop Training in Panchkula
Hadoop Training in Panchkula
Webtech Learning
 

Recently uploaded (20)

How to make a presentation 101 guide for you
How to make a presentation 101 guide for you
Tessiana1
 
the sigma cafe a b c d e f g h i j k l i
the sigma cafe a b c d e f g h i j k l i
kamalpavlov
 
ART & FUNDAMENTALS OF DESIGN CHAPTER -01.pptx
ART & FUNDAMENTALS OF DESIGN CHAPTER -01.pptx
riteshsahdev2
 
Capcut Pro Crack For PC Latest Version {Fully Unlocked}
Capcut Pro Crack For PC Latest Version {Fully Unlocked}
Ayesha khan
 
LAVIELACE - Collections portfolio showcase
LAVIELACE - Collections portfolio showcase
Geo Lupascu
 
Hedgining through financil contracts (1).pptx
Hedgining through financil contracts (1).pptx
icuphamid
 
Indian_Constitution_Presentation.pptx , images
Indian_Constitution_Presentation.pptx , images
jaglandushyant
 
roadsafety_training_manual_unit_1_magnitude_and_impact.ppt
roadsafety_training_manual_unit_1_magnitude_and_impact.ppt
mbkl05cctjv
 
animewitcher.cc https://animewitcher.cc/
animewitcher.cc https://animewitcher.cc/
Anime witcher
 
week2.pptx program program program problems
week2.pptx program program program problems
doramira833
 
LRC image social media marketing class design
LRC image social media marketing class design
yeshwimbu
 
strees management for iuyagvdywyyqwdghuvuy.pptx
strees management for iuyagvdywyyqwdghuvuy.pptx
moonahish27
 
Exploratory Experiences Built by Design (UXPA25)
Exploratory Experiences Built by Design (UXPA25)
Design for Context
 
Modern Living Room Design in Tokyo,Japan
Modern Living Room Design in Tokyo,Japan
Yantram Animation Studio Corporation
 
Architect list in Bangalore. Architects list in Bangalore.pdf
Architect list in Bangalore. Architects list in Bangalore.pdf
Tejas758706
 
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
huyth14
 
Assignment 1_ studying a roomkjdhfkeqjdhfjeqhfdjkqebf
Assignment 1_ studying a roomkjdhfkeqjdhfjeqhfdjkqebf
kunduanannya2003
 
Substitution Presentation in Dark Navy and Orange Geometric Style.pptx
Substitution Presentation in Dark Navy and Orange Geometric Style.pptx
hazlienasyiqeen
 
Computer Networks and basics for CSE students
Computer Networks and basics for CSE students
avadhutmali5
 
Bethany Michels Architecture Portfolio.pdf
Bethany Michels Architecture Portfolio.pdf
Bethany Michels
 
How to make a presentation 101 guide for you
How to make a presentation 101 guide for you
Tessiana1
 
the sigma cafe a b c d e f g h i j k l i
the sigma cafe a b c d e f g h i j k l i
kamalpavlov
 
ART & FUNDAMENTALS OF DESIGN CHAPTER -01.pptx
ART & FUNDAMENTALS OF DESIGN CHAPTER -01.pptx
riteshsahdev2
 
Capcut Pro Crack For PC Latest Version {Fully Unlocked}
Capcut Pro Crack For PC Latest Version {Fully Unlocked}
Ayesha khan
 
LAVIELACE - Collections portfolio showcase
LAVIELACE - Collections portfolio showcase
Geo Lupascu
 
Hedgining through financil contracts (1).pptx
Hedgining through financil contracts (1).pptx
icuphamid
 
Indian_Constitution_Presentation.pptx , images
Indian_Constitution_Presentation.pptx , images
jaglandushyant
 
roadsafety_training_manual_unit_1_magnitude_and_impact.ppt
roadsafety_training_manual_unit_1_magnitude_and_impact.ppt
mbkl05cctjv
 
animewitcher.cc https://animewitcher.cc/
animewitcher.cc https://animewitcher.cc/
Anime witcher
 
week2.pptx program program program problems
week2.pptx program program program problems
doramira833
 
LRC image social media marketing class design
LRC image social media marketing class design
yeshwimbu
 
strees management for iuyagvdywyyqwdghuvuy.pptx
strees management for iuyagvdywyyqwdghuvuy.pptx
moonahish27
 
Exploratory Experiences Built by Design (UXPA25)
Exploratory Experiences Built by Design (UXPA25)
Design for Context
 
Architect list in Bangalore. Architects list in Bangalore.pdf
Architect list in Bangalore. Architects list in Bangalore.pdf
Tejas758706
 
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
3D-IC Design Kits for Drop-in Chiplets MDK, ADK, TDK - 20250121_PreConH_Wong_...
huyth14
 
Assignment 1_ studying a roomkjdhfkeqjdhfjeqhfdjkqebf
Assignment 1_ studying a roomkjdhfkeqjdhfjeqhfdjkqebf
kunduanannya2003
 
Substitution Presentation in Dark Navy and Orange Geometric Style.pptx
Substitution Presentation in Dark Navy and Orange Geometric Style.pptx
hazlienasyiqeen
 
Computer Networks and basics for CSE students
Computer Networks and basics for CSE students
avadhutmali5
 
Bethany Michels Architecture Portfolio.pdf
Bethany Michels Architecture Portfolio.pdf
Bethany Michels
 

HTML Block and Inline Elements

  • 1. HTML Elements Block & Non-Block (In-Line) Level Elements
  • 2. Description • Every HTML element has a default display value depending on what type of element it is. The default display value for most elements is block or inline.
  • 3. Block-level Elements A block-level element always starts on a new line and takes up the full width available (stretches out to the left and right as far as it can).  A block-level element is an HTML element that begins a new line on a Web page, and extends the full width of the available horizontal space of its parent element.  Can have margins and/or padding  If no height is set, will expand naturally to fit its child elements (assuming they are not floated or positioned).  By default, will be placed below previous elements in the markup (assuming no floats or positioning on surrounding elements)
  • 4. Example Block-level Elements <p>, <div>, <form>, <header>, <nav>, <ul>, <li>, and <h1>.
  • 5. Inline & Non-Block Elements An inline element does not start on a new line and only takes up as much width as necessary.  Flows along with text content.  Will ignore top and bottom margin settings, but will apply left and right margins, and any padding  Will ignore the width and height properties  If floated left or right, will automatically become a block-level element, subject to all block characteristics
  • 6. Examples of Inline Elements: <a>, <span>, <b>, <em>, <i>, <cite>, <mark>, and <code>.