answersLogoWhite

0

What are the tags of HTML?

User Avatar

Anonymous

12y ago
Updated: 8/17/2019

There are 111 tags in the HTML 5 specification (see Related Link for a complete list.)

These tags can be generally broken down into two types. One type is the container tag, which encompasses data by surrounding it with an opening and closing tag. For instance, the heading 1 tag:

This is a heading

The other type of tag doesn't have a matching close tag. In XML, these are called empty tags, and that parlance transferred over to HTML during the XHTML era. The standard empty tag as an example is an image tag:

Our Image

As you can see, there is no corresponding tag. Instead, the relevant data for the tag is contained within the tag's attributes.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What are HTML tages?

HTML tags are the predefined tags that are embedded within the "<>". Each HTML tags has the following attributes and operations.


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.


What does HTML use tags for?

HTML cannot work without it's tags. It uses tags for it's scripting work.


How do you add HTML to your website?

HTML can be added by adding tags to the code. HTML tags are the ones that cause the view to modify.


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.


HTML contains 2 tags what are they?

HTML contains many more than 2 tags. Most tags come in a set of 1 opening and 1 closing tag. For example, <html> and </html>.


What are the tags in HTML surronded by?

HTML tags are put between <>. Example: <FONT size="2">


What are and used for in HTML?

HTML uses tags for its complete functionality. These tags are defined to do a certain work.


What is the first step to learn HTML?

The first step to learning HTML is leaning tags. The tags form the basic entity for HTML.


How do tags appear HTML sources?

HTML source code shows the tags that are formed. It is because it is a markup language and all the coding is in tags.


How are html elemnts catagorizes?

HTML elements are categorized as tags. Open end tags and close ended tags are the major classification categories.