Html5 comments
You can comment in html5 just use this process. <!-- Write comments here -->
We need to sometimes Html5 text formatting use for our website. some examples on text formatting, b mean text bold. I mean text italic. ma...
When we want to use the extra style in a tag then we can use style attributes. <h1 style="color:grey;">Heading one</h1...
P tag use for more content adding a website, or use for a blog post and more. <p>Lorem ipsum dolor sit amet consectetur adipisicing ...
Html5 heading tag use for title or subtitle in a website. heading tag has default px size. h1 == 3 2 px h2 == 24 px h3 == 18.72 h4 == 16px...
Attributes mean extra features. such as, when we want to add some extra features in html5 tag. then this is called attributes. some example...
Today we are going to learn html5. Html5 is a HyperText Markup Language. When we want to make a website then we need to HTML. <!DOCT...