How to code inline elements for formatting and identifying text. An inline element doesn’t start on a new line. Instead, an inline element is coded within a block element. In this topic, you’ll learn how to code some of the common inline elements available.

Inline elements for formatting text are:

  • i – italics
  • b – bold
  • br – line break

Inline elements for identifying content are:

  • abbr – abbreviations
  • cite – citations
  • dfn – definitions
  • em – emphasized
  • q – quotes
  • strong – strongly emphasized

Here is the example code from the video. I only show a few examples of inline elements.

How to code HTML5 inline elements