This article describes the Description list or Definition list and how it is useful in an HTML document. So how to define a description list? In simple terms, we can say it is a list of definitions (for example, glossaries to present the information on the internet/ web page). However, the usage of the Description list is less but have some purpose. Meanwhile, this definition lists gives added value to the web page; for example, the text given on the web page explains the context in other words in helping through semantically marking up the context. By doing this, we can easily extract the structured information. A definition list is a perfect term to describe the terms, values and another glossary.
Syntax:
- ……
- ………..
There are three elements in description list, these are
- ,
- ,
- .
-
Definition list
- Definition Term – This element has been used under the definition list currently and has the inline data or the value of the dl element.
- Definition description -This element defines the data under this element are taken has block-level or either inline.
HTML Description List Tags
A description list is one of the types of lists; they are considered a generic form of an ordered bullet list. The only difference is that no bullet icon.
Note: Any definition list comprises of sequence of -
Definition list
- combinations/ one-to-many relationships’ combinations. These description tags are supported in HTML4 and enhanced with new terms in HTML5 as more name-value pairs. It makes an association link between question and answers.
Type 1: Single definition term and definition together
Example #1
- Web Designing company in Chennai
- This service Enhance Website Exposure with professional User Interface
Output:
Example #2
<title>Page Title</title> <style> body { background-color: pink; text-align: center; color: blue; font-family: Arial, italic; } </style> <h1 id="HTML-Demo">HTML Demo 2</h1> <p>This is Networking Protocol Abbreviation.</p>
- FTP
- File Transfer Protocol
- TCP/IP
- Transmission Control Protocol/IP address
- SNMP
- Simple Network Management Protocol
Output:
Type 2: Single description along with multiple terms
Example# 1
- Ebay
- Etsy
- Walmart
- The Top 10 internet shopping websites in the year 2019
Output:
Next, we shall use the ‘lang’ attribute in the
- where the terms use different languages. These attributes put out ISO language code as its two-letter value.
- formas
- Shapes
- Formes
- A Shape determines the different structure of the objects.
- Engaged
- Leaves
- Students got engaged during their Lab hours in the college.
- Childrens feels when their father leaves for the work.
- Definition list
- Apple fruit
- This fruit is quoted as "miracle food" where this gives best nutrients to the body. They are rich in antioxidents
- A small fragment of apple intakes daily cures cancer,heart disease etc.
- Different varieties includes Braeburn,Cameo,Fuji,Gala
Example# 2
<h2 id="A-Description-HTML-list">A Description HTML list</h2>
Output:
Type 3: Single term describing multiple descriptions
Example
<title>DEFINITION LIST</title> <h1 id="u-DEFINITION-LIST-DEMO-u"><u>DEFINITION LIST DEMO</u></h1> <h3> <dl> <dt lang="es"><u>Compact:</u></dt> <dd>A Compact may refer to make-up case. </dd> <dd>When taken as adjective it refers to smaller part. Example, need a compact sofa to sit.</dd> </dl> <h3> </h3> </h3>
Output:
Type 4: Multiple Terms and Multiple Descriptions
Example
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.1"> <title>Definition List example</title> <h1 id="Definition-List-Demo">Definition List Demo4</h1>
Output:
Type 5: Definition List using Style Attribute
Here style attribute is indicated for the colors to highlight the description terms.
Example #1
HTML Definition Lists <h2> list of Popular International Entrance Examination <h2> <dl> <dt style="color:Blue"> TOEFL </dt> <dd> -: Test of English As Foreign Language . This Score is Accepted in the country like Canada,UK,USA</dd> <br> <dt style="color:Magenta"> GRE </dt> <dd> -: The Graduate Record Examination. This Test is allowed to enter in the States like Canada and US foran indian Students in the Science and Technology Fields </dd> </dl> </h2> </h2>
Output:
Using the tag, it is understood that the nearby text is assigned to be the definition of the term.
Example #2
<title> Demo</title>
Output:
Type 6: Placing Background color for the Description List
Below Examples Shows the Content with background color By using the attribute ‘bgcolor’.
Example
<title>DEFINITION LIST</title> <h1 id="u-DEFINITION-LIST-DEMO-u"><u>DEFINITION LIST DEMO</u></h1> <h3> <dl> <dt lang="en-GB"><u>PYTHON:</u></dt> <dd>Python is a progranning Language originally developed by Guido van. Its an Open Source and Cross-Platform. Applications include Web development, Data Machine Learning </dd> </dl> <h3> </h3> </h3>
Output:
Conclusion – HTML Description List
We hope this article on Definition lists or can be said as Glossary Lists has guided to demonstrate some of the available uses definition lists can be put to. We have seen a basic understanding of how these can be used to develop useful co-operation between snippets of information. For instance, google glossary gives how meaningful information can be marked up and can be used on web page in many ways. They have future functionality whereby some websites use semantic to present beauty to their data and reuse the given information so simple and flexible.
The above is the detailed content of HTML Description List. For more information, please follow other related articles on the PHP Chinese website!

本篇文章带大家了解一下HTML(超文本标记语言),介绍一下HTML的本质,HTML文档的结构、HTML文档的基本标签和图像标签、列表、表格标签、媒体元素、表单,希望对大家有所帮助!

不算。html是一种用来告知浏览器如何组织页面的标记语言,而CSS是一种用来表现HTML或XML等文件样式的样式设计语言;html和css不具备很强的逻辑性和流程控制功能,缺乏灵活性,且html和css不能按照人类的设计对一件工作进行重复的循环,直至得到让人类满意的答案。

总结了一些web前端面试(笔试)题分享给大家,本篇文章就先给大家分享HTML部分的笔试题(附答案),大家可以自己做做,看看能答对几个!

HTML5中画布标签是“<canvas>”。canvas标签用于图形的绘制,它只是一个矩形的图形容器,绘制图形必须通过脚本(通常是JavaScript)来完成;开发者可利用多种js方法来在canvas中绘制路径、盒、圆、字符以及添加图像等。

在html中,document是文档对象的意思,代表浏览器窗口的文档;document对象是window对象的子对象,所以可通过“window.document”属性对其进行访问,每个载入浏览器的HTML文档都会成为Document对象。

html5废弃了dir列表标签。dir标签被用来定义目录列表,一般和li标签配合使用,在dir标签对中通过li标签来设置列表项,语法“<dir><li>列表项值</li>...</dir>”。HTML5已经不支持dir,可使用ul标签取代。

3种取消方法:1、给td元素添加“border:none”无边框样式即可,语法“td{border:none}”。2、给td元素添加“border:0”样式,语法“td{border:0;}”,将td边框的宽度设置为0即可。3、给td元素添加“border:transparent”样式,语法“td{border:transparent;}”,将td边框的颜色设置为透明即可。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Notepad++7.3.1
Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Mac version
God-level code editing software (SublimeText3)
