What this lesson teaches
Building a basic web page teaches children how structure and tags work in HTML. This understanding helps them grasp how websites function, fostering digital creativity and technical skills.
Can you finish create your web page in about 30 min?
You will building a basic web page teaches children how structure and tags work in HTML.
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.
Building a basic web page teaches children how structure and tags work in HTML. This understanding helps them grasp how websites function, fostering digital creativity and technical skills.
Engaging in hands-on coding allows children to visualize the relationship between code and web design. By using embodied cognition, they see their textual inputs transform into visual outputs, solidifying their learning through immediate feedback.
1. Open a text editor like Notepad or any coding app. 2. Type '<!DOCTYPE html>' at the top of the file. 3. Add '<html>' and '<head>' followed by '<title>Your Name's Web Page</title>' and close the tags. 4. Create a '<body>' tag and write '<h1>Welcome to My Page!</h1>' and '<p>This is my first web page.</p>'. 5. Save the file as 'mypage.html' on your desktop. 6. Open the file in a web browser — what do you see?