flashcards html1

34
1 Q1 <p>

Upload: thomasvizza

Post on 19-Jan-2015

256 views

Category:

Technology


1 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Flashcards html1

1Q1

<p>

Page 2: Flashcards html1

2A1

<p>Open Paragraph

Page 3: Flashcards html1

3Q2

<head>

Page 4: Flashcards html1

4A2

<head>Open Header

Page 5: Flashcards html1

5Q3

What is a header?

Page 6: Flashcards html1

6A4

What is a header?

<head>The part of the html document that contains 

information about the page that is not usually displayed 

on the page</head>

Page 7: Flashcards html1

7Q5

In the following code, which part represents the tag?

<h1 align="right">Look Here</h1>

Page 8: Flashcards html1

8A5

In the following code, which part represents the tag?

<h1 align="right">Look Here</h1>

Page 9: Flashcards html1

9Q6

<h1>

Page 10: Flashcards html1

10A6

<h1>Open Headline 1

Page 11: Flashcards html1

11Q7

How many options for headlines are there?

Page 12: Flashcards html1

12A7

How many options for headlines are there?

h1, h2, h3, h4, h5, h6

Bigger Smaller

Page 13: Flashcards html1

13Q8

</p>

Page 14: Flashcards html1

14A8

</p>Close Paragraph

Page 15: Flashcards html1

15Q9

What are the major 4 rules of html?

Page 16: Flashcards html1

16A9

What are the major 4 rules of html?

1.  Only code in lowercase2.  Close everything that you open.3.  All values are enclosed by quotes.4.  All tags must be nested.

Page 17: Flashcards html1

17Q10

</body>

Page 18: Flashcards html1

18A10

</body>Close Body

Page 19: Flashcards html1

19Q11

</h2>

Page 20: Flashcards html1

20A11

</h2>Close Headline Two

Page 21: Flashcards html1

21Q12

In the following code, which part represents the attribute?

<h1 align="right">Look Here</h1>

Page 22: Flashcards html1

22A12

In the following code, which part represents the attribute?

<h1 align="right">Look Here</h1>

Page 23: Flashcards html1

23Q13

<body>

Page 24: Flashcards html1

24A13

<body>

Page 25: Flashcards html1

25Q14

What is the error in the following code?

<H4 align=center>Page Title</H4>

Page 26: Flashcards html1

26A14

What is the error in the following code?

<H4 align=center>Page Title</H4>

You can NOT use capital letters for tags in HTML

Page 27: Flashcards html1

27Q15

<div>

Page 28: Flashcards html1

28A15

<div>Open Page Division

Page 29: Flashcards html1

29Q16

In the following code, which part represents the value?

<h1 align="right">Look Here</h1>

Page 30: Flashcards html1

30A16

In the following code, which part represents the value?

<h1 align="right">Look Here</h1>

Page 31: Flashcards html1

31Q17

What is the name for the collection of networked computers around the world?

Page 32: Flashcards html1

32A17

What is the name for the collection of networked computers around the world?

The Internet

Page 33: Flashcards html1

33Q18

What is the name of millions of documents housed on computers around the world that is available for viewing.

Page 34: Flashcards html1

34A18

What is the name of millions of documents housed on computers around the world that is available for viewing.

The World Wide Web