Learning HTML - Day 2
Today is the 26th January 2021 and it is my second day to learn HTML 🙋 Day 2 - Time 12.30 pm - 1:00 pm Day1 Day3 Day4 Day5 Day6 Day7 Day8 Day9 Day 1 - HTML structure, Header tags, Paragraph tags, Line break, Horizontal line break. Text Tags Code : <html> <head> <title>Title of the webpage</title> </head> <body> <!---Using line break tag, horizontal break tag---!> <b>Bold Text</b> <i>Italic Text</b><br> <!---Bold Text and Italic text are in a single line, using line break and check again---!> <b>Bold Text</b><br> <i>Italic Text</i><br><hr> <!---Using horizontal line break tag---!> <u>Underlined text</u><br> <strike>Strike through text...