answersLogoWhite

0

nikunj

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you make text smaller in HTML?

in css - layout font-size: 36;


What is the CSS property color text?

To define the color of the text w/ CSS, it is {color:[color of text];} Ex.: body{color:#0000ff;}


How do you indent the first line of a text css?

Use CSS text-indent property. Simple example here: p{ text-indent: 20px; }


How do you apply css code in HTML?

"class" is an attribute of most if not all HTML tags. To apply a CSS class to a tag, simply make the class attribute equal to that CSS class. For example, suppose you have a CSS class called bigRed that makes text large and red. If you want to apply it to a certain text, just put it in a tag surrounding that text. e.g. . . . but my <span class='bigRed' >car</span> was faster than . . .


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.


How do you write instead of body the text box in css?

You can write a text box in CSS styles. Just place the text styles to whatever you want in the input tag.


How do you make non underlined links?

The way to make links non underlined is to use the CSS style "text-decoration:none;" There are a few places to add in this CSS. One place is right inside of the <a href tag example <a href="index.html" style="text-decoration:none;">link</a> you can also add the style to the header of the page or in a separate .css document.


How do you change the CSS for printing?

Add this: <link rel="stylesheet" href="normalview.css" type="text/css" media="screen" /> <link rel="styleshet" href="printview.css" type="text/css" media="print" />


How do you display hyperlinks without an underline in CSS?

To remove an underline from a hyperlink in CSS you have to use text-decoration and set it to none. An example is below: a {text-decoration: none;} a:hover {text-decoration: underline;}a {text-decoration:none}


How do you place images in between text frames?

You have to use a Stylesheet (CSS). Or you can type CSS straight into the document.


Can you use css on freewebs?

If you can upload HTML, then you can upload CSS. Both are text files the browser interprets.


Where can one learn about text CSS?

A great place to learn about text CSS is W3Schools Online Web Tutorials. This site provides a wide array of tutorials including informational tutorials about text CSS.