answersLogoWhite

0

What is a tag when using Html?

User Avatar

Anonymous

16y ago
Updated: 8/17/2019

A Tag in HTML can be compared to a keyword in any programming language. It instructs the browser about how the subsequent pieces of text must be parsed and displayed.

A Tag in HTML is enclosed within the <> symbols.

Any text between the <HTML> and </HTML> tags is considered HTML content and the browser will handle it the way HTML code is to be handled.

There are numerous tags available in HTML. Some are

* <BR> - Line Break * <HR> - Horizontal Line * <TABLE> - To display a table (Like a spreadsheet with heading & cells)

* <FORM> - To display UI forms * etc...

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What HTML tag encloses the content that will be viewed by the person using the Web browser?

AnswerThe body tag: what symbols are used to enclose HTML tags????^_^????


What is the A HTML tag called?

The HTML tag is called the "anchor" tag.


How do you insert image using aspnet?

You can add an image object using the asp:Image tag, or just use the html img tag.


How do you enable the text-box in html?

You can enable the text box in HTML using input tag. The input tag asks the input type and make it to Text.


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.


How do you get a line across a page using HTML?

The simplest way is by using a horizontal rule. That element looks like this:In XHTML, that tag will follow the empty tag pattern, so instead. In HTML 4 and HTML 5, the above code is perfectly correct.


How you can use jquery in HTML?

jQuery is like JavaScript, you can code inside your html file using the &lt;script&gt; tag. Or you can use an include tag and call an external sheet with your jQuery code.


What is rolling banners of HTML?

It is the scrolling text and it is done using the MARQUEE tag.


What three tags create the body of the form in HTML?

A form can be created in HTML using the &lt;form&gt; tag. Inside form tag we can use elements like input, submit or reset.


How do you make a website in HTML of Indian culture?

If you're using HTML, you would specify the "lang" value within the HTML tag. You can look at a reference table of language codes at the related link below. But per your question, as Hindi is the standard language of India, you would insert a tag that would look like: &lt;html lang="hi"&gt; ... &lt;/html&gt; If you're using an XHTML document, insert a tag like: &lt;html xmlns="http://www.w3.org/1999/xhtml" lang="hi" xml:lang="hi"&gt; ... &lt;/html&gt;


How can scroll the name in the HTML?

You can scroll the name using the &lt;marquee&gt; tag. The marquee tag can be used to slide things in all directions.


How do you embed music in an HTML document?

You can embed music in HTML only in HTML5. HTML5 introduced the tag named &lt;Audio&gt; for that.