02 HTML-List HTML record

PROGRAM:-2 

Create an HTML document which consists of: Ordered List (b) Unordered List (c) Nested List (d) Image

 CODE :-

<html>
    <body bgcolor=lightblue>
        <img src="images/ibmlogo.jpg" align=right height="150" width="250"></img>
        <font size=4 face="arial">
        <center>
            <h1>IBM Degree College</h1>
            <h2>Courses offered</h2>
        </center><br>
        <hr size=4 color=red>
        <h2>Order List</h2>
        <ol type="1">
            <li>Data science</li>
            <li>Robitics</li>
            <li>Animations</li>
            <li>Artificial Intelligence</li>
        </ol>
        <h2>Un-Order List</h2>
        <ul type=square>
            <li>MECS</li>
            <li>MPCS</li>
            <li>MSCS</li>
            <li>BCA</li>
        </ul>
        <h2>Description list</h2>
        <dl>
            <dt>B.Sc<dd>Computer / Science
            <dt>B.Com<dd>Computer / Commerce
            <dt>B.B.A<dd>Commerce
        </dl>
    </body>
</html>

Output:-


 

Comments

Popular posts from this blog

digital marketing ppt-u1

SOFTWARE

cn lab

Computer Operations and Performing - D L Unit-1-1

DBMS Degree Lab Records

DS-Record-mca-04) write a program for evaluating a given postfix expression using stack.

Unit-1 Foundations of Software Systems and Blockchain

Access the Internet to Browse Infromation & E-Mail Operation- D L Unit-2-1

Unit 2: Foundations of Ownership, Security Related Concepts in Blockchain

6)what are the various service of internet and protocols ICT-unit-1