Write an html program on Nested lists using Lists tags?

Program: <html> <head> <title>using lists</title> </head> <body bgcolor="pink"...

Program:
<html>

<head>

<title>using lists</title>

</head>

<body bgcolor="pink" >

<h1 align="center"><u>Using Lists</u></h1>

<ul>

<li>programming languages</li>

<ol>

<li>C </li>

<li>C++ </li>

<li>JAVA</li>

</ol><br>

<li>web designing languages</li>

<ol>

<li>HTML</li>

<li>XML</li>

<li>JAVASCRIPT</li>

</ol><br>

<li>definition of web designing languages</li>

<dl>

<dt><u>HTML:</u></dt>

<dd>

HTML is a HyperTextMarkupLanguage.

It is a language which displays information in hper text format.<br>

Using HTML language we can design web pages& construct websites.

</dd>

<dt><u>XML:</u></dt>

<dd>

XML is a EXtensibleMarkupLanguage. It is used in a different ways and its quite different to html.<br>

Xml is an improvement to SGML such that its main objective is structuring document.

In xml we use user define tags.

</dd>

<dt><u>JAVASCRIPT:</u></dt>

<dd>

JAVASCRIPT is used to produce dynamic web pages. JavaScript uses html tags & programming facilities.

JavaScript uses HTML tags for web designing & programming facilities to produce dynamic webpage contents.

<dd>

</dl>

</ol>

</body>

</html>


Output:


lists




Related

Web Technology 4899952488883834812

Post a Comment

emo-but-icon
:noprob:
:smile:
:shy:
:trope:
:sneered:
:happy:
:escort:
:rapt:
:love:
:heart:
:angry:
:hate:
:sad:
:sigh:
:disappointed:
:cry:
:fear:
:surprise:
:unbelieve:
:shit:
:like:
:dislike:
:clap:
:cuff:
:fist:
:ok:
:file:
:link:
:place:
:contact:

item