answersLogoWhite

0

How can scroll the name in the HTML?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

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

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

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: &lt;html&gt; &lt;head&gt; &lt;style type="text/css" &gt; #main { width:1000px; height:1500px; } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="main"&gt; &lt;h1&gt;My website&lt;/h1&gt; &lt;p&gt;This is my website, and as you can see, it has scroll bars.&lt;/p&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt;


What is the HTML code for scroll boxes?

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:YOUR TEXT HERE


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.


Where do I find the words of ted hughes six young men in it?

http://www.hebdenbridge.co.uk/news/news07/102.html Scroll down a bit and the poem is written out, hope you enjoy it Sophie http://www.hebdenbridge.co.uk/news/news07/102.html Scroll down a bit and the poem is written out, hope you enjoy it Sophie


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.


Can you have 5 consonants in a row?

Yes, here's a lot, scroll down the page a bit. http://jeff560.tripod.com/words8.html


How do you create a scrolling text box using HTML while including variables such as appearance.?

Use a textarea instead of a textbox &lt;html&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt; &lt;title&gt;&lt;/title&gt; &lt;meta name="description" content=""&gt; &lt;meta name="keywords" content=""&gt; &lt;meta name="author" content="fer"&gt; &lt;style&gt; .txtareaclss {background-color:black; color:green;font-size:20px; font-family:Tahoma;} &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;form name="myform" method="" action=""&gt; &lt;textarea class="txtareaclss" name="mytxtarea" cols="50" rows="10"&gt; &lt;/textarea&gt; &lt;/form&gt; &lt;/body&gt; &lt;/html&gt;


This word starts with an s It is the name of a long roll of paper?

This might be a scroll.


What is the name of the scroll on rocket reef where you receive the computer?

It's called Comp-U-scroll


What is the full name of HTML and what is its name?

HyperText Markup Language


Where can you find pictures of Paul Kenneth Keller?

There is a picture of Paul Keller at this link: http://seattlepi.nwsource.com/local/306097_arson05.html Scroll down the article and you will see it.


Which tag is used to scroll text in an HTML webpage?

You don't need to use a tag - scrollbars will automatically be added at the side of the page if the text is long enough.