DEV Community

Ahmed Shaikh
Ahmed Shaikh

Posted on

Learning HTML and CSS: Day 01 Chronicles πŸš€

Hey fellow learners! Welcome to the first chapter of my 30-day web development journey. Today was all about diving into the foundational elements of web development - HTML and CSS.

Before I share today's experience, here are the topics I learned today.

The Basics: HTML Unveiled πŸ“œ

Starting with HTML, I delved into the basics - understanding the structure, elements, and attributes that lay the groundwork for every web page. I acquainted myself with essential tags like <html>, <head>, and <body>, laying the foundation for the structure of a webpage.

Heading into Headings and Styles 🎨

Headings played a key role in organizing content, from <h1> for the main title to <h6> for subheadings. I explored the significance of paragraph tags <p>, line breaks <br>, and horizontal rules <hr>. Styles were added through the <style> tag and inline styles, giving a first taste of how to make the content visually appealing.

Quotes and Formatting Magic πŸ–‹οΈ

Quoting text with <blockquote> and <q> tags brought in a touch of elegance, while understanding formatting elements like <strong>, <em>, <u>, and <strike> added a layer of nuance to the content.

A Glimpse into CSS πŸ’…

CSS, the style sheet language, was my next venture. Understanding how to link external stylesheets using <link> and embedding internal styles within <style> tags was enlightening. Selectors like classes and IDs opened the door to more precise styling.

Breaking Free from Tutorials: Learning from Docs πŸ“š

Rather than solely relying on tutorials, I decided to take the road less traveled - learning directly from the documentation. Reading through the official documentation of HTML and CSS allowed me to grasp the concepts at my own pace. This hands-on approach gave me a deeper understanding of the languages, making the learning process more engaging.

The Downsides of Tutorial Dependency 🚫

While tutorials are undeniably helpful, I've come to realize their limitations. Dependency on tutorials can sometimes create a crutch, hindering the development of independent problem-solving skills. It's crucial to strike a balance between guided learning and exploring the documentation, fostering a holistic understanding of the subject matter.

Implementation: From Theory to Practice πŸ’»

To solidify the concepts, I decided to implement what I learned. Crafting a simple webpage, I structured it using HTML, playing with headings, paragraphs, and quotes. CSS stepped in to style the page, showcasing my newfound knowledge of selectors, colors, and fonts. Finally, I experimented with links.

Wrapping Up Day 01 πŸŽ‰

Day 01 has been a thrilling journey into the core of web development. From understanding the nitty-gritty of HTML elements to venturing into the styling realm with CSS, the day was packed with discovery. Breaking away from tutorials and learning directly from the documentation added a personal touch to my learning experience.

Join me tomorrow as I delve into my first web project 'Student Registration Form'! Your feedback and insights are invaluable, so feel free to share your thoughts on this journey so far. Until then, happy coding! πŸš€

Top comments (0)