HTML Basics Tutorial: Typesetting Tags

represents a paragraph.

  • Common attributes: align: horizontal alignment, values: left (left), center (center), right (right)

  • Example:

    php.cn

  • ##
        
    

    HTML是一种规范

    是一种标准

    编写网页的一种标准

Line break mark

Horizontal line mark (unilateral mark):


  • Size: The thickness of the horizontal line, the unit is general is px.

  • color: The color of the horizontal line.

  • width: The width of the horizontal line.

  • noshade: Remove the shadow of the horizontal line (in HTML, noshade is an attribute with no value). Such as:

  •     
    
    HTML是一种规范,是一种标准,编写网页的一种标准。
    超文本:就是网页上不光有文本,还有图片、音乐、视频等。



    标注:是一种记号,是一种标志。如:红绿灯

Pre-typesetting mark

Function: All whitespace characters (spaces, newlines) will be retained, in other words: they will be output unchanged.

Continuing Learning
||

HTML是一种规范

是一种标准

编写网页的一种标准

submit Reset Code
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!