Files
unisa_tsw_2014_2015/test_decription_list.html

29 lines
518 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<meta name="author" content="xgiovio"/>
<meta name="description" content="A simple test page"/>
<meta name="keywords" content="Ormai google non se le fila piu"/>
<meta name ="robots" content="index"/>
<meta charset="utf-8"/>
<!-- <link rel="stylesheet" href="style.css" type="text/css" /> !-->
</head>
<body>
<dl>
<dt>Title 1 </dt>
<dd>Ale</dd>
<dd>Ale</dd>
<dd>Ale</dd>
<dt>Title 1 </dt>
<dd>Ale</dd>
<dd>Ale</dd>
<dd>Ale</dd>
</dl>
</body>
</html>