HTML Fundamentals

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

1/10

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.

11 Terms

1
New cards

Hypertext Markup Language (HTML)

Basic building block of your website

2
New cards

HTML Documents

Documents that start with either .html or .htm

3
New cards

Tags

Angled brackets that are usually in pairs (ex: <html>)

4
New cards

Elements

Everything that you put between the start tag and the end tags (ex: <title>Be Blessed</title)

5
New cards

World Wide Web Consortium(W3C)

Primary group guiding the evolution of HTML

6
New cards

Metadata

Means “data about data”, it containd the author’s information, the type of editor used, description, ect.

7
New cards

Align Attribute

Aligns the document

8
New cards

Blank Spaces

Inserts a blank space within a line of text

9
New cards

Block Quote

Sets off a paragraph fron the rest of the document page, commonly used with quoted text

10
New cards

Inserting a comment

Writes notes to yourself within an HTML Document

11
New cards

Changing Font

Changes the appearance of your text