answersLogoWhite

0

Use the Font face=".." command with the attribute of the font you want. for example" This is arial font This is century font To change the size of the font use the size= ".." attribute with the value being the size of the font using the numbers 1-7 with "3" being default. You could also use the tagsto make the font one size bigger Makes it Blod

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you write a HTML code font themes?

You can mention the HTML code font by using style. Style element for an attribute contains all further attributes.


What is the code of backround in HTML?

Background can be easily added into the HTML code. in the <style> element you can add background-color="red".


How do I upload an image I have and use the HTML code but the image doesn't show What did I do wrong?

You should check your folder hierarchy and verify that all the HTML/xHTML code is correct. You can use an image editor to ensure the HTML code is correct.


How do you get xml in HTML?

xml can be written straight into html code and vice versa using the correct syntax, ie your html in here and your xml in here


How does CSS inhance HTML?

CSS handles the presentation portion of displaying an HTML document on the web. That is to say that CSS makes things like color, size, shape, weight, etc. possible in HTML. To say that CSS "enhances" HTML, however, is an over simplification. CSS provides separate and different functionality than HTML does. HTML does not have the abilities inherent in CSS. Instead, the CSS code makes HTML code more palatable for a human user. Most web spiders, for instance, do not employ HTML fully, if at all.


How do you make your writing big on piczo using a HTML code?

<FONT style="FONT-WEIGHT:normal; FONT-SIZE:85pt; COLOR:#Blue; LINE-HEIGHT:100pt; FONT-FAMILY:Georgia; LETTER-SPACING:-15px"> TYPE FONT HERE </FONT> use this HTML, you can change the size of the text by changing the font size in the HTML


Does HTML correct typos?

No; HTML does not correct typos. In fact, if there is even a tiny typo in part of the code besides what will show up as the website's text, the website/webpage will not work properly.


What are HTML stylesheets?

HTML is a markup language and not a style sheet. CSS is the styling code used to make an HTML page look the way you want it. CSS Tutorials might help you.


What is the difference between in-line style and the internal sheets?

Inline and internal style-sheets are 2 forms of CSS in HTML file. In-line CSS is used within the code of HTML, while the internal one is used at the beginning.


How do you write the CSS and HTML code for an embedded style sheet that configures a background color of?

<style type="text/css" media=screen> body{ background-color: gray;} </style>


What Is The Code To Show An Html A Text?

<code><code>HTML TEXT HERE</code></code>


HTML code has a limit of 10 webpages per site?

No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.