White Space Characters in HTML

Q

What Is a White Space Character?

✍: FYIcenter.com

A

A white space character is a character that leaves nothing on your screen. There are 4 known white space characters:

  • " " - The space character.
  • "\t" - The tab character.
  • "\n" - The new line character.
  • "\r" - The carriage return character.

White space characters are generally ignored in HTML documents except for element "pre" and CDATA.

 

White Space Characters Handling Rules in HTML

Required Sub-elements in HTML

Introduction of HTML Element Content Syntax

⇑⇑ HTML Tutorials

2024-02-18, 1166🔥, 0💬