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

I need to style a paragraph or a separate line flush right and italic using HTML? What are the tags?

Thanks fro teaching!

2007-12-17 03:32:43 · 4 answers · asked by ? 3 in Computers & Internet Programming & Design

4 answers

to italicize a text use tags.

for example:
YOUR TEXT HERE WILL BE ITALICS

to flush it right, use these tags.


YOUR TEXT HERE



If you want both, do this.

TEXT HERE



hope this helps!

2007-12-17 03:38:09 · answer #1 · answered by j 2 · 0 0

Here's the standards-compliant way to do this:

In your stylesheet or style declaration:

.myline {
text-align: right;
font-style: italic;
}

In your markup:

Some text, blah blah.




You can also use the tag for italics:

Some italic text


Note that the tag and the align attribute in the previous answers are deprecated.

Here's some good information and tutorials on valid, standards-compliant html and css:

http://htmldog.com/

2007-12-17 11:53:21 · answer #2 · answered by daa 7 · 0 0

Your Text

2007-12-17 11:36:47 · answer #3 · answered by paula.underwood 2 · 0 0

Now isa the tome

2014-09-23 08:38:38 · answer #4 · answered by MARC 1 · 0 0

fedest.com, questions and answers