back

CodeWithRahul

More
  • Home
  • Cources
  • Tutorials
  • Tutorials
  • Projects
  • Notes
  • Contact
  • Work With Us
  • HTML
  • CSS
  • JAVASCRIPT
  • CC++
  • PHP
  • PYTHON
  • REACT JS
  • DSA

RahulGoswami.com

Create an account
  • INTRODUCTION
    • HTML Introduction
    • HTML Working
    • HTML Prerequisite
    • HTML Document
    • HTML Structure 1
    • HTML Page
    • HTML Structure 2
    • HTML Editor
    • HTML View Source
    • HTML Tags
    • HTML Element
    • VS Code
    • installation
  • HTML BASIC TAGS
    • Skeletal Tags
    • Heading Tags
    • Paragraph Tag
    • Horizontal Line Tag
    • Line Break Tag
    • Center Tag
    • Preserve
    • Formatting Tag
  • HTML FORMATTING TAGS
    • Monospaced Font
    • Text Abbreviation Tag
    • Acronym Tag
    • Text tags
  • HTML QUOTATIONS
    • Blockquote Tag
    • Quote Tag
    • Text Citation Tag
    • Text Direction Tag
    • Address Text Tag
    • Code Tag
  • HTML ATTRIBUTES
    • HTML Attributes
    • HTML Core
    • Attributes 1
    • HTML
    • HTML Generic
  • HTML LINKS
    • HTML Links
  • HTML COMMENTS
    • HTML Comments
  • HTML IMAGES
    • HTML Images
  • HTML LISTS
    • HTML Lists
    • HTML Unordered List
    • HTML Ordered List
    • HTML Definition List
  • HTML TABLES
    • HTML Tables
  • HTML BLOCK ELEMENT
    • HTML Block
    • Elements
  • HTML INLINE ELEMENT
    • HTML Inline
    • Elements
  • HTML FORMS
    • FORM Introduction
    • More on forms

    HTML Block Elements

    You already know about tags all those tags have some displaying value i.e. Either they are block-level elements or they are Inline elements..

    Now, let's discuss block-level elements.

    Block-level elements are those elements that start in a new line and take the entire width of the screen.

    Block-level Elements:
    • <h1>,<h2>,<h3>,<h4>,<h5>,<h6>
    • <p>
    • <hr>
    • <address>
    • <article>
    • <aside>
    • <blockquote>
    • <canvas>
    • <dd>
    • <div>
    • <dl>
    • <dt>
    • <filedset>
    • <figcaption>
    • <figure>
    • <footer>
    • <form>
    • <header>
    • <li>
    • <main>
    • <nav>
    • <noscript>
    • <ol>
    • <ul>
    • <pre>
    • <section>
    • <table>
    • <video>
    Owner of this WebPage Image

    CodeWithRahul

    Copyright © 2023 CodeWithRahul.com