Home  >  Article  >  Web Front-end  >  My First Web Development Project: Learning HTML and CSS

My First Web Development Project: Learning HTML and CSS

WBOY
WBOYOriginal
2024-08-19 06:34:101149browse

Introduction

Embarking on my first web development project was an exciting step in my journey as a Computer Science student. I chose to build a simple, multi-page website to get hands-on experience with HTML and CSS. This blog post will walk you through the project, from the basics of HTML and CSS to the challenges I encountered and the lessons I learned.

Project Overview

The project involved creating a multi-page website with several functionalities:

  • An "About Me" page
  • An introduction to HTML and CSS
  • A page for HTML tables
  • A multimedia page
  • A form types page

HTML & CSS: The Fundamentals

To start, I designed the structure of my website using HTML. I used fundamental tags like

,