answersLogoWhite

0

What is the HTML tag for small text?

User Avatar

Anonymous

14y ago
Updated: 8/18/2019

All it is, is small, inside the <>, it wasn't letting me enter the tag alone

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the semantic difference between HTML tag and HTML text?

HTML text is formatted text that you view on a HTML formatted page, a HTML tag is a tag which defines the formatting of a selected area of text, i.e opening tag "&lt;u&gt;" "text to format here", followed by closing tag "&lt;/u&gt;" would underline the text that you wish to format. In short, HTML tag defines the format of the text. These basics can be applied to a range of different functions.


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 do you call the HTML tag for changing the text size of a webpage?

Changing the text-size can be done easily in HTML. It is consisted in the style tag and font-size.


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 the correct tag to render text in italics?

The HTML 5 specification recommends using &lt;strong&gt; for bold text and &lt;em&gt; for italicised text. In HTML 4.01 &lt;strong&gt; defines both strong and emphasised text; for purely bold text, use &lt;b&gt; instead (in HTML 5, &lt;b&gt; and &lt;strong&gt; are equivalent).


How do you insert a HTML text box in a flash website how to insert HTML text box code in empty text box?

The textarea tag is a part of the form tag and is contained within that and the fieldset tags. A textbox is produced by an inline or external JavaScript.


What is rolling banners of HTML?

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


Which tag is used to scroll text in an HTML webpage?

You don't need to use a tag - scrollbars will automatically be added at the side of the page if the text is long enough.


Which command is used to create HTML link?

The name of the tag used to create a link in an HTML document is the anchor tag. The anchor tag takes the hrefattribute normally, and a pair of tags is used to surround the text or image you want the link to be activated by.Great HTML Help!In this case, the text "Great HTML Help!" would be displayed to the user, and that text would be clickable. Clicking on that text would cause your browser to direct itself to http://answers.com.


How would you define span in HTML?

Span is one of the tag of HTML. It alters the style of written text in the web page.


How many types of comments are their in HTML?

Singular TAGS in HTML:Normally it considered tag only tag is the Singular Tag in Html.But tag is also can used as a Singular Tag. tag has dual functionality, means it can used as Paired Tag and also as Singular.For Example:if we use it as paired, it will work as we know already, but if we use this Tag using HTML like:dummy text dummy text dummy text dummy textNow it will produce the result as:dummy text dummy textdummy text dummy textThanks.Hammad Ahmad.Email: hammadahmadweb@aol.com


How do you put a link on a website?

Hyperlinks can be inserted in web pages with a small HTML code as exampled below. &lt;a href="http://www.example.com/"&gt;Anchor Tag Text&lt;/a&gt;