HTML tags for text: alignment, size, font

It would seem, why know HTML tags for text, if now in almost any admin panel there is a convenient visual editor that exposes them automatically?

The fact is that formatting content on a site is fundamentally different from working in office applications. It is not enough just to give the text an attractive look, because not only the display of the web page, but also its promotion in search engines depends on the correct design.

HTML Tags and Attributes: Syntax Basics

Any text has a hidden code that “explains” to the computer what and how to display on the screen. All information is recorded using a set of universal elements.

Essentially, HTML tags for text are commands that add specific blocks to a page or change their appearance. The correct recording format is as follows:

HTML tags for text




, . , <BR> ( ) <HR> ( ) .

Word

HTML- , 99% -. , . , - . , , .





, HTML-, . :

  1. “” "" . HTML, ( ).
  2. LiveWriter. . , .
  3. HTML Cleaner. - , . , . , .

HTML , . , .

. — . <p> .

html tags text centered




HTML- " " . ALIGN. , 3- — CENTER, RIGHT LEFT. — , .









html text alignment tag




HTML. , , <CENTER>...</CENTER>. ? , , , , flash . .

. , . , , . SEO .

html text underline tag




HTML — <H1> <H6>. :

  • <H1>...</H1>. ( , - . .). <H1>. , .
  • <H2>...</H2>. . , , <H2> .
  • <H3>...</H3>. , <H2> . — "", "", "" . . .
  • <H4>, <H5>, <H6>. . — “” .

. , , <H3> <H5>. (, , , <H6>).

, HTML.

clear text from html tags




, HTML- ( — <p>, ).

. — <UL>...</UL> <OL>...</OL>.

tags for formatting text in html




. <LI>...</LI>. .

: <FONT>

, HTML-? , — CSS. , .

html tag bold text




<FONT> :

  • Face. . (Tahoma, Verdana). , .
  • Size. , 1 7.
  • Color. (red, green, blue) .

, <FONT>, . .

, . , . , .

html text size tag




<B>...</B>. HTML-. , .

<B> <STRONG>. , -. , "" ( SEO).

<I>...</I>. , . .

<U>...</U>. , HTML-. , . <U> , , — 1 .

<S>...</S>. , . — , .

<BIG>...</BIG>. - .

<SMALL>...</SMALL>. , . , , .

<SUP>...</SUP>. — . . .

<SUB>...</SUB>. . .

, . , , , .

<CODE>...</CODE>. . — , , .

HTML tag CODE




<CITE>...</CITE>. — , .

HTML quote tag




<BLOCKQUOTE>...</BLOCKQUOTE>. . , CSS , .

HTML BLOCKQUOTE tag




<ADDRESS>...</ADDRESS>. , , .

HTML tag ADDRESS




<HR>

. <HR> . , </…> .

HTML HR tag (horizontal bar)




C WIDTH , .

HTML, , SEO.




All Articles