Friday, April 8, 2011

Scrolling Lists in HTML

The Scrolling lists can configure lists to allow the users to choose one or multiple answers to be selected form. It is efficient way to display more information in less space than static HTML.

Source Code:

<!DOCTYPE html>

<html>
<head>
<title>Scrolling Lists</title>
</head>

<body>
<b>Scrolling List:</b><br/>

<p>
<select MULTIPLE SIZE="3" NAME="course department">
<option value= "BSCS"> Computer Science
<option value= "BSIT"> Information Technology
<option value= "BSCoE"> Computer Engineering
<option value= "BSA"> Accountancy
<option value= "BSN"> Nursing
</select>
</p>

</body>
</html>


Multiple - defines the ability to make multiple selections.

Size - You can modify the number of line will display from you webpage. Example of my codes there are "3" size indicate.

Output:







This look like the scrolling list. I hope did you get some idea from my blog.
thanks for reading and try your own making a webpage.

4 comments:

  1. Hi there I am so grateful I found your blog page, I
    really found you by mistake, while I was searching on
    Digg for something else, Anyways I am here now and would just like to
    say cheers for a fantastic post and a all round
    interesting blog (I also love the theme/design), I don’t
    have time to go through it all at the moment but I have saved it and also included your RSS
    feeds, so when I have time I will be back to read a great deal more,
    Please do keep up the awesome jo.
    Feel free to visit my weblog latest news about football transfer

    ReplyDelete
    Replies
    1. Im glad to hear that. i hope you will continue reading my blog

      Delete
  2. After looking into a number of the articles on your web site, I seriously appreciate your technique of writing a blog.
    I saved as a favorite it to my bookmark website list and will be
    checking back in the near future. Please visit my web site too and
    let me know what you think.
    My web site ... perfumes

    ReplyDelete
    Replies
    1. I hope you learn something in my blog.. thank you and God bless

      Delete