answersLogoWhite

0

Different text control tags

User Avatar

Anonymous

16y ago
Updated: 8/17/2019

Some Text control tags are

* <FONT> to decide the display font

* <B> to display text in Bold * <I> to display text in Italics * <H1> to <H6> to display text in header format * etc...

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you I reduce the size of font on screen?

There are two (2) ways to decrease website font:Use of Heading TagsThere are different ways to decrease website font. First you can use heading tag. Heading tag has 6 tags that make text different from the others. Namely: " , , , , and . The smaller the header number the bigger the font. Therefore will make text bigger than the others. And will make the website text smaller. Use of Font TagsYou can control the font size better with Font tags. It should be inside the and tags. To use Font tags to resize a website font, type: "Example Text" without quotes. Replace the phrase "Example Text" with the text you want to appear smaller. Aside from the value 6, you can also replace it with the desired value from 1 to 7. A browser's default is 3.


A webpage is a text file of tags and embedded text?

HTML


Which tags are allowed in the HTML head portion of the HTML document?

&lt;TITLE&gt; &lt;/TITLE&gt;, Text formatting tags


What do the effects of CSS look like?

Tags that are styled with CSS defining bold text may look like this. Tags that are styled with CSS defining italicized text may look like this. Tags that are styled with CSS defining text that is strike-through'ed may look like this.


HTML documents are created by adding what to text?

C. Tags


HTML tags does this to text to define how it appears online?

Mark


How HTML tags needed to create a basic webpage?

HTML tags can be made to create a basic webpage. The basic tags with some text can make a webpage in basic format.


What tag is used to bold text?

You can use &lt;b&gt; and &lt;/b&gt; tags to do it.


Tags and text that do not show directly on the page are placed where?

body


How do you display strikeout in HTML?

To display strikeout text use the &lt;strike&gt; tags. Example: &lt;strike&gt;Text&lt;/strike&gt; Should Display: Text


Use div tags to align text right?

&lt;div style="text-align:right"&gt; or &lt;div align="right"&gt;


What is a text in HTML?

Generally, characters not surrounded by '&lt;' and '&gt;' signs are considered text in HTML. Characters between '&lt;' and '&gt;' signs are considered tags. Also characters between &lt;script&gt; and &lt;/script&gt; tags are not considered text, they are script body and are executed by script interpreter, not simply displayed on webpage.