html

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

define html tables

1 / 6

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

7 Terms

1

define html tables

HTML tables allow web developers to arrange data into rows and columns.


New cards
2

difference between ul and ol tags

<ul> is for unordered lists, where the order of items doesn't matter, and bullet points are typically used. <ol> is for ordered lists, where items have a specific sequence, and numbers or letters are used to indicate the order of items.

New cards
3

how are html tables created

  1. Start with the <table> element to create the table structure.

  2. Add rows using the <tr> element, with each <tr> representing a new row.

  3. Optionally, use the <th> element to create header cells to label the data in the first row or column.

  4. Insert data cells using the <td> element for the actual data in the table.

New cards
4

list-style-image

you can use a custom image as the marker for list items

New cards
5

List-style

the list-style property is a shorthand property that combines several list-related properties into one.

New cards
6

empty-cell

the empty-cells property allows you to determine whether or not the borders and backgrounds of empty table cells should be displayed.

New cards
7

New cards

Explore top notes

note Note
studied byStudied by 28 people
... ago
5.0(1)
note Note
studied byStudied by 10 people
... ago
5.0(1)
note Note
studied byStudied by 10 people
... ago
5.0(1)
note Note
studied byStudied by 3 people
... ago
5.0(1)
note Note
studied byStudied by 13 people
... ago
5.0(1)
note Note
studied byStudied by 8 people
... ago
5.0(1)
note Note
studied byStudied by 31 people
... ago
5.0(2)

Explore top flashcards

flashcards Flashcard (255)
studied byStudied by 13 people
... ago
5.0(1)
flashcards Flashcard (56)
studied byStudied by 6 people
... ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 12 people
... ago
5.0(2)
flashcards Flashcard (38)
studied byStudied by 24 people
... ago
5.0(1)
flashcards Flashcard (72)
studied byStudied by 132 people
... ago
5.0(3)
flashcards Flashcard (87)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (96)
studied byStudied by 22 people
... ago
5.0(1)
flashcards Flashcard (485)
studied byStudied by 305 people
... ago
5.0(6)
robot