answersLogoWhite

0


Best Answer

font-size

Can be in pixels, ems, cm, in, or a percent. Also can be small, medium, large, etc.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

html{

font-size:12px;

}

other time don't ask silly questions ok refer Google u dumb

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

The font-size property controls the text size in CSS. This property can be found inside the style tag.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which CSS property controls the text size?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 change the size of a text box with CSS?

You achieve this by using the CSS width property. For example, if I wanted all text boxes to have a width of 325px I can achieve this using the following CSS rule declaration: input[type="text"] { width: 325px; } This rule applies only to those input elements with a type="text" which is what is used in HTML to create a text box in a form and sets the width to be 325px wide.


What is the CSS for text stroke?

There isn't an easy way to do it, since there is no stroke property.


How do you change the font size on your homepage?

To change the font size on your homepage, you can either edit the HTML code of your page or use the CSS font-size property. For example, you can add a style element to the element of your HTML page, such as: body { font-size: 16px; } This will set the font size to 16px for the entire page. You can also use the font-size property in your CSS stylesheet to set the font size for specific elements. For example: h1 { font-size: 20px; } This will set the font size for all elements to 20px.


Which CSS property can be used to configure italic text?

Use font-style: italic


How do you make text smaller in HTML?

in css - layout font-size: 36;


What is transparency in HTML?

Transparency is an attribute of CSS in HTML. Any header or text can be put to transparent using this property.


What relative unit of measure is used in CSS to let elements scale according to the browser's text size?

em.


Which HTML attribute is used to define an inline styles?

<style type="text/css"></style>


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.