HTML & CSS Journey

·

1 min read

Table of contents

I started learning HTML and CSS since month as part of INeuron bootcamp, First i learnt about basic structure of html, after that tags ,attributes and elements. learnt css to style and make the website responsive. By using these built the 15 projects.

HTML

Learnt how to write HTML skeleton, different HTML tags introduced in HTML5 like audio, caption, canvas etc.

CSS

Learnt about selectors and different types of selectors, different types of positioning, flexbox and their properties , animation and different types of animation . checkout my article on css selectors here and css positioning here

Projects

I built 15 projects and a portfolio website using plain HTML and CSS, I learnt so many things while doing these projects.

  • Adding Responsiveness
  • To position elements
  • Using Flexbox to make website responsive,
  • Animations to give beautiful transition effect to the webpages.

Screenshot 2022-08-14 at 11.20.15 PM.png

Checkout my portfolio website here.
Will be posting articles on tailwind, JS and many web development related tools/languages.