HTML

studied byStudied by 1 person
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 / 25

encourage image

There's no tags or description

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

26 Terms

1

HTML

Hypertext Markup Language - markup language that web browsers use to interpret and compose text, images, and other material into web pages.

New cards
2

.htm or .html

File extension for an HTML file.

New cards
3

Tim Berners-Lee

In 1989, he wrote a memo proposing an Internet-based hypertext system and specified HTML.

New cards
4

HTML Tags

Elements that comprise the most part of HTML and are defined by a starting tag and end with a closing tag.

New cards
5

Attributes

Provide additional information about an element.

New cards
6

href Attribute

Specifies the link address for HTML links.

New cards
7

src Attribute

Specifies the filename for HTML images.

New cards
8

width and height

Attributes that specify the dimensions of an image in pixels.

New cards
9

alt Attribute

Specifies alternative text to be used if an image cannot be displayed.

New cards
10

style Attribute

Specifies the styling of an element, such as color, font, size, etc.

New cards
11

lang Attribute

Declares the language of the HTML document.

New cards
12

title Attribute

Displays a tooltip when you mouse over the element.

New cards
13

body

Where all other elements are placed and displayed.

New cards
14

head

Where metadata is encoded.

New cards
15

Metadata

Data about data, typically used to specify page description, keywords, author, last modified, etc.

New cards
16

Sandwich Structure

HTML structure where elements can be nested inside other elements.

New cards
17

HTML5

The latest version of HTML, published in 2014, with new tags and features.

New cards
18

New Tags in HTML5

section, header, footer, nav, article, aside, figure.

New cards
19

New Inline Elements in HTML5

mark, time, meter, progress.

New cards
20

New Dynamic Pages Support in HTML5

Context menus, href, async attribute, details, datagrid, menu, command.

New cards
21

New Form Types in HTML5

datetime, datetime-local, date, month, week, time, number, range, email, url.

New cards
22

New Elements in HTML5

canvas, video, audio.

New cards
23

CSS

Cascading Style Sheet - language that describes the style of an HTML document.

New cards
24

Two Parts in CSS

Selector and Declaration.

New cards
25

Two Parts in Declaration

Property and Value.

New cards
26

Three Types of Attaching CSS

Inline Style, Embedding Style, External Style.

New cards
robot