Today's progress: Learned HTML tags including heading, anchor, image, bold, italic, underline, paragraph, big, small, hr, subscript, superscript, pre.Heading tags: h1 to h6 for different sizes.Anchor tag used for links: <a href='link'>text</a>.Image tag for adding images: <img src='image_source' alt='alternate_text'>.Tags like bold, italic, underline, paragraph, big, small, hr, subscript, superscript, and pre were also covered.