This is a simple HTML exercise about description list. A description list is a list of terms, with a description of each term.
Source Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> Html Unorder List </title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<h1> ANDEVELOPER </h1>
<dl>
<dt> Articles</dt>
<dd> Programming Tips, SEO, Android and Linux </dd>
<dt> Programming </dt>
<dd> C++, Java, Html, Andriod, Linux </dd>
<dt> Social Media </dt>
<dd> Gplus, Facebook, Stumbleupon, Twitter , Reddit </dd>
</dl>
</body>
</html>
Output of the Program
|
Description List in html |
Asad Niazi is Software Engineer , Programmer, Web Developer and a young mentor of
BloggersTown and PProgramming. Asad Love to writes about Technology, Programming, Blogging and make money online.
0 comments:
Post a Comment