answersLogoWhite

0


Best Answer

The I tag makes italics. <i>This is italics</i> would produce italicized text that says "This is italics". However, this tag is deprecated in favor of stylesheets.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The I tag makes text.......
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the purpose of the tag in HTML file?

tags are used to differentiate the text like headings, normal text


What does the Strong Tag do?

The Tag The text between these tags will be strongThe strong tag is another way to end up with bold text.


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 center text on deviantart?

"Center TextThe opening tag for centering is , and the closing tag is . If you do not use the closing tag, then all text after the opening tag will be displayed centered."


What XHTML tag is used to indent a paragraph of text?

To indent a paragraph of text using XHTML, simply enclose the paragraph in an opening and closing &lt;blockquote&gt; tag. the &lt;blockquote&gt; tag is used for quoted text, not for indenting text. If you want to indent text you need to use the text-indent with CSS.


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 HTML tag displays text as teletype or mono space text?

The pre tag. This is pre-formatted textThe pre tag. This is pre-formatted textThe pre tag. This is pre-formatted textThe pre tag. This is pre-formatted textThe pre tag. This is pre-formatted textThe pre tag. This is pre-formatted textThe pre tag. This is pre-formatted textThe pre tag. This is pre-formatted textThe pre tag. This is pre-formatted textThe pre tag. This is pre-formatted textThe pre tag. This is pre-formatted text


How do you bold text in HTML?

In XHTML, you can use the &lt;strong&gt; tag, which by default makes it bold in all major browsers. You can also use any other tag you feel like styling for boldness, such as &lt;span class="bold"&gt; &lt;strong&gt;Bold Text&lt;/strong&gt; Or &lt;span class="bold"&gt;Bold Text&lt;/span&gt; With the CSS rule strong, span.bold {font-weight:bold;} In HTML 4 and HTML5, you have the &lt;b&gt; tag, which makes things bold by default. In HTML 4, this is by definition. In HTML 5, you still want to include the CSS, as the &lt;b&gt; tag is NOT bold by definition &lt;b&gt;Bold Text&lt;/b&gt; CSS rule: b {font-weight:bold;} The &lt;strong&gt; tag will also work in HTML5.


Which tag displays the text as per user defined layout?

The &lt;pre&gt; tag.


What is pair tag and impair tag?

Pair tag have a closing at the end eg: &lt;b&gt; text &lt;/b&gt; Impair tag does not have closing


What are the names of 3 tags for HTML and what do they do?

The paragraph tag, Text, is used to set off blocks of text as paragraphs.The anchor tag, Text, is used to create hyperlinks from a document to another resource.The canvas tag, creates an element that can be drawn on using JavaScript.


What typically displays text as bold and center aligned?

The &lt;B&gt; &lt;/B&gt; tag is used to display text in Bold &lt;Center&gt; &lt;/Center&gt; tag is used to center align text.