Sobes.tech
Intern

List at least five lowercase elements you know.

sobes.tech AI

Answer from AI

Inline (inline) elements in HTML are elements that do not start a new line and only take up as much width as necessary. Here are five common inline elements:

  • <a> — link
  • <span> — universal container for text
  • <strong> — emphasis on important text (bold)
  • <em> — emphasis on text (italic)
  • <img> — image insertion

Other examples: <b>, <i>, <code>, <input>, <label>.

Inline elements are usually used for formatting text and inserting small elements within blocks.