Results 1 to 3 of 3

Thread: What are inline elements and block-level elements in HTML?

  1. #1
    Registered
    Join Date
    Jan 2019
    Posts
    86

    What are inline elements and block-level elements in HTML?

    Hello friends,


    What are inline elements and block-level elements in HTML?

  2. #2
    Inline elements are those which only occupy the space bounded by the tags defining the element, instead of breaking the flow of the content. In this article, we'll examine HTML inline elements and how they differ from block-level elements.

  3. #3
    HTML is made up of various elements that act as the building blocks of web pages. For the purpose of styling, elements are divided into two categories: block-level elements and inline elements. In summary, a <span> element is used as an inline element and a <div> element as a block level element

Similar Threads

  1. What are the elements that have been disappeared?
    By MVMinfotech18 in forum HTML, CSS, Layout, and Design
    Replies: 0
    Last Post: 03-31-2019, 08:45 PM
  2. What is the difference between elements and tags in HTML?
    By MVMinfotech18 in forum HTML, CSS, Layout, and Design
    Replies: 0
    Last Post: 03-31-2019, 08:44 PM
  3. What Are The Most Important Elements of SEO..?
    By ankitasharma123 in forum Search Engine Optimization
    Replies: 3
    Last Post: 01-08-2019, 10:10 PM
  4. What are the elements of the description tag?
    By ankitasharma123 in forum Search Engine Optimization
    Replies: 5
    Last Post: 10-11-2017, 11:11 PM
  5. Is there any way to keep list elements straight in an html file?
    By spobitsseo in forum HTML, CSS, Layout, and Design
    Replies: 1
    Last Post: 07-20-2017, 11:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •