11.16. HTML < div > and < span >

发布时间 : 2025-10-25 13:33:13 UTC      

Page Views: 10 views

HTML can combine elements through

and .

11.16.1. HTML block element

Most HTML elements are defined as block-level or inline elements.

When block-level elements are displayed in a browser, they usually start (and end) with a new line.

Example:

,

,

    ,

    11.16.2. HTML inline elements

    Inline elements are usually displayed without starting with a new line.

    Example:

    ,

    ,

      ,

    11.16.3. HTML < div > element

    HTML

    elements are block-level elements that can be used to combine containers of other HTML elements.

    elements have no specific meaning. In addition, because it is a block-level element, the browser displays line breaks before and after it.

    If used with CSS

    element can be used to set style attributes on large blocks of content.

    another common use of elements is document layout. It replaces theold-fashioned method of using tables to define layouts. Use
    element for document layout is not the correct use of tables. The
    purpose of the element is to display tabulated data.

    11.16.4. HTML < span > element

    HTML elements are inline elements that can be used as containers for text

    The element also has no specific meaning.

    When used with CSS element can be used to set style properties for part of the text.

    11.16.5. HTML grouping label

    Label

    Description

    < div >

    Defines the area of the document, block level

    < span >

    Used to combine inline elements in a document, inline elements (inline)

《地理信息系统原理、技术与方法》  97

最近几年来,地理信息系统无论是在理论上还是应用上都处在一个飞速发展的阶段。 GIS被应用于多个领域的建模和决策支持,如城市管理、区划、环境整治等等,地理信息成为信息时代重要的组成部分之一; “数字地球”概念的提出,更进一步推动了作为其技术支撑的GIS的发展。 与此同时,一些学者致力于相关的理论研究,如空间感知、空间数据误差、空间关系的形式化等等。 这恰好说明了地理信息系统作为应用技术和学科的两个方面,并且这两个方面构成了相互促进的发展过程。