Website Authoring (HTML - CSS) - Topical Book - Year 9

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

1/11

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.

12 Terms

1
New cards

Keywords

Specific words with predefined meanings in a programming language.

2
New cards

HTML

The standard markup language for creating web pages.

3
New cards

Attributes

Provide additional information about HTML elements.

4
New cards

Metadata

Data about data, specified using the <meta> tag.

5
New cards

CSS

A style sheet language for describing the look and formatting of HTML documents.

6
New cards

Inline CSS

CSS applied directly to HTML elements using the style attribute.

7
New cards

Internal CSS

CSS defined within the <style> tag in the <head> section of an HTML page.

8
New cards

External CSS

CSS defined in separate .css files and linked to HTML documents using the <link> tag.

9
New cards
`

`

Defines a paragraph.

10
New cards

`

to

`

Defines headings of different levels.

11
New cards
`
`

Defines a line break.

12
New cards
``

Defines an image.