answersLogoWhite

0

Come on down!

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the HTML code for a flashing text?

You can use the blink tag, but it does not work in all browsers. It is not standard HTML. Also it can look a bit tacky so it is not always encouraged to have flashing text on your page. To do it, try this in different browsers: <blink>Depending on the browser, this text may flash</blink>


What HTML tag is used to mark the top of the page?

The first tag you use when developing an HTML document is the tag. The first tag you use for the main content of your page is the tag. is the tag that marks the top of an HTML page. The minimum required first like is , which starts the definition of the page content.


What is the tag used for scrollings in HTML?

You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.


How do you blink a text in HTML?

<blink>anand</blink>


What is the A HTML tag called?

The HTML tag is called the "anchor" tag.


Which HTML tag does not use as an end tag?

You have to close everything with another tag such as openingtag:<marquee> closingtag:</marquee>.


Why use HTML tags?

Tags are the basic rules in HTML like if you wanted to add a dotted list you can use the ul tag and you can add images with the img tag and you can make the image a link by nesting the img inside a link tag but i believe the most useful tag is the div tag


How do you use a word that isn't in english in an HTML title tag?

There is no requirement that the word or words inside the HTML title tag be in English. They can be in any language you like.


How do you use border in HTML?

Border can be an attribute in html. For example, in the table tag. This will put a border around the table.As another example, it can be used in the img tag.


What is the use of basefont tag in HTML?

The basefont tag was used in versions of HTML prior to HTML 4.01. In HTML 4.01 it was deprecated. It is not supported in XHTML 1.0, nor in HTML 5. It was used to describe the font for an entire document. Later font tags would override this declaration. Currently, the basefont tag is only supported by Internet Explorer. A developer should use CSS to replicate its function (similar to the <font> tag.)


What is the correct HTML element for inserting a line break?

Correct HTML tag for inserting a line break? you can use <br/>


Login code for HTML?

If you mean how to create a login code with HTML, you need a tag called and a tag called and something in another programming language, such as php or java. There is no login code necessary to use HTML.