Welcome to the 3 rd day of my 100 days web development challenge. It's my day 3 in learning HTML continuously without any day-off and honestly it has been an amazing journey. Yesterday, I learnt about the heading tags and list tags which were pretty simple to understand and quite useful. Today, I learnt many text formatting tags in html which are useful in changing the appearance of texts written in a web page. Formatting the texts also helps in showcasing their importance and indicate changes. So in this blog I have discussed those formatting tags and tried to explain them. I have also uploaded all the code to my GitHub profile. Table of Content: <b> tag <i> tag <u> tag <em> tag <small> tag <big> tag <strong> tag <sub> tag <sup> tag <s> or <strike> tag <br> tag <b> tag: The <b> tag is used to give a bold look to a text or a paragraph. It has both opening and closing tag. To make a tex...
Programming Snippets 😉