#html5
Read more stories on Hashnode
Articles with this tag
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...
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...
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...
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 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...
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...