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…

What is a markup language?

A markup language is a way of writing text that includes special instructions, called tags, to describe how the text should be displayed or structured. These tags are not visible to readers but tell computers what to do with the text. For example: HTML, XML. Are you looking for the Class 10 Computer Science Notes…