What does dl in html mean?

coldplay.xixi
Release: 2023-01-03 09:27:35
Original
10325 people have browsed it

The dl tag of

html defines the definition list. The [

] tag is used to combine [
] and [
]. The code is [
computer
The instrument used for calculation... ...
].

What does dl in html mean?

The operating environment of this tutorial: windows7 system, html5 version, DELL G3 computer.

Definition and usage

##

The tag defines the definition list.

The tag is used to combine <dt> (defines the item in the list) and <dd> (describes the item in the list).

Examples

<dl>
   <dt>计算机</dt>
   <dd>用来计算的仪器 ... ...</dd>
   <dt>显示器</dt>
   <dd>以视觉方式显示信息的装置 ... ...</dd>
</dl>
Copy after login

Related learning recommendations:

html video tutorial

The above is the detailed content of What does dl in html mean?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!