Skip to content

H4ya/forTask1Wep

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Track Week-2 Task ⚒️

In this week you will learn: 🏫

  • Basics of HTML (HyperText Markup Language) Note (Not a programming language)
    • tags
    • text formatting
    • tags that import images and audio and videos
    • also, to put links and pages in your page

Resources🔗

Getting Started ✨

  1. Download Visual Studio Code (VSCode): https://code.visualstudio.com/

  2. Download Some Useful Extensions:

    • Auto Complete Tag
    • CSS Peek
    • Prettier
    • GitHub Copilot (If you want an AI Assistant)

Your task is 📝

Create a Simple Personal Portfolio using HTML

  1. Add a title to the main page. 📄
  2. Add a favicon. 🌟
  3. Use at least 10 HTML tags other than <head>, <body>, and <html>. 🏷️
  4. Try to use semantic HTML elements. 🧩
  5. Create at least two additional HTML pages (e.g., about.html and portfolio.html).
  6. Add navigation links between the pages using <a> tags.
  7. Use <div> and <span> elements to structure content on your pages.
  8. Include images on one of the pages (e.g., your portfolio page).

Deadline: Saturday, October 7, 2023 📅

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 100.0%