Intro to HTML

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

1/12

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

HTML

is used to create pages and make them functional==

2
New cards

Hypertext

means that the document contains links that allow the reader to jump to other places in the document or to another document altogether.

3
New cards

element content

The is everything between the opening and closing tags==

4
New cards

HTML Lines

: The HTML horizontal rule can be used to divide content areas and uses the**

5
New cards

Comment elements

are written as follows and do not show on your rendered page.

6
New cards

HTML

describes what a page should look like when viewed through a web browser such a Mozilla Firefox, Google Chrome, Safari, and Internet Explorer.

7
New cards

HTML

was first created by Tim Berners- Lee, Robert Cailliau, and others starting in 1989.

8
New cards

HTML

is a mark- up language which is comprised of a set of tags that describe the documents content.== files are simple text files that contain plain text and tags and typically have the file extension .html or .htm.

9
New cards

To do this HTML uses two things

tags and attributes

10
New cards

For Example

content Your HTML document should always contain to signify the beginning of the HMTL content and to signify the end

11
New cards

The document is in English, use the en country code as the attribute value

**** Character Sets A "character set" is kind of like a digital alphabet for your browser

12
New cards

HTML Lines

The HTML horizontal rule can be used to divide content areas and uses the **

13
New cards
  • HTML Comments

Comments can be inserted into HTML code to make it more readable and to explain to the reader of your code what it is you plan to do or what you have changed