My First Blog big fat poo

This is the first post on my new blog. I'm using HTML and CSS to build this. It's a great way to learn web development fundamentals. This main area is for the content, and on the right, you can see a sidebar.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Read More

Understanding HTML Structure

HTML (HyperText Markup Language) provides the structure for a website. We use semantic tags like <header>, <main>, <article>, <aside>, and <footer> to give meaning to our content. This is great for accessibility and SEO.

Read More

The Power of CSS

CSS (Cascading Style Sheets) is what makes the website look good. Without the <style> block in the head of this document, this page would just be black text on a white background. CSS handles layout, colors, fonts, and more.

Read More