answersLogoWhite

0


Best Answer

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>.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
User Avatar

Faizudeen Baigh

Lvl 1
2y ago
HTML contains many tags. But, the 2 types of tags are the opening and closing tags.

Add your answer:

Earn +20 pts
Q: HTML contains 2 tags what are they?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why HTML is a mark up language?

HTML is a markup language as it contains tag. A markup language is one which contains markup tags.


What are the tags in HTML surronded by?

HTML tags are put between &lt;&gt;. Example: &lt;FONT size="2"&gt;


What are the two main parts of an HTML file What tags create them?

The html page &lt;html&gt; &lt;/html&gt; and also the body &lt;body&gt;&lt;/body&gt; which contains the content.


What are the components of a HTML file?

The HTML file contains various components. &lt;HTML&gt; tag is used for the beginning of the code. &lt;HEAD&gt; and &lt;BODY&gt; tags are for the content.


What are HTML tages?

HTML tags are the predefined tags that are embedded within the "&lt;&gt;". 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.


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.