English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

also, how do i start the paragraph with it and how do i end the paragraph with it???

2007-04-18 05:08:29 · 11 answers · asked by squeakivich2002 1 in Computers & Internet Programming & Design

11 answers

is deprecated now, so it is not recommended you use it, instead use css for styling.

As for paragraphs, you start/stop them with

and

respectively

you can combine css inline with paragraph (

) for a slick solution:

text



The options for 'font-style' are italic, normal, inherit, and oblique - just insert the one you want.

There are other css properties you might want to look into such as 'text-decoration' and 'font-family' as well:
http://www.w3schools.com/css/default.asp

2007-04-18 05:19:43 · answer #1 · answered by stan_naspinski 3 · 0 0

Just a few things to note, couple of which have already been mentioned. - You shouldn't use a double font tag - It's always recommended to encapsulate values of attributes in quotes. Therefore your code can be re-written as:

Your paragraph is written here (not
) Your next line here

Also note that use of the font tag has been deprecated since HTML 4 and isn't present in HTML 5 so depending on the doctype at the top of your HTML page, the font tag may behave differently depending on the browser used. CSS is the recommended method for styling fonts either through inline styles, styles located in the head section of an HTML file or in an external stylesheet.

2016-04-01 07:13:05 · answer #2 · answered by Anonymous · 0 0

When controlling font styles I would strongly recommend using an external Cascading Style Sheet (CSS). This will give you more control and flexibility in your design and allow you to make site-wide changes in one central location.

As far as starting a new paragraph, the

tag is how you would do this. Remember that nearly every tag in HTML has an end tag like

the "/" indicates that this is an end tag.

2007-04-18 05:43:58 · answer #3 · answered by topherG 6 · 0 0

to create and end a paragraph use

your text here



for font styles just check what kind of fonts you have in your pc.

eg. to add fonts

if u need any help tag me and i'll answer whatever i know. here you go -> http://ihopeuenjoythis.blogspot.com

2007-04-18 05:32:09 · answer #4 · answered by weezer 3 · 0 0

look up at www.w3schools.com. It has many guides for the beginners for HTML, XML, ASP and many more

I think font styles might refer to font types like "Italic", "Bold" , embedded in the font tag like this:

type anything

for the paragraph:

use

.....

2007-04-18 05:14:39 · answer #5 · answered by belon_24 1 · 0 1

To specify a font style in html you're actually using CSS, hence,
something like style='font-family: Georgia,Times,serif;' or
style='font-family: Verdana,Arial,sans-serif;'

Thus, to put the whole paragraph in a font you'd put

These are words.



But to put only one word in the paragraph in that font you'd put:

This is the word.



Okay?

2007-04-18 05:16:45 · answer #6 · answered by fjpoblam 7 · 0 1

font Example

Place whatever font name your using after font face=

2007-04-18 05:14:21 · answer #7 · answered by Anonymous · 0 1

font:
paragraph:

2007-04-18 05:11:20 · answer #8 · answered by Anonymous · 0 1

is to start. just search on good there are a lot of great websites!!

2007-04-18 05:10:50 · answer #9 · answered by sarahxhardcore 2 · 0 1

http://www.w3schools.com/html/html_fonts.asp

2007-04-18 05:10:52 · answer #10 · answered by hillabee_is_me 3 · 2 1

fedest.com, questions and answers