Updates

Photo by Bram Naus on Unsplash

Updates

Hello everyone, my name is Sagar and If you are new to my blogs then let me tell you in short about my journey. So, I am new to this blogging and publishing content on internet, I was consuming content up till recently. I recently developed a keen interest in web dev field. So I decided to share my journey here through blog posts. You can check out This blog to know more about my journey.

Daily Updates:

  • Studied use and purpose of Semantic Elements in Html
  • header element footer element nav element article element aside element time element section element

  • Learnt what are screen readers and use of them

  • played around with semantic elements in my Wikipedia clone website

  • Learnt Emmet useful shortcuts, my personal favorite now is main>header>ul this is an example where Emmet will create a main element and another child within it and so on.

main>header>ul

You can type above in vs code and Emmet will convert it to:

<main>
        <header>
            <ul></ul>
        </header>
    </main>

This is it for now, keep supporting me through my journey. It encourages me post daily. In future, I would be glad to give back to this community. Thank you :)