answersLogoWhite

0

What do HTML tags mean?

Updated: 8/9/2023
User Avatar

Wiki User

9y ago

Best Answer

A HTML tag tells your web browser how to format the information at the tag. Such tags include <html>, <head>, <title>, <style>, <body>, <h1>, <p>, <b>, <a>, <font>, <embed> and <div>.

Each tag refers to an area where certain commands can occur. For example, <p> Hyper-Text Mark-Up Language </p> would result in the phrase "Hyper-Text Mark-Up Language" on a web browser; the <p> tag being a paragraph tag and the </p> signifying the end of the tag.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

One would use a HTML image tag to create a space for the image to be held in. It gives the image a unique identity and it can be stored under that ID meaning it can not be deleted or overwritten without permission.

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

As far as I know, the tag is not a valid html tag that does anything. The

  • tag, however, defines a list item in an ordered or unordered list. See the related link(List Item Example) in the Sources and related links section below for an example of the html structure and how the list is displayed in a web browser.

  • This answer is:
    User Avatar

    User Avatar

    Wiki User

    11y ago

    The img tag displays an image in a page. If you wanted to display an image called graphic.gif, you could do it like this:

    This answer is:
    User Avatar

    User Avatar

    Wiki User

    9y ago

    Each letter in HTML has a specific meaning to it. H for Hyper, T for Text, M for Markup and L for language.

    This answer is:
    User Avatar

    User Avatar

    Wiki User

    13y ago

    <html>

    This answer is:
    User Avatar

    Add your answer:

    Earn +20 pts
    Q: What do HTML tags mean?
    Write your answer...
    Submit
    Still have questions?
    magnify glass
    imp
    Related questions

    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 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.


    What does HTML use tags for?

    HTML cannot work without it's tags. It uses tags for it's scripting work.


    How do you add HTML to your website?

    HTML can be added by adding tags to the code. HTML tags are the ones that cause the view to modify.


    What is an HTML webpage?

    An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.


    HTML contains 2 tags what are they?

    HTML contains many more than 2 tags. Most tags come in a set of 1 opening and 1 closing tag. For example, &lt;html&gt; and &lt;/html&gt;.


    What are the tags in HTML surronded by?

    HTML tags are put between &lt;&gt;. Example: &lt;FONT size="2"&gt;


    What are and used for in HTML?

    HTML uses tags for its complete functionality. These tags are defined to do a certain work.


    What is the first step to learn HTML?

    The first step to learning HTML is leaning tags. The tags form the basic entity for HTML.


    How are html elemnts catagorizes?

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


    How do tags appear HTML sources?

    HTML source code shows the tags that are formed. It is because it is a markup language and all the coding is in tags.