Mission 2: Crew Status Panel
The crew status panel is currently blank. It needs a main title to identify its purpose.
00:00
Mission Objective
Use the primary heading tag to add the title 'Crew Status'.
Step 1 / 2
System Briefing: Information Hierarchy
To avoid information overload, data must be structured. We use headings for titles and paragraphs for descriptive text. This creates a clear hierarchy, which is critical for both human operators and system parsers.
Core Text Components
<h1>
to<h6>
: Represent six levels of heading. A screen should have only one<h1>
for its main title. Sub-sections use<h2>
,<h3>
, and so on.<p>
: The paragraph tag. It's used for standard text blocks and ensures clear visual separation between distinct pieces of information.