Thời gian vàng

Tài nguyên dạy học

Từ điển Online


Tra theo từ điển:



Bể cá cảnh

Sắp xếp dữ liệu

*** Chào mừng các bạn ghé thăm Wesbsite của Nguyễn Thị Dung *** Mong các bạn góp ý để Website ngày càng phát triển *** Quý vị chưa đăng nhập hoặc chưa đăng ký làm thành viên, vì vậy chưa thể tải được các tài liệu của Thư viện về máy tính của mình.
Nếu chưa đăng ký, hãy nhấn vào chữ ĐK thành viên ở phía bên trái, hoặc xem phim hướng dẫn tại đây
Nếu đã đăng ký rồi, quý vị có thể đăng nhập ở ngay phía bên trái.

Thống kê

  • truy cập   (chi tiết)
    trong hôm nay
  • lượt xem
    trong hôm nay
  • thành viên
  • Thành viên trực tuyến

    1 khách và 0 thành viên

    Các ý kiến mới nhất

    Hỗ trợ trực tuyến

    Điều tra ý kiến

    Bạn thấy trang này như thế nào?
    Đẹp
    Đơn điệu
    Bình thường
    Ý kiến khác

    Lịch âm dương

    Gốc > Bài viết > Code - HTML cho Website >

    Bảng Tex



    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan>
    <tr><td>one</td></tr>
    <tr><td>two</td></tr>
    </table>

    one
    two

     






    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan>
    <tr><td>one</td></tr>
    <tr><td>two</td></tr>
    <tr><td>three</td></tr>
    </table></center>


    one
    two
    three

    2


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=2>
    <tr><td>one</td><td>two</td></tr>
    </table>



    one two

    3


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=2>
    <tr><td>one</td><td>two</td></tr>
    <tr><td>three</td><td>four</td></tr>
    </table>




    one two
    three four

    4


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=2>
    <tr><td>one</td><td rowspan=2>two</td></tr>
    <tr><td>three</td></tr>
    </table>



    one two
    three

    5<table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=2>

    <tr><td rowspan=2>one</td><td>two</td></tr>
    <tr><td>three</td></tr></table>



    one two
    three

    6<table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=2>

    <tr><td>one</td><td>two</td></tr>
    <tr><td>three</td><td>four</td></tr>
    <tr><td>five</td><td>six</td></tr>
    </table>





    one two
    three four
    five six

    7


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=2>
    <tr><td colspan=2 align=center>one</td></tr>
    <tr><td>two</td><td>three</td></tr>

    <tr><td>four</td><td>five</td></tr</table>

     

    one
    two three
    four five

     

    7A


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=2>
    <tr><td colspan=2 align=center>one</td></tr>
    <tr><td>two</td><td>three</td></tr>

    <tr><td colspan=2 align=center>four</td></tr></table>


    one
    two three
    four

    8<table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=2>

    <tr><td colspan=2 align=center>one</td></tr>
    <tr><td rowspan=2>two</td><td>three</td></tr>
    <tr><td>four</td></tr>
    </table>





    one
    two three
    four

    9<table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=2>

    <tr><td colspan=2 align=center>one</td></tr>
    <tr><td>two</td><td rowspan=2>three</td></tr>
    <tr><td>four</td></tr>
    </table>





    one
    two three
    four

    10<table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=2>

    <tr><td>one</td><td rowspan=3 align=center>two</td></tr>
    <tr><td>three</td></tr>
    <tr><td>four</td></tr>
    </table></center>





    one two
    three
    four

    11


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=2>
    <tr><td rowspan=3 align=center>one</td><td>two</td></tr>
    <tr><td>three</td></tr>
    <tr><td>four</td></tr>

    </table>



    one two
    three
    four

    12<table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=2>

    <tr><td colspan=2 align=center>one</td></tr>
    <tr><td>two</td><td rowspan=3 align=center>five</td></tr>
    <tr><td>three</td></tr>
    <tr><td>four</td></tr>
    </table>






    one
    two five
    three
    four

    13<table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=2>

    <tr><td colspan=2 align=center>one</td></tr>
    <tr><td rowspan=3 align=center>two</td><td>three</td></tr>
    <tr><td>four</td></tr>
    <tr><td>five</td></tr>
    </table>






    one
    two three
    four
    five








    one
    two three
    four
    five
    six








    one
    two three
    four
    five
    six

    16








    one four
    two
    three
    five six
    seven

    16A




    one two three

     


    16B




    one two three
    four five six

    17






    one two three
    four five six
    seven eight nine

    18






    one
    two three four
    five six seven

    19






    one two three
    four
    five six seven

    20






    one two three
    four five six
    seven

    21






    one
    four five six
    seven

    22






    one
    two
    three four five

    23






    one two three
    four
    five

    24






    one two three
    four
    five

    25






    one two three
    four
    five

    26






    one four five
    two
    three


    27





    one two three
    four five
    six seven

    28





    one three
    four five
    six seven

    29






    one two three
    four six
    five seven

    30







    one two
    three four
    five six

    31






    one two three
    four six
    five

    32






    one two three
    four five
    six

    33






    one two
    three
    four five six

    34






    one four
    two
    three five six

    35







    one five six
    two seven
    three eight
    four nine

    36







    one two six
    three
    four
    five

    37







    one two three
    four five
    six seven
    eight nine

    38







    one six
    two five
    three
    four

    39


    '




    one two three
    four five
    six seven
    eight nine
       


    40


     

     






    one two three
    four
    five seven
    six

     

     

       

    41







    one two
    three four
    five
    six

    42







    one three
    two
    four five seven
    six

    43

    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=2>
    <tr><td colspan=2 align=center>one</td></tr>
    <tr><td rowspan=3 align=center>two</td><td>three</td></tr>
    <tr><td>four</td></tr>
    <tr><td>five</td></tr>
    <tr><td colspan=2 align=center>six</td></tr>
    </table>


    15


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=2>
    <tr><td colspan=2 align=center>one</td></tr>
    <tr><td>two</td><td rowspan=3 align=center>three</td></tr>
    <tr><td>four</td></tr>
    <tr><td>five</td></tr>
    <tr><td colspan=2 align=center>six</td></tr>
    </table>


    16


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=2>
    <tr><td>one</td><td rowspan=3>four</td></tr>
    <tr><td>two</td></tr>
    <tr><td>three</td></tr>
    <tr><td rowspan=2>five</td><td>six</td></tr>
    <tr><td>seven</td></tr>
    </table>


    16A


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td>one</td><td>two</td><td>three</td></tr>
    </table>

     



    16B

    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td>one</td><td>two</td><td>three</td></tr>
    <tr><td>four</td><td>five</td><td>six</td></tr>
    </table>

    17


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td>one</td><td>two</td><td>three</td></tr>
    <tr><td>four</td><td>five</td><td>six</td></tr>
    <tr><td>seven</td><td>eight</td><td>nine</td></tr>
    </table>

    one two three
    four five six
    seven eight nine

    18


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td colspan=3 align=center>one</td></tr>
    <tr><td>two</td><td>three</td><td>four</td></tr>
    <tr><td>five</td><td>six</td><td>seven</td></tr>
    </table>

    one
    two three four
    five six seven

    19


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td>one</td><td>two</td><td>three</td></tr>
    <tr><td colspan=3 align=center>four</td></tr>
    <tr><td>five</td><td>six</td><td>seven</td></tr>
    </table>

    one two three
    four
    five six seven

    20


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td>one</td><td>two</td><td>three</td></tr>
    <tr><td>four</td><td>five</td><td>six</td></tr>
    <tr><td colspan=3 align=center>seven</td></tr>
    </table>

    one two three
    four five six
    seven

    21


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td colspan=3 align=center>one</td>
    <tr><td>four</td><td>five</td><td>six</td></tr>
    <tr><td colspan=3 align=center>seven</td></tr>
    </table>

    one
    four five six
    seven

    22


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td colspan=3 align=center>one</td>
    <tr><td colspan=3 align=center>two</td></tr>
    <tr><td>three</td><td>four</td><td>five</td></tr>
    </table>

    one
    two
    three four five

    23


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td>one</td><td>two</td><td>three</td></tr>
    <tr><td colspan=3 align=center>four</td>
    <tr><td colspan=3 align=center>five</td></tr>
    </table>

    one two three
    four
    five

    24


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td rowspan=3>one</td><td>two</td><td rowspan=3>three</td></tr>
    <td>four</td></tr>
    <td>five</td></tr>
    </table>

    one two three
    four
    five

    25


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td rowspan=3>one</td><td rowspan=3>two</td><td>three</td></tr>
    <td>four</td></tr>
    <td>five</td></tr>
    </table>

    one two three
    four
    five

    26


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td>one</td>
    <td rowspan=3>four</td>
    <td rowspan=3>five</td></tr> <tr><td>two</td></tr><tr><td>three</td></tr>
    </table>

    ne four five
    two
    three

    27

    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td>one</td><td>two</td><td rowspan=2>three</td></tr>
    <tr><td rowspan=2>four</td><td>five</td></tr>
    <tr><td>six</td><td>seven</td></tr>
    </table>

    one two three
    four five
    six seven

    28

    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td colspan=2>one</td><td rowspan=2>three</td></tr>
    <tr><td rowspan=2>four</td><td>five</td></tr>
    <tr><td>six</td><td>seven</td></tr>
    </table>

    ne three
    four five
    six seven

    29


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td>one</td><td rowspan=2>two</td><td>three</td></tr>
    <tr><td rowspan=2>four</td><td>six</td></tr>
    <tr><td>five</td><td>seven</td></tr>
    </table>

    one two three
    four six
    five seven

    30



    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td colspan=2>one</td><td>two</td></tr>
    <tr><td rowspan=2>three</td><td colspan=2>four</td></tr>
    <tr><td>five</td><td>six</td></tr>
    </table>

    one two
    three four
    five six

    31


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td>one</td><td>two</td><td>three</td></tr>
    <tr><td>four</td><td colspan=2 rowspan=2>six</td></tr>
    <tr><td>five</td></tr>
    </table>

    one two three
    four six
    five

    32


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td>one</td><td>two</td><td>three</td></tr>
    <tr><td rowspan=2 colspan=2>four</td><td>five</td></tr>
    <tr><td>six</td></tr>
    </table>

    one two three
    four five
    six

    33


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td colspan=2 rowspan=2>one</td><td>two</td></tr>
    <tr><td>three</td></tr>
    <tr><td>four</td><td>five</td><td>six</td></tr>
    </table>

    one two
    three
    four five six

    34


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td>one</td><td colspan=2 rowspan=2>four</td></tr>
    <tr><td>two</td></tr>
    <tr><td>three</td><td>five</td><td>six</td></tr>
    </table>

    one four
    two
    three five six

    35


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td>one</td><td rowspan=4>five</td><td>six</td></tr>
    <tr><td>two</td> <td>seven</td></tr>
    <tr><td>three</td> <td>eight</td></tr>
    <tr><td>four</td> <td>nine</td></tr>
    </table>

    one five six
    two seven
    three eight
    four nine

    36


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td rowspan=4>one</td><td>two</td><td rowspan=4>six</td></tr>
    <tr><td>three</td></tr>
    <tr><td>four</td></tr>
    <tr><td>five</td></tr>
    </table>

    one two six
    three
    four
    five

    37


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td>one</td><td>two</td><td rowspan=4>three</td></tr>
    <tr><td>four</td><td>five</td></tr>
    <tr><td>six</td><td>seven</td></tr>
    <tr><td>eight</td><td>nine</td></tr>
    </table>

    one two three
    four five
    six seven
    eight nine

    38


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td colspan=2>one</td> <td rowspan=4>six</td></tr>
    <tr><td>two</td><td rowspan=3>five</td></tr>
    <tr><td>three</td></tr>
    <tr><td>four</td></tr>
    </table>

    one six
    two five
    three
    four

    39


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>'
    <tr><td rowspan=4>one</td><td>two</td><td>three</td></tr>
    <tr><td>four</td><td>five</td></tr>
    <tr><td>six</td><td>seven</td></tr>
    <tr><td>eight</td><td>nine</td></tr>
    </table>

    one two three
    four five
    six seven
    eight nine


    40


     

    <center><table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td rowspan=4>one</td><td rowspan=2>two</td><td>three</td></tr>
    <tr><td>four</td></tr>
    <tr><td>five</td><td rowspan=2>seven</td></tr>
    <tr><td>six</td></tr>
    </table></center>

     

    one two three
    four
    five seven
    six

    41


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td rowspan=4>one</td><td colspan=2>two</td></tr>
    <tr><td rowspan=2>three</td><td>four</td></tr>
    <tr><td>five</td></tr>
    <tr><td colspan=2>six</td></tr>
    </table>

    one two
    three four
    five
    six

    42


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td>one</td><td colspan=2 rowspan=2>three</td></tr>
    <tr><td>two</td></tr>
    <tr><td rowspan=2>four</td><td>five</td><td rowspan=2>seven</td></tr>
    <tr><td>six</td></tr>
    </table>

    one three
    two
    four five seven
    six

    43


    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td colspan=3>one</td></tr>
    <tr><td>two</td><td colspan=2 rowspan=2>five</td></tr>
    <tr><td>three</td></tr>
    <tr><td>four</td><td>six</td><td>seven</td></tr>
    </table>

    one
    two five
    three
    four six seven


    44


     

    <center>
    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td>one</td><td>two</td><td>three</td></tr>
    <tr><td>four</td><td colspan=2 rowspan=3>seven</td></tr>
    <tr><td>five</td></tr>
    <tr><td>six</td></tr>
    </table></center>

     

    one two three
    four seven
    five
    six


    45


     

    <center>
    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td rowspan=2>one</td><td>two</td><td rowspan=2>four</td></tr>
    <tr><td>three</td></tr>
    <tr><td rowspan=2>five</td><td>six</td><td rowspan=2>eight</td></tr>
    <tr><td>seven</td></tr>
    </table></center>

     

    one two four
    three
    five six eight
    seven


    46


     

    <center>
    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td colspan=3>one</td></tr>
    <tr><td>two</td><td rowspan=2>four</td><td>five</td></tr>
    <tr><td>three</td> <td>six</td></tr>
    <tr><td colspan=3>seven</td></tr>
    </table></center>

     

    one
    two four five
    three six
    seven


    47


     

    <center>
    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=3>
    <tr><td colspan=3>one</td></tr>
    <tr><td rowspan=2>two</td><td>three</td><td rowspan=2>five</td></tr>
    <tr><td>four</td></tr>
    <tr><td colspan=3>six</td></tr>
    </table></center>

     

    one
    two three five
    four
    six


    48


     

    <center>
    <table border=2 width=50% cellspacing=5 cellpadding=8 bgcolor=cyan cols=4>
    <tr><td>one</td><td>two</td><td>three</td><td>four</td></tr>
    <tr><td>five</td><td>six</td><td>seven</td><td>eight</td></tr>
    <tr><td>nine</td><td>ten</td><td>eleven</td><td>twelve</td></tr>
    </table></center>

     

    one two three four
    five six seven eight
    nine ten eleven twelve


    49


    <table border=2 width=50% cellspacin


    Nhắn tin cho tác giả
    Nguyễn Thi Dung @ 12:55 22/02/2011
    Số lượt xem: 96
    Số lượt thích: 0 người
     
    Gửi ý kiến

    KIỂM TRA CODE NHANH

    Trang riêng của Nguyễn Thị Dung

    CÁM ƠN BẠN ĐÃ SỬ DỤNG - CHÚC BẠN HÀI LÒNG !

    Chương trình ứng dụng chính xác cho các loại mã Java Script; HTML. Chúc bạn luôn thành công !