UNIT 01
Introduction to�Web Design </>
Building Your First HTML Pages & Text Styles
Design My Info Page()
Task 01
Create HTML Page
Build a clean, well-structured HTML information page to showcase personal topics, hobbies, or interests.
Task 02
Apply Text Styles
Organize and emphasize your content beautifully using proper headings, clean paragraphs, and text styles.
index.html
<!-- Code Structure Example -->
<h1>My Awesome Page</h1>
<h2>About Me</h2>
<p>
Welcome to my digital space!
HTML coding is <b>super fun</b>.
</p>
What is HTML Formatting?
layers
Organize Content
Arranges and structures web page content logically so that browsers can render it correctly.
chrome_reader_mode
Improve Readability
Makes text blocks highly scannable and easier for users to digest and process.
auto_awesome
Enhance Style
Applies clear visual hierarchies and formats to highlight essential learning concepts beautifully.
HTML Headings()
text_fields
Structure & Hierarchy
Headings are used to organize content into sections, creating a visual and logical skeleton for your web pages.
headings.html
<!-- Main Document Title -->
<h1>HTML Headings</h1>
<!-- Major Sub-section -->
<h2>1. Introduction</h2>
<p>Headings organize text.</p>
<h2>2. Key Benefits</h2>
<p>They improve SEO.</p>
HTML Paragraphs<p>
subject
Structure & Text Flow
Paragraphs are the fundamental building blocks of web content, used to organize and display clean blocks of body text.
paragraph.html
<!-- Defining a paragraph -->
<p>This is a paragraph.</p>
<!-- Browsers separate lines -->
<p>Used to present text clearly.</p>
Text Formatting<b>
format_bold
Emphasis & Style
Formatting tags allow you to emphasize important words or phrases, making your web content more readable and visually engaging.
formatting.html
<!-- Emphasize text -->
<p>This is <b>bold</b> text.</p>
<!-- Make it italic -->
<p>This is <i>italic</i> text.</p>
Why Formatting Matters <style>
visibility
Readability
Makes content easy to read. Clean layouts allow high school learners to quickly scan, digest, and understand the core ideas without getting overwhelmed.
auto_awesome
Presentation
Improves presentation. A well-designed slide or web page instantly builds interest and makes your digital projects look professional and modern.
schema
Organization
Organizes information. Grouping thoughts logically helps break down complex concepts into bite-sized, structured sections that are easier to remember.
Activity Instructions <html>
assignment
HTML Info Page Project
Create a clean, structured informational web page about the Human Nervous System using basic HTML.
• Anatomy of Page: Use headings for sections and paragraphs to explain key concepts.
• Formatting: Highlight key terms (like neurons, brain, spinal cord) using <b> or <i>.
• Goal: Practice proper tag closing and structure.
workflow.html
<!-- STEP-BY-STEP WORKFLOW -->
1. WRITE THE MARKUP�<h1>Nervous System</h1>�<p>The <b>brain</b> controls...</p>
2. SAVE FILE�Save your progress as:�nervous_system.html
3. RUN IN BROWSER�Double-click file to preview and verify your styles!
Key Takeaway <review>
vpn_key
The Golden Rule
Good formatting makes web pages clear and effective