HTML AND ITS DIFFERENT TAGS

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

<video>

Embed videos, HTML5, src, <source>.

2
New cards

<track>

Subtitles, time-based, media element, closed captions.

3
New cards

<time>

Datetime, machine-readable, human-readable.

4
New cards

<tfoot>

Table summary, columns, descendant <table>, before <tbody> or <tr>.

5
New cards

<tbody>

Table body, rows, after <thead>.

6
New cards

<summary>

Content summary, <details>, not browser-supported.

7
New cards

<source>

Media resources, cross-browser, <picture>, <audio>, <video>.

8
New cards

<section>

Structural, group elements, related content.

9
New cards

<ruby>

Asian languages, pronunciation, <rt>, <rp>.

10
New cards

<rt>

Pronunciation, ruby, annotation.

11
New cards

<rp>

Fallback, browsers, ruby annotations.

12
New cards

<q>

Inline quotes, no paragraph breaks.

13
New cards

<progress>

Progress bar, max, value, visual task completion.

14
New cards

<output>

Calculation result, <form>, JavaScript.

15
New cards

<optgroup>

Group <option> elements, dropdown <select>.