What this lesson teaches
Web development skills are honed as children learn to structure content and design layouts. This hands-on activity empowers them to express their individuality while grasping the fundamental concepts of HTML.
Can you finish create your dream webpage in about 30 min?
You will web development skills are honed as children learn to structure content and design layouts.
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.
Web development skills are honed as children learn to structure content and design layouts. This hands-on activity empowers them to express their individuality while grasping the fundamental concepts of HTML.
Building a website involves applying the dual coding theory by combining visual design with written content. This approach reinforces memory retention as children create a tangible product that reflects their thoughts and ideas.
1. Open a basic text editor (like Notepad). 2. Type '<!DOCTYPE html>' to start your webpage. 3. Add '<html>' and '<head>' sections with a '<title>' for your page. 4. Create a '<body>' section, and write about your favorite hobby using '<h1>' and '<p>' tags. 5. Save the file as 'my_hobby.html' on your desktop. 6. Open the file in your web browser to see your website!