html

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

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 1 person
47 days ago
5.0(1)
note Note
studied byStudied by 13 people
782 days ago
4.0(1)
note Note
studied byStudied by 12 people
871 days ago
5.0(1)
note Note
studied byStudied by 4 people
157 days ago
5.0(1)
note Note
studied byStudied by 23 people
153 days ago
5.0(1)
note Note
studied byStudied by 12 people
844 days ago
5.0(1)
note Note
studied byStudied by 14 people
777 days ago
5.0(1)
note Note
studied byStudied by 11222 people
689 days ago
4.7(36)

Explore top flashcards

flashcards Flashcard (40)
studied byStudied by 6 people
92 days ago
5.0(1)
flashcards Flashcard (121)
studied byStudied by 17 people
536 days ago
5.0(2)
flashcards Flashcard (51)
studied byStudied by 92 people
339 days ago
5.0(1)
flashcards Flashcard (132)
studied byStudied by 1 person
160 days ago
5.0(1)
flashcards Flashcard (96)
studied byStudied by 35 people
488 days ago
5.0(2)
flashcards Flashcard (73)
studied byStudied by 6 people
263 days ago
5.0(1)
flashcards Flashcard (65)
studied byStudied by 4 people
630 days ago
5.0(1)
flashcards Flashcard (35)
studied byStudied by 4 people
375 days ago
5.0(1)
robot