Skip to main content

Posts

Showing posts with the label external linking

6/100: Creating links in html page with anchor tag.

Hey there, welcome to my blog. This is the 6 th day of my 100 days web development challenge. I started this challenge last week because of my aim to become a web developer. In this 100 days challenge I'm focusing on learning the basics of web development i.e. html, css and javascript. And I'm also documenting my learnings in the form of blogs and by uploading code daily to my GitHub account. Today I learnt about the anchor tag which is very important in html and is used very often. You can get all the html programs on my  GitHub .But, before sharing about today's learnings, have a look at what I learned till now. Learnings till now in HTML    Days    Topics Code Link Blog Link     Day 1      Syntax     Syntax      Blog     Day 2      Headings and      Lists     Headings     Lists     Blog     Day 3      Formatting Ta...