What are tags and attribute in HTML? Give Example.

Tags: Tags define the elements on a webpage. They are written in angle brackets, like for a paragraph. Most tags have an opening ( ) and a closing (), but some, like , are self-closing. Attributes: Attributes add extra information to a tag. They are written inside the opening tag as name=”value”, like style=”color:red;”. This…

What are some of the feature of HTML.

1) It is a very easy and simple language. It can be easily understood and modified.2) It is very easy to make an effective presentation with HTML because it has a lot offormatting tags.3) It is a markup language, so it provides a flexible way to design web pages along with the text.4) It facilitates…