What this lesson teaches
This activity introduces basic HTML elements, allowing children to grasp web design fundamentals. By creating their own web page, they learn to structure information and express creativity visually.
Can you finish create your first web page in about 30 min?
You will this activity introduces basic HTML elements, allowing children to grasp web design fundamentals.
Sign in to start the full activity flow, save this lesson, print a learner version, and track XP. The preview below is public so parents and educators can evaluate the activity before joining.
This activity introduces basic HTML elements, allowing children to grasp web design fundamentals. By creating their own web page, they learn to structure information and express creativity visually.
Using the Bruner's CPA approach, children start with concrete examples of web design, progressing to symbolic representations as they code. This method helps them internalize design concepts through hands-on creation, anchoring abstract ideas in tangible work.
1. Open a simple text editor like Notepad or any HTML editor. 2. Type the basic HTML structure: <html>, <head>, <title>, <body>. 3. Add a heading with <h1> and write your page title. 4. Insert a paragraph using <p> to describe what your page is about. 5. Save the file as 'mypage.html' and open it in a web browser. 6. Share your web page with a family member — what do they think?