HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

Inline Elements in HTML

Inline Elements

 

 

Inline elements are those elements that do not start from a new line instead they continue moving to the same line. They are used to highlight some important notes and words inside the block element like a div tag.

 

Examples:-

 

  • span tag
  • tag
  • abbr tag
  • em tag
  • b tag
  • big tag
  • strong tag
  • small tag
  • cite tag
  • code tag

Code Explanation

All Tutorials related to HTML Basics

All Sections related to HTML