π Learning HTML & CSS: Building My First Resume Project
π What I Learned Today
Today was a productive and exciting day in my web development journey. I explored extra HTML tags beyond the basic ones I already knew. These new tags helped me better organize and structure content on a web page. I also practiced how to implement these tags correctly.
To apply what I learned, I created a simple project β a Resume Web Page β using only HTML and CSS.
π οΈ Tools & Technologies Used
- HTML5 β for creating the structure of the web page
- CSS3 β for styling and layout design
π‘ Project: My Resume
The project was a basic version of a personal resume. Hereβs what I included:
- Header with my name and title
- About Me section
- Skills section (listed using bullet points)
-
Education and Experience sections using proper semantic tags like
<section>
,<article>
, and<aside>
- Contact Information with basic links and icons
The goal was to focus on layout, structure, and clean design β all using plain HTML and CSS.
π― Key Takeaways
- Learned new HTML tags and their real-world use
- Practiced writing clean, semantic HTML
- Understood how to apply basic CSS for styling and layout
- Gained confidence by completing a mini-project
π What's Next?
Next, I plan to:
- Add more styling using CSS Flexbox or Grid
- Make the resume mobile-responsive
- Try adding a bit of JavaScript for interactivity in future versions
Top comments (0)