Articles in this series
HTML is fairly easy to learn, because of its simple syntax. HTML is all about tags, and I am sure that you know what a tag is! <p> is a tag, it starts...
In HTML, a paragraph is simply a block of text. But, we need to tell the browser that there is a paragraph, using <p> tag. <p>I'm learning Full Stack...
In websites, headlines are used to separate the paragraphs, and make things less cluttered! If we only have a bunch of paragraphs (texts), nobody...
In today's article, you'll feel more value in HTML. And it is just the beginning. Hello, I'm learning HTML. You see how the "learning" word is...
As we saw in the previous article, <i> and <em> are not the same, and the difference is important. Similarly, we have the difference in <b> and...
Lists are an essential part of websites. They are used more than you think 🤔. Make a list In HTML, just use the <li> tag to make a list. See the...