Lesson 1 HTML5 Essential

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

1/20

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.

21 Terms

1
New cards

What is HTML5

Is a markup language used for structuring and describing Webpage content

2
New cards

What is CSS3?

Provides formatting and looks to a webpage or document written in a markup lanaguage

3
New cards

What is javascript

Provides dynamic and interactive elements to webpages

4
New cards

what do you use <!DOCTYPE> for?

To specifcy the variant of HTML you are using to develope your webpages

5
New cards

XTML

A version of HTML that incorporates the strict syntax rules of Extensible Markup with the existing set of HTML create to create web documents

6
New cards

what is HTML5 deigned for

To eliminate the need for third party plug-ins and add-ons during Web development

7
New cards

<header>

defines the top of the webpage typically includes the company logo

8
New cards

<main>

defines content that is directly related to the subject of the document

9
New cards

<articlee>

defines site content accompany the main content: typically incudes company services, blongs, images, tweets

10
New cards

<aside>

defines the content that is supplementary to the main content: typically includes advertisements or news feeds

11
New cards

<footer>

defines the bottom of the webpage: typically includes copyright and contact information

12
New cards

<details>

describes additional information tat the user can view or hide

13
New cards

<figcaption>

describes a title for a <figure> element

14
New cards

<figure>

Describes self-contained content such as diagrams, photos, code listings

15
New cards

<mark>

describes highlighted text

16
New cards

Audio format

MP3, WAV, OGG, and MP4

17
New cards

Video format

WEBM, OGG, and MP4

18
New cards

geolocation

technology that allows developers to retrieve the whereabouts of a website visitor

19
New cards

canvas

an HTMP5 Api that is used for rendering image visual images on the fly by providing a bitmap area for scripts

20
New cards
21
New cards