WEB(웹)

(html) <dl>, <dt>, <dd> 태그

SharingWorld 2018. 6. 2. 15:12
<dl>

<dl>, <dt>, <dd> 태그

A description list, with terms and descriptions

<dl>  
	<dt>Coffee</dt>  
		<dd>Black hot drink</dd>  
	<dt>Milk</dt>  
		<dd>White cold drink</dd>  
</dl>