answersLogoWhite

0

HTML has no variables of its own. Javascript does.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the full form of BR in HTML?

The correct HTML form for BR is . BR is a tag to force a line break. It was introduced as a single tag, with no companion tag. The and tags work with older HTML, but for HTML 5, you need to have an ending tag for each tag. You can create your own ending tag by adding forward slash within the single tag: .


What is used to meta tag in HTML?

html


What are steps involved in loading and running remote applets?

1.create applet code 2.create executable code 3.adding html tag 5.preparing applet tag 5.adding html tag and applet tag 6.Testing applet code and html code s.Gunasekaran AP/CSe


How is a HTML tag used?

A HTML tag is used within two symbols. The symbols are less than (<) and greater than (>).


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 document tag in HTML?

HTML does not have a DOCUMENT tag. The closest thing it has is DOCTYPE, which specifies which specification of HTML (there are several versions) is being used for that page.


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


Which tag is been used to add image using HTML?

Adding an image in you site is done by the syntax below:put this code between the body tags


What is the A HTML tag called?

The HTML tag is called the "anchor" tag.


What character is used to indicate an end tag in HTML?

The frontslash tag. For example, here it is used in the bold tag. <b>Bold text</b>


What is a tag List 10 HTML tag?

There are various tags in HTML that can be used. 10 of them are: p, a, br, head, body, html, title, script, link, style.


Which tag is used to define frames in HTML?

<frame>