- 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
-
Download Visual Studio Code (VSCode): https://code.visualstudio.com/
-
Download Some Useful Extensions:
- Auto Complete Tag
- CSS Peek
- Prettier
- GitHub Copilot (If you want an AI Assistant)
- Add a title to the main page. 📄
- Add a favicon. 🌟
- Use at least 10 HTML tags other than
<head>,<body>, and<html>.🏷️ - Try to use semantic HTML elements. 🧩
- Create at least two additional HTML pages (e.g.,
about.htmlandportfolio.html). - Add navigation links between the pages using
<a>tags. - Use
<div>and<span>elements to structure content on your pages. - Include images on one of the pages (e.g., your portfolio page).
Deadline: Saturday, October 7, 2023 📅