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

SOFTWARE

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

e-com sem-3

Unit-1 Foundations of Software Systems and Blockchain

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

digital marketing ppt-u1

Unit-V: Image Manipulations, Audio and Video & Introduction to JavaScript

Unit-III: Cascading Style Sheets (CSS) - HTML

Unit-II: HTML Coding Standards & Elements

1) Information and Communication Technology ICT-unit-1