Writ HTML code to create following output by using definition list . Computer science

Writ HTML code to create following output by using definition  list .

Computer science

C++

DBMS

IT

<!DOCTYPE html>

<html>

<head>

            <title>DEFINATION LIST</title>

</head>

<body>

            <dl>

                        <lh><b><u>computer Science<b></u><lh>

                                    <br>

                                    <dt> C++</dt>

<dd><P>c++ is a hihg levle programming language developed by Bjarnestroustrup at bell labs.

c++ adds object oriented features to its predecessors,c.</P></dd>

<dt>DBMS</dt>

<dd><p>A data base management system (DBMS) is a computer software application

that interaction with the user other appliction .

and the data base itself to capture and analyze</p></dd>

<dt>IT</dt>

<dd><p>Information Technology(IT) is the use of any computer ,storage ,networking

 and other physical devices ,information and prosses to create, 

process,store ,soureand exchange

all forms of electronics data</p></dd>

</dl>

<br>

<br>

<dl>

           

</dl>

s</body>

</html>

 


Comments