answersLogoWhite

0

What are tags or elements in HTML?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

Tags are the way in which you tell the webbrowser what to do.

In HTML tags start with a < and close with a >.

The name goes in the middle

The parameters (items you can change) go within the < and > with a space in between eg: or

You do not need a span in between the last parameter and the end >

Tags end with a / before the name eg:

You don't need to set any parameters in the closing tag.

It is bad scripting to not close your tags.

It is good scripting to use the 'tab' feature and use one indet for content within a tag, and an extra tab for each tag the content is in....

Example (no tabs):

Hello this is a tag

Produces: Hello this is a tag

Example (showing tabs):

[TAB]

[TAB]

[TAB][TAB]Wikipedia

[TAB]

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are tags or elements in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How are html elemnts catagorizes?

HTML elements are categorized as tags. Open end tags and close ended tags are the major classification categories.


Differentiate HTML tag from an HTML documents?

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


How do you create our own page by using HTML page structure?

You can create your HTML page easily by using tags. Tags are the elements by writing them, you can create your views.


What is a HTML elements?

HTML tags and their respective attributes are used to create HTML documents so that you can view them in browsers and other user agents.


What are 'on' and 'off' tags in HTML documents?

In HTML, all tags are elements and all HTML elements other than empty elements and &lt;p&gt; elements require a start and end tag to delimit the element's content. The &lt;br&gt; tag is an example of an empty element (there is no &lt;/br&gt; tag). However, an empty element can also be closed by the start tag, such that &lt;br /&gt; is acceptable (&lt;br /&gt; is a requirement of XHTML but not HTML).


What are HTML tages?

HTML tags are the predefined tags that are embedded within the "&lt;&gt;". Each HTML tags has the following attributes and operations.


What are the last two tags of an HTML document?

The last two tags of an HTML document are the and tags. These tags mark the end of the body and the entire HTML document, respectively. Here's a breakdown of the structure: HTML Use code with caution. Learn more The tag indicates the end of the body content, which is where the visible elements of the web page are placed. It tells the browser that the structural elements of the page have been defined. The tag marks the end of the entire HTML document. It signals to the browser that it has reached the final element of the document and can start rendering the page. Together, these two tags enclose all the HTML content and provide a clear structure for the web page.


Why the elements are necessary for simple HTML?

The absolute essential tags are &lt;html&gt;&lt;body&gt;Hello World&lt;/body&gt;&lt;/html&gt;. Other tags are not required, but certainly add significant value to the format of the page and the ability for search engines to index your site.


BASIC element of dynamic HTML?

Dynamic HTML is a combination of HTML tags and interactive web pages. Its basic elements include: an object-oriented view of web elements, cascading style sheets and dynamic fonts.


What is Different elements used in form tags?

Some of the various elements used in HTML forms are:ButtonText boxText AreaRadio ButtonCheck BoxListetc


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.