https://github.com/vanstrouble/freelancer-html
My first pure HTML/CSS web project.
https://github.com/vanstrouble/freelancer-html
css3 html-css html5
Last synced: about 1 year ago
JSON representation
My first pure HTML/CSS web project.
- Host: GitHub
- URL: https://github.com/vanstrouble/freelancer-html
- Owner: vanstrouble
- Created: 2023-10-11T15:57:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T20:14:21.000Z (over 2 years ago)
- Last Synced: 2025-02-02T14:14:02.502Z (over 1 year ago)
- Topics: css3, html-css, html5
- Language: HTML
- Homepage: https://vanstrouble.github.io/freelancer-html/
- Size: 149 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Freelancer HTML Project from scratch

**HTML** (HyperText Markup Language) is the standard language used to create and structure content on web pages. It provides the structural foundation for web content, such as text, images, and links, through the use of tags and elements.
**CSS** (Cascading Style Sheets) is a styling language used to control the layout, presentation, and visual appearance of HTML elements on a web page. It allows defining the color, typography, spacing, and other visual aspects to enhance the aesthetics and usability of a website.
---
### About project
This Freelancer test website is created from scratch with the purpose of practicing these technologies.