This repository contains simple HTML pages for the ALX project: basic HTML, two pages (index & tweets) and a portfolio page.
- Open the files in
html_basic/orportfolio/with a browser (double-click or use Live Server in VSCode).
- Use W3C HTML Validator (https://validator.w3.org/) to validate each HTML file.
- Initialize git:
git init - Add files:
git add . - Commit:
git commit -m "Initial project files" - Add remote and push (see instructions below).