What this lesson teaches
Creating a web page introduces HTML and CSS, foundational tools for web development. This hands-on approach demystifies coding and empowers students to express their creativity online.
Can you finish craft your hobby website in about 30 min?
You will creating a web page introduces HTML and CSS, foundational tools for web development.
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.
Creating a web page introduces HTML and CSS, foundational tools for web development. This hands-on approach demystifies coding and empowers students to express their creativity online.
Constructing a web page activates dual coding theory by combining text and visuals. Students engage deeply as they see immediate results of their coding efforts, facilitating a clearer understanding of web technologies.
1. Open a simple text editor on your computer (like Notepad). 2. Type '<!DOCTYPE html>' and press Enter. 3. Write '<html><head><title>Your Hobby</title></head><body>' and press Enter. 4. Add '<h1>Welcome to My Page on [Your Hobby]</h1>' and press Enter. 5. Close the tags by typing '</body></html>' and save the file as 'mypage.html'. 6. Open 'mypage.html' in your web browser to see your creation!