answersLogoWhite

0

in css - layout

font-size: 36;

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is better HTML or text?

Of course, it's HTML! HTML can do anythink that text can do plus more! Can text make a radio buttin? Can text make a drop-down menu? No, and again no! HTML Text


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 are HTML translators?

That depends, it may be HTML script "translated" into normal text, as BBCode where you can make bold text, and it can be HTML which is translated into for example PHP with echo tags.


How does one make headlines in HTML?

Headlies in HTML is achieved by putting desired headline text in between "h-tags" as such: example where the number represents the size of the headline. A larger number means a smaller headline.


What are translators?

That depends, it may be HTML script "translated" into normal text, as BBCode where you can make bold text, and it can be HTML which is translated into for example PHP with echo tags.


How do you make a hyperlink?

Hyperlink types: HTML :- <a href="http://yourlinkhere">Anchor Text</a>


How do you make your text small for your signature on GaiaOnline.com?

Using BBC Code of course. The standard text size on GaiaOnline.com is 10 pt so using this code, [size=9] text here [/size] will make it smaller. You can substitute the 9 for a smaller number to make the text smaller.


How do you make words italic for MySpace?

text here It's called HTML.


HOW will you make certain piece of text bold- faced in HTML?

Use <b>Your Text Here</b> OR <strong>Your text here</strong>


What is HTML text?

HTML stands for Hyper Text Markup Language, HTML is not a programming language, it is a markup languageA markup language is a set of markup tags, HTML uses markup tags to describe web pages. So basically you can use it to make links on websites and even use it to make a website from scratch.


How do you make moving text in HTML?

Depending on what you actually mean by 'moving text' there is a few possibilities. The most common, however is a Marquee in HTML. The code for this 'moving text' is: <marquee behavior="slide" direction="left">Your slide-in text goes here</marquee>.


How do you make text go to the left on HTML?

You can make the text go to left using the <style> element. The float attributes helps to move it on the left.