answersLogoWhite

0

According to the DeviantArt FAQ, you can use the normal HTML tags for italic. That is either the emphasis tag, or the italic tag.

The italic tag works like this: This text would be italic

The emphasis tag works like this: This text would be italic

Both of these tags would produce the same results on your DeviantArt post. That would look like this:

This text would be italic

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

How do you make the text bold in CSS?

Use the text-transform property.style.css (Example)body{text-transform: uppercase;}This example makes any text in the tag uppercase (In the browser, of course. Not the source code).To change text to just the H1 tag:h1{text-transform: uppercase;}


Changing the font type changing the font style to bold increasing the font size and changing the font color is called?

Your question is confusing. If you need to change the style of the text, you need to use style/CSS.


Can you use the font element for text properties in css?

Yes, you can style fonts using CSS. Identify the HTML element that you want to style, for example <p>, and then use the { font-family: your_font; } to change the font family (such as arial, times new roman etc), { font-size: ?px; } to size the font. To color the font just use {color: ?;} For bold use {font-weight: bold;} For italics use {font-style: italic;}


How do you make a black background with white bold text for a Deviant Art gallery using CSS?

See how this grabs you: /* Example stylesheet with black background, white text, yellow links and borderless images */ * { padding: 0; margin: 0; } body { background-color: black; font-size: 12pt; font-family: "Times New Roman", serif; font-weight: bold; color: #fff; margin: 0; padding: 0; } a:link { color: #ff0; background-color: transparent; } a:visited { color: #f99; background-color: transparent; text-decoration: none; } a:hover { color: #f00; background-color: white; text-decoration: none; } h1, h2, h3{ text-align: center; font-weight: bold; font-family: Verdana, sans-serif; } img { border-style: none; background-color: transparent; }


What can bold style text be used to indicate?

Yes, bold is an HTML text feature. You use the <b> tag to display bold text.

Related Questions

How do you make the text bold in CSS?

Use the text-transform property.style.css (Example)body{text-transform: uppercase;}This example makes any text in the tag uppercase (In the browser, of course. Not the source code).To change text to just the H1 tag:h1{text-transform: uppercase;}


Which font attribute allows you to change the text from bold to italic?

font style


What is the code to make font bold?

Bold: <b>text here</b> Itallic:<i>text here</b>


What is 12 point bold font?

the 12 point part specifies the size of the text and the bold is the transformation applied to the text.


Bold and italics are examples of what?

Bold and italics are examples of text formatting styles used to add emphasis to words or phrases, with bold text appearing as strong and important and italicized text appearing as slanted for added clarity or distinction in writing.


What font does the University of Alabama use?

Berthold City Bold


Different text control tags?

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


What adds emphasis to text and may include bold italic and underline?

font styles


If you change the text to bold you are changing the?

appearance and emphasis of the text. By making it bold, you are highlighting it and making it stand out more for the reader.


What is rich and plain text?

Plain text has no extra atribut like font, bold... etc. Rich text has those extra atribut.


What is a font attribute?

A font attribute refers to a specific characteristic or property of a font, such as its style (e.g., bold, italic), size, color, or typeface. It helps define the appearance of text in a document or design by specifying how the text should be displayed.


Which font attribute would be most appropriate to make a papers heading stand out?

Using a larger font size, bold text, or a different font style (such as a sans-serif font) can help make a paper's heading stand out from the rest of the text. Experiment with different attributes to see what works best for the overall look and readability of the document.