HTML uses tags like and for formatting output, like bold or italic text. Examples :
• This text is bold -> This text is bold
• This text is italic -> This text is bold
Sumber W3C School.
Tag Description
Define Bold Text
Define Italic Text
Define subscripted Text
HTML Styles
Atttribute style
Attribut Style digunakan secara langsung terhadap tag yang berada dalam BODY untuk melakukan pengaturan dengan properti-properti CSS.
HTML Images
Mengenal Jenis Gambar
Sebelum mempraktekkan penambahan gambar dalam dokumen web, ada baiknya untuk mengenal berbagi tipe gambar yang dapat ditampilkan oleh browser.
HTML Tables
ELEMEN TABLE
Untuk membuat tabel. Anda harus memulainya dengan pasangan tag
Atribut Table:
• Border : untuk membuat batas tepi.
• Width : untuk mengatur lebar table.
• Align : untuk mengatur bentuk perataan horizontal data di dalam table. Seperti kiri, tengah, atau kanan
• DLL.
Group Baris
Baris tabel bisa dibagi menjadi tabel head. Tabel foot dan tabel body dengan menggunakan elemen THEAD, TFOOT dan TBODY.
Tabel head dan tabel tfoot berisi informasi tentang tabel kolom
tabel body berisi dari table data.
Setiap THEAD, TFOOT dan TBODY berisi group baris dan masing-masing group paling sedikit berisi satu baris didefinisikan dengan elemen
HTML List
HTML Unordered Lists
An unordered list starts with the
- tag. Each list item starts with the
- tag.
The list items are marked with bullets (typically small black circles).
HTML Ordered Lists
An ordered list starts with the- tag. Each list item starts with the
- tag.
The list items are marked with numbers.
HTML Definition Lists
A definition list is a list of items, with a description of each item.
The- tag defines a definition list.
- (defines the item in the list) and
- (describes the item in the list):
Tag Description- Defines an ordered list
- Defines a list item
- Defines a definition list
- Defines an item in a definition list
- Defines a description of an item in a definition list
Subscribe to: Post Comments (Atom)
- Defines an item in a definition list
- Defines an unordered list
- Defines a list item
The- tag is used in conjunction with
- tag.
No comments:
Post a Comment