answersLogoWhite

0

You can use the font tag and set sizes from 1 to 6.

<font size="6">This is the biggest size that font allows</font>

Font is not the best way to do it as the sizes are limited. The best way to do it is to use styles. Then you have a much wider range of sizes. You can make text as big as you want. You can use styles with different tags and you can use various measurements like pt for point, cm for centimetres and in for inches, amongst others:

<span style="font-size:48pt">This will be in 48 point size</span>

<div style="font-size:2in">This will be in 2 inches high</div>

<p style="font-size:5cm">This will be in 5 centimetres high</p>

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Where is the HTML located on keyboard?

HTML is located where the letters are located don't forget to put the caplocks on when you want to type HTML.


What do the letters ''HTML'' stand for?

HTML stands for HyperText Markup Language.


Is html table has no standard size such as width and height?

There is no standard size for HTML tables. They take their size by the amount of content in the table or by the the designer specifying a size.


Can you use your language on HTML?

Yes &amp; No! Yes, for text which can be in your language but the opening &amp; closing HTML tags have to be in English letters.


What do you call the HTML tag for changing the text size of a webpage?

Changing the text-size can be done easily in HTML. It is consisted in the style tag and font-size.


How would you define the letters HTML?

Hyper Text Markup Language


When naming folders and HTML pages you must use?

uppercase letters.


Is HTML case sensitive?

No. HTML works with either capitalised letters or small lettersFor example: and will both work the same way.


What are the tags in HTML surronded by?

HTML tags are put between &lt;&gt;. Example: &lt;FONT size="2"&gt;


What is maximum length of a text field can be?

Well.... in HTML? In PythonCard programs? or just in general? I guess it doesn't really matter, since in any situation where you can specify the size of a text field, it really can be as big as you want. (and in html forms, you specify the size by the number of characters (y'know, letters, numbers, spaces, punctuation marks) wide the text field is.)


What is the size of size?

Four Letters


Can font size be changed in print preview?

There is no print preview in HTML. In HTML, all the changes are reflected in the browser.