Skip to content

techcodedu/html_ex1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

html_ex1

Exercise: Crafting Your First Web Page with HTML!

Objective: Familiarize yourself with basic HTML elements by creating a simple web page on CodePen.

Instructions:

  1. Head over to CodePen and create a new pen.
  2. Use the provided HTML demo as a reference. Don't just copy it – understand each line and its purpose!
  3. Add the following elements to your web page:
    • A main heading (<h1>) with your name.
    • A subheading (<h2>) stating your favorite hobby.
    • A paragraph (<p>) describing why you like that hobby.
    • An ordered list (<ol>) of three things you'd like to learn in this course.
    • An anchor (<a>) linking to your favorite website.
  4. Save your pen and share the link with the class!

Bonus: Try adding an image to your page using the <img> tag! Remember to set the src attribute to the image's URL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published