05 HTML -Menu HTML record

CREATE A MENU FORM USING HTML

 PROGRAM:-5

Save:- html_menu5.html

<html>
    <head>
        <title>select menu</title>
    </head>
    <body bgcolor="lightgreen">
        <form> <br><br>
            <label> SELECT BRANCH </label>
            <select>
                <option value = "GAJUWAKA"> GAJUWAKA</option>
                <option value = "GOPALAPATNAM"> GOPALAPATNAM </option>
                <option value = "RAMNAGAR">RAMNAGAR </option>
            </select> &nbsp;&nbsp;&nbsp;&nbsp;
            <label> SELECT COURSE </label>
            <select>
                <option value = "B.S.C"> B.S.C </option>
                <option value = "B.Com"> B.Com </option>
                <option value = "B.B.A"> B.B.A </option>
            </select>
        </form>
    </body>
</html> 

 

Output:-01

Output:-02

 


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.

Java unit-1 history , C++ vs Java , java environment

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

OAT-Record-01) Visiting card

java program structure,java Tokens, keywords,