answersLogoWhite

0

What is the HTML code for scroll boxes?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

A scroll box is really a textarea.

Notice that there is a greyed-out scroll bar on the right. If you have enough text, the scroll bar becomes active. If you add style="overflow: hidden" to the text area, the scroll bar will disapear and only appear if your text "overflows". So the whole line will be:

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the HTML code for scroll boxes?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What kind of code is needed to add comment boxes to a website?

The kind of code that is needed to add comment boxes to a website is HTML code. The HTML code can be downloaded from a site such as Generation Union or Quack It.


How do you code a picture with spaces left for up to 5 text boxes as a HTML layout For Howrse?

how am i ment to know


How can one create a scroll box code on their personal website?

Open your HTML editor. Go to the web page. Enter a code you can find online through a search. Select overflow auto and that will automatically create the scroll bar including what you want inside the scroll bar.


How do you get a scrollbar on your HTML?

You need to make the height (or width) bigger than the browser window, so you can scroll down. There is no HTML code for a scroll bar. You need to make the page long (or wide) enough, otherwise there would be nothing to scroll down (or sideways) to. Example: <html> <head> <style type="text/css" > #main { width:1000px; height:1500px; } </style> </head> <body> <div id="main"> <h1>My website</h1> <p>This is my website, and as you can see, it has scroll bars.</p> </div> </body> </html>


How can I make my own horseland layout with scroll boxes?

u find a scroll on a website


What Is The Code To Show An Html A Text?

<code><code>HTML TEXT HERE</code></code>


HTML code has a limit of 10 webpages per site?

No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.


How do you pull up your HTML code?

You can pull up your HTML code by right clicking the code and hitting, View Source. This will open the HTML code and you can format it.


What Pokemon game has a HTML code?

No game has HTML code because HTML is only for web design.


What is the name given to a piece of HTML code?

There is no specific name to a piece of HTML code. It is just an HTML code written in markup language.


Can you see the HTML code in Kompozer?

Yes, you can see the HTML code in Kompozer.


How can scroll the name in the HTML?

You can scroll the name using the <marquee> tag. The marquee tag can be used to slide things in all directions.