HTML tutorial, learn HTML language simply (2)_HTML/Xhtml_Web page production

WBOY
Release: 2016-05-16 16:44:55
Original
1239 people have browsed it

*********************Introduction to HTML language (2)************************ ****
13. List mark:
(1) Unordered list mark: Note: Symbol type: disc-solid dot circle-hollow origin square-solid square

    List title
  • First list item
  • Second list item
    ...

(2) Menu list mark:

Title of list
  • First list item
  • Second list item
    ...
    Title of list
  • First list item
  • Second list item
    ...

  • (3) Ordered list tag: Note: Symbol type: 1-number (default ) A-upper case English letter a-lower case I-upper case Roman letter i-lower case
      List title
    1. First list item
    2. Second list item
      ...

    14. Table mark:


    标题
    表头1 表头2... 表头n
    表项1 表项2... 表项n
    ...
    表项1 表项2... 表项n
    Title
    Header 1 Header 2... Header n
    Table item 1 Table item 2... Table item n ... Table item 1 Table item 2... Table Item n 15. Merge multiple rows and multiple list items: Note: x/y is the number of columns/rows to be merged. (1) Merge multiple columns: Table item
    Table item Table item (2) Merge multiple rows: Table item
    Table item
    Table item

    (3) Merge multiple rows and columns: Table item
    16. Frame:
    (1 ) Frame tags:



    ...


    Note: rows: the number of horizontally divided frames. For example: rows=25%,25%,50%
    cols: the number of vertically divided frames. For example: cols=20%,305,*
    border: border width. bordercolor: border color. frameborder: with/without borders. framespacing: The space between windows.
    marginwidth: The space between the frame content and the left and right borders. marginheight: the space between the frame content and the upper and lower borders. scrolling: whether to add a scroll bar noresize: not allowed to change the window size. 17. Automatically refresh the page: Note: This tag must be placed in ....
    source:php.cn
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!