answersLogoWhite

0

A definition list would be good for that. Use the <dl> (definition list), <dt> (definition term), and <dd> (definition description) tags. Here is the syntax of the list:

<dl>

<dt></dt>

<dd></dd>

<dt></dt>

<dd></dd>

</dl>

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Why use HTML codes?

You use HTML codes to tell the browser how to display your content. For example, if you want to display THIS in bold, you would send the following HTML code to the browser: THIS .


How should you study HTML?

The best way is practice. You can also make a study deck to memorize the terms and definitions -- see the related question.


What is the default styling for h1 HTML tag?

The H1 tag is used to display Headings in HTML. &lt;H1&gt; Hi this is a H1 header &lt;/H1&gt; would display like = Hi this is a H1 header =


How do you write HTML Code?

You write in HTML by using a variety of codes such as &lt;HTML&gt;&lt;B&gt;&lt;BR&gt;&lt;UL&gt;&lt;Color&gt; ect, to tell the internet browser what to display, HTML coding is a way of getting the browser to display what you want it to, and where you want it to be placed.


Is Html an example of an HTML program?

HTML is not a program it is a langue your computer speaks with the browser to create arguments and display data


How do you display an image on the homepage only using CSS or HTML?

HTML only can be used to display an image on homepage. Image SRC tag can be used to publish it.


Create a HTML page to display the information of student details?

student details example by html


Why HTML is a tag based?

HTML is tag based because that is the way it was designed. Tags allow you to turn on and turn off formatting features that tell a browser how to display content. An example would be Text Here to display Text Here in a bold font.


What is the HTML command used to insert and display images is the?


How do you display a heart symbol in an HTML document?

&lt;3


What is the compiler used for HTML?

HTML is not compiled. It is interpreted. Whichever browser you use is the interpreter for HTML. That is the job of a browser: to read and interpret HTML and then display the page.


How does dynamic HTML relate to HTML and CSS?

There is no such thing as Dynamic HTML. However, you can dynamicly display HTML with the use of some dynamic languages - like PHP or ASP.