answersLogoWhite

0

To add dictionary entries to an HTML page, you can use the HTML list variant called "definition list." You surround the entire group of dictionary entries with the <dl> tag like this:

<dl>

</dl>

Then you can add your terms and definitions. Terms are surrounded by the <dt> (dictionary term) tag. Definitions are surround with <dd> (dictionary definition) tag.

<dl>

<dt>Answers.com</dt>

<dd>A website where users can post questions and crowd source answers.</dd>

</dt>

You can add as many <dt> and <dd> elements as you like to a single <dl>.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

HTML code has a limit of 10 webpages per site?

No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.


How do write psi in HTML code?

If you write &amp;#936; or &amp;Psi; you should get it.


How do you write HTML codes and javascript events together in your HTML kit?

You need to write the HTML code in the tag format. If you want to write JavaScript put it in &lt;script&gt; tag.


What is HTML View?

The view of the website in form of HTML is HTML view. It is the basic code you write in text editor.


Do you need to write HTML code within the a body tag for effective use of the code?

Most code is written within the body tags. What is inside the body is what is seen on the webpage itself when it is loaded. Some code can be written outside it, like the title in the head area.


How does HTML started?

HTML starts using a server that is created within. HTML code is executed by that server on the client machine.


How do you write the HTML code for full name?

To write HTML code for a full name, you can use a simple structure with appropriate HTML tags. For example: &lt;!DOCTYPE html&gt; &lt;html lang=&quot;en&quot;&gt; &lt;head&gt; &lt;meta charset=&quot;UTF-8&quot;&gt; &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt; &lt;title&gt;Full Name&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;h1&gt;John Doe&lt;/h1&gt; &lt;/body&gt; &lt;/html&gt; In this code, the full name &quot;John Doe&quot; is placed within an &lt;h1&gt; tag to display it as a heading.


Why do you write comments in HTML files how are comments written in HTML programs?

Comments are very important in a HTML code. They are started by &lt;!-- and ended by --!&gt;


How do you write a xhtml code?

You can write a XHTML code in same way as HTML. The only thing is that you have to close all tags.


Can you write HTML code on a Mac?

Yes. Any text editor can write HTML, or any web code. Just make sure to save the file as *.htm, *.html, *.shtml, etc. Note: Programs like Microsoft Word, OpenOffice, etc. are not capable of writing code.


Can you write HTML code by hand?

Why not? You only don't get websites and stuff.


How do you write a HTML code font themes?

You can mention the HTML code font by using style. Style element for an attribute contains all further attributes.