answersLogoWhite

0


Best Answer

There are three of them. They are the

tag, the
tag and the
tag.

There are three of them. They are the
tag, the
tag and the
tag.

There are three of them. They are the
tag, the
tag and the
tag.

There are three of them. They are the
tag, the
tag and the
tag.

There are three of them. They are the
tag, the
tag and the
tag.

There are three of them. They are the
tag, the
tag and the
tag.

There are three of them. They are the
tag, the
tag and the
tag.

There are three of them. They are the
tag, the
tag and the
tag.

There are three of them. They are the
tag, the
tag and the
tag.

There are three of them. They are the
tag, the
tag and the
tag.

There are three of them. They are the
tag, the
tag and the
tag.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

There are three of them. They are the <dl> tag, the <dt> tag and the <dd> tag.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the tags for a definition list for HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What type of HTML list would be good to use to display a list of terms and their definitions?

A definition list would be good for that. Use the &lt;dl&gt; (definition list), &lt;dt&gt; (definition term), and &lt;dd&gt; (definition description) tags. Here is the syntax of the list: &lt;dl&gt; &lt;dt&gt;&lt;/dt&gt; &lt;dd&gt;&lt;/dd&gt; &lt;dt&gt;&lt;/dt&gt; &lt;dd&gt;&lt;/dd&gt; &lt;/dl&gt;


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.


Is xHTML is the successor to HTML?

No, XHTML is a parallel language to HTML. XHTML is a XML language definition where tags have similar meanings to corresponding HTML tags. A crude analogy would be that XHTML and HTML are half-brothers; Lot's of similarities but also distinct differences. The successor of HTML is HTML5, the successor of XHMTL is XHTML5.


Is used to separate single list items in HTML?

Items in an ordered or unordered list will be surrounded by &lt;li&gt;&lt;/li&gt; tags.


Where can I read a guide online to learn how to use HTML?

A google search led me to the website www.webdevelopersnotes.com/.../html/html_guide_logical_tags.php3. It is a list of easy, helpful html tags for beginners.


What is a tag List 10 HTML tag?

There are various tags in HTML that can be used. 10 of them are: p, a, br, head, body, html, title, script, link, style.


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.


List down 3 common tags in HTML what is a command to include a comment in HTML?

3 Tags:To put a comment you put them inside on your page.


Can you list some HTML codes?

Some HTML codes include tag structure in them. The tags such as &lt;form&gt;, &lt;input&gt;, &lt;select&gt; etc work the most.


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.