Explore ActivitiesDigital Literacy
💻
Digital Literacy

Can you finish code your first webpage in about 30 min?

Code Your First Webpage

You will building a webpage introduces coding concepts and design principles, allowing children to express creativity online.

Duration30 min
Age GroupAges 14–15
DifficultyBeginner
SubjectDigital Literacy
Activity Preview

See how this hands-on lesson works

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.

Concept

What this lesson teaches

Building a webpage introduces coding concepts and design principles, allowing children to express creativity online. They learn how to structure content with HTML and style it with CSS, bridging their ideas to the digital world.

Materials

What you need

    Steps

    How the activity runs

      Why It Works

      The learning connection

      Hands-on coding allows for immediate visual feedback, enhancing motivation and retention. By engaging with web development, children activate dual coding theory, linking written code to visual outcomes, making abstract concepts concrete.

      Extend the Lesson

      Try it with your learner

      1. Open a simple text editor like Notepad or Notepad++. 2. Type '<!DOCTYPE html>' at the top to declare the document type. 3. Add '<html>' and '<head>' tags, then write '<title>Your Title Here</title>' inside the head. 4. Create the body with '<body>' and type '<h1>Hello, World!</h1>' to display a heading. 5. Save the file as 'index.html' and open it in a web browser. 6. Change the heading color by adding '<style>h1 { color: blue; }</style>' in the head section, then refresh the page.

      Digital Literacy30 minAges 14–15Grade 9Sign in to save this activity
      Keep Learning

      Related activities