🌐 HTML Practice Project

About This Project

This project is a practice website that combines all HTML basics and advanced features taught in Day 1 and Day 2.

Example of colors: Red, Green, Blue.

Special symbols: © € ♥ 😀 🚀 ❤️

Media Examples

Image

Sample

Video (YouTube Iframe)

Google Maps (Iframe)

Our Team

John Doe

Web Developer

Jane Smith

UI/UX Designer

Table & List Examples

LanguageLevel
HTMLBeginner
CSSIntermediate

Shopping List

JavaScript Example

Computer Code & Entities

function hello() {
  console.log("Hello World!");
}
      

Keyboard shortcut: Ctrl + C

URL Encode: Space = %20, © = %C2%A9

HTML vs XHTML

This page uses HTML5 but XHTML requires stricter rules.