flashcards html1

Post on 19-Jan-2015

249 Views

Category:

Technology

1 Downloads

Preview:

Click to see full reader

DESCRIPTION

 

TRANSCRIPT

1Q1

<p>

2A1

<p>Open Paragraph

3Q2

<head>

4A2

<head>Open Header

5Q3

What is a header?

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>

7Q5

In the following code, which part represents the tag?

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

8A5

In the following code, which part represents the tag?

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

9Q6

<h1>

10A6

<h1>Open Headline 1

11Q7

How many options for headlines are there?

12A7

How many options for headlines are there?

h1, h2, h3, h4, h5, h6

Bigger Smaller

13Q8

</p>

14A8

</p>Close Paragraph

15Q9

What are the major 4 rules of html?

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.

17Q10

</body>

18A10

</body>Close Body

19Q11

</h2>

20A11

</h2>Close Headline Two

21Q12

In the following code, which part represents the attribute?

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

22A12

In the following code, which part represents the attribute?

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

23Q13

<body>

24A13

<body>

25Q14

What is the error in the following code?

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

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

27Q15

<div>

28A15

<div>Open Page Division

29Q16

In the following code, which part represents the value?

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

30A16

In the following code, which part represents the value?

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

31Q17

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

32A17

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

The Internet

33Q18

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

34A18

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

The World Wide Web

top related