answersLogoWhite

0

How do you make a HTML tag?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

You type a less than sign, then the name of the tag and then a greater than symbol. There are lots of HTML tags, for different purposes. The tag that starts a page is this one:

<html>

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make a HTML tag?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the A HTML tag called?

The HTML tag is called the "anchor" tag.


What is the first tag in every HTML document?

The HTML document begins,and ends with the tag . The element defines the whole HTML document. The element has a start tag and an end tag The Start element Tags within the HTML tags begins the content to be displayed for the web page (end body tag) The basic Tags needed to start an HTML document (and must be ended) look like this: This is where the content goes


How do you make forms on HTML?

Forms in HTML could be created very easily. They can be used by &lt;form&gt; tag predefined in HTML.


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


How many tags are use in HTML language?

There is 1 tag used in the HTML language because you only need on tag to make a website you don't need like 20 tags to make a website.


What is tag in HTML?

when you are making a web page you make a HTML tag so when you convert it to a web browser it isn't just blank. it is a piece of the code that your browser decodes into the page you see. this is an HTML tag &lt;HTML&gt; and it tells the browser that this is an HTML page. for everything you see on a web page, there is a special HTML tag for it.


What is used to meta tag in HTML?

html


The tag that appears after the HTML tag is?

&lt;head&gt;


The purpose of the b tag in HTML?

The tag is used to make bold text.Example: Hello World!Will result in: Hello World!


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


Which tag tells the Web browser that the document file contains HTML?

The &lt;html&gt; tag at the top and the bottom tells the browsers. It is defined as &lt;html&gt; and &lt;/html&gt; at bottom.