HTML / CSS basic terminology

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

1/27

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.

28 Terms

1
New cards

HTML

hypertext mark up language

2
New cards

css

cascading styles sheets

3
New cards

class

a group of elements that are the same or similar

4
New cards

attribute

specification or property of an object

5
New cards

property

special attributes associated with an object

6
New cards

<p>

paragraph

7
New cards

<h1>

header

8
New cards

<a>

hyperlink

9
New cards

<img>

image

10
New cards

<head>

info about doc

11
New cards

<br>

line break

12
New cards

<title>

title

13
New cards

<ol>

ordered list

14
New cards

<ul>

unordered list

15
New cards

<body>

main text

16
New cards

change colour

color

17
New cards

change font

font-family

18
New cards

change font size

font-size

19
New cards

positioning and formatting content

float

20
New cards

control how far away selected is from floated element

clear

21
New cards

space around bored of element

margin

22
New cards

making space inside the element keeping it a set distance away from other elemebts

23
New cards

<header>

header for whole page

24
New cards

<nav>

navigation links

25
New cards

<section>

defines a section of a web page

26
New cards

<article>

defines independent text content

27
New cards

<figure>

defines independent visual context

28
New cards

<footer>

defines footer for the whole page