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

can someone give me an example of how to align, bold, and cross out font. its html but i need to know how....please help please?

2006-09-15 07:34:58 · 10 answers · asked by ♥Texas Girls Do it Better!!!♥ 1 in Computers & Internet Programming & Design

10 answers

there you go! one link for each example

2006-09-15 07:37:45 · answer #1 · answered by Anonymous · 0 0

While most of the examples listed here will work now, the code is depreciated, which means that future browsers won't recognise these tags. The best way to control styles in the way you want is to use style sheets or inline styles.

all you need to do is:
bold text
strikethrough text

aligned text


in the last example, replace the {...} with the alignment of your choice.

2006-09-15 15:26:26 · answer #2 · answered by John J 6 · 0 0

That is a CSS solution:

Your Text Here

2006-09-15 14:37:47 · answer #3 · answered by linen 2 · 1 0

★★ BEST HTML/XHTML/CSS REFERENCE ★★

◙ The best HTML/XHTML Reference

☞ http://www.w3schools.com/tags/

◙ The best Cascading Style Sheet Reference

☞ http://www.w3schools.com/css/css_reference.asp html

◙ Links to HTML/HTML related sites

☞ http://www.websitetips.com/html/

◙ Links to Cascading Style Sheet related sites

☞ http://www.websitetips.com/css/

◙ The best Cascading Style Sheet discussion email list

◙ http://www.css-discuss.org/

◙ Links to thousands of Cascding Style Sheet examples sites

☞ http://css-discuss.incutio.com/

◙ Css Filters

☞ http://www.centricle.com/ref/css/filters/

2006-09-15 14:37:11 · answer #4 · answered by Anonymous · 0 1

bold
aligment (Left, center etc.)
Slashout textt

2006-09-15 14:40:07 · answer #5 · answered by j 3 · 0 0

http://werbach.com/barebones/barebones.html#general

align=


Bold= text
cross out=strikeout= Strikeout
4.0* Strikeout

2006-09-15 14:46:04 · answer #6 · answered by Anonymous · 0 0

Bold text
Slashout textt

text


http://funkychickens.com/fonts2.asp

2006-09-15 14:36:45 · answer #7 · answered by Anonymous · 0 0

http://www.web-source.net/html_codes_chart.htm

I usually find what I need from that site...hope it helps

2006-09-15 15:13:21 · answer #8 · answered by agent5057 2 · 0 0

use the 'u' key on the mouse.

2006-09-15 14:36:33 · answer #9 · answered by Anonymous · 0 1

Basic Tags
---------------------

Creates an HTML document

Sets off the title and other information that isn't displayed on the Web page itself

Sets off the visible portion of the document




Header Tags
---------------------

Puts the name of the document in the title bar


Body Attributes
---------------------

Sets the background color, using name or hex value

Sets the text color, using name or hex value

Sets the color of links, using name or hex value

Sets the color of followed links, using name or hex value

Sets the color of links on click


Text Tags
---------------------


Creates preformatted text

Creates the largest headline

Creates the smallest headline

Creates bold text

Creates italic text

Creates teletype, or typewriter-style text

Creates a citation, usually italic

Emphasizes a word (with italic or bold)

Emphasizes a word (with italic or bold)

Sets size of font, from 1 to 7)

Sets font color, using name or hex value


Links
---------------------

Creates a hyperlink

Creates a mailto link

Creates a target location within a document

Links to that target location from elsewhere in the document


Formatting
---------------------


Creates a new paragraph


Aligns a paragraph to the left, right, or center


Inserts a line break



Indents text from both sides

Creates a definition list

Precedes each definition term

Precedes each definition

    Creates a numbered list

  1. Precedes each list item, and adds a number

      Creates a bulleted list

      A generic tag used to format large blocks of HTML, also used for stylesheets


      Graphical Elements
      ---------------------

      Adds an image

      Aligns an image: left, right, center; bottom, top, middle

      Sets size of border around an image


      Inserts a horizontal rule


      Sets size (height) of rule


      Sets width of rule, in percentage or absolute value


      Creates a rule without a shadow


      Tables
      ---------------------

      Creates a table

      Sets off each row in a table

      Sets off each cell in a row

      Sets off the table header (a normal cell with bold, centered text)


      Table Attributes
      ---------------------

      Sets width of border around table cells

      Sets amount of space between table cells

      Sets amount of space between a cell's border and its contents

      Sets width of table — in pixels or as a percentage of document width
      or or

      Sets alignment for cell(s) (left, center, or right)

      Sets vertical alignment for cell(s) (top, middle, or bottom)

      Sets number of columns a cell should span

      Sets number of rows a cell should span (default=1)

      Prevents the lines within a cell from being broken to fit


      Frames
      ---------------------

      Replaces the tag in a frames document; can also be nested in other framesets

      Defines the rows within a frameset, using number in pixels, or percentage of w idth

      Defines the columns within a frameset, using number in pixels, or percentage of width

      Defines a single frame — or region — within a frameset

      Defines what will appear on browsers that don't support frames


      Frames Attributes
      ---------------------

      Specifies which HTML document should be displayed

      Names the frame, or region, so it may be targeted by other frames

      Defines the left and right margins for the frame; must be equal to or greater than 1

      Defines the top and bottom margins for the frame; must be equal to or greater than 1

      Sets whether the frame has a scrollbar; value may equal "yes," "no," or "auto." The default, as in ordinary documents, is auto.

      Prevents the user from resizing a frame


      Forms
      ---------------------
      For functional forms, you'll have to run a CGI script. The HTML just creates the appearance of a form.

      Creates all forms

      Creates a scrolling menu. Size sets the number of menu items visible before you need to scroll.