Search Header Logo
Web Tech

Web Tech

Assessment

Presentation

Computers

10th - 12th Grade

Easy

Created by

C N

Used 1+ times

FREE Resource

33 Slides • 35 Questions

1

media

2

media

3

media

4

media

5

media

6

media

7

media

8

media

9

media

10

media

11

media

12

media

13

media

14

media

15

media

16

media

17

media

18

media

19

media

20

media

21

media

22

media

23

media

24

media

25

media

26

media

27

media

28

media

29

media

30

media

31

media

32

media

33

media

34

Multiple Choice

What is HTML?

1

HyperText Markup Language

2

HighTower Makeup Language

3

Plain Text on Documents

4

Expensive Types of Candy

35

Multiple Choice

What language is used to define the structure of a webpage?

1

HTML

2

CSS

3

JavaScript

4

French

36

Multiple Choice

What language is used to add style to a webpage?

1

HTML

2

CSS

3

JavaScript

4

Welsh

37

Multiple Choice

Which is correct CSS syntax?

1

{body; colour = black;}

2

body: colour = black

3

body {

colour : black;}

4

{body colour is black}

38

Multiple Choice

What tag do you used to create a numbered list?

1

<list>

2

<ol>

3

<li>

4

<ul>

39

Multiple Choice

Which sets the colour of words in a paragraph

1

h1 {

colour: pink }

2

img {

colour: pink }

3

body {

colour: pink }

4

p {

colour: pink }

40

Multiple Choice

Select the rule to make all the text in your web page blue and centered.

1

p {

colour: blue; }

2

body {

text-align: left;

colour: blue; }

3

p {

text-align: center

colour: blue; }

4

body {

text-align: center

colour: blue; }

41

Multiple Choice

What symbols go around the properties for each CSS selector?

1

< >

2

[ ]

3

{ }

4

( )

42

Multiple Choice

What does CSS stand for?

1

Cascading style sheets

2

Certain Sumer stand

3

Color selctor stand

4

Cascading style selctor

43

Multiple Choice

Where in the HTML document is the correct location to insert code to link to your external CSS? 
1
In the <head> section
2
In the <body> section
3
At the very end of the document
4
At the very beginning of the document

44

Multiple Choice

Which is correct CSS syntax? 
1
{ body; color=black;}
2
body: color= black
3
body {color:black;}
4
(body color is black) 

45

Multiple Choice

Which is the value in this CSS?
p {color: red;}
1
p
2
color
3
red

46

Multiple Choice

If you want to have more than one property for a CSS selector, what character separates them?
1
comma (,)
2
semi-colon (;)
3
colon (:)
4
dash (-)

47

Multiple Choice

<img>

1

add an image

2

make text italic

3

 link to Internet<

48

Multiple Choice

You want to set the heading to use the font Arial.

1

h1 { font-family: arial; }

2

h1 { font: arial; }

3

heading 1 { font-family: arial; }

49

Multiple Choice

You want to set the width of a border.....

1

50px

2

50mm

3

50inches

50

Multiple Choice

Which of the following is the correct way to add an attribute?

1

<src>

2

classes:ids

3

id="title"

4

<id>

51

Multiple Choice

The correct syntax to connect an external style sheet to a Web page

1

<style rel="stylesheet" type="text/css" href="file.css" />

2

<link rel="stylesheet" type="text/css" href="file.css" />

3

<attach rel="stylesheet" type="text/css" href="file.css" />

4

<a rel="stylesheet" type="text/css" href="file.css" />

52

Open Ended

Question image

Write the HTML code for the following web page

53

Open Ended

Question image

Now write the HTML code if we wanted to make the heading slightly smaller using a different heading tag and change the list to be an ordered list.

54

Multiple Choice

What is the correct syntax to change the background color with css?

1

background-color: purple;

2

background-color = "purple";

3

backgroundcolor=orange

4

change-background-color: purple

55

Multiple Choice

What is missing from this HTML skeleton?


<!DOCTYPE html>

<html>

<body>

</body>

</html>

1

<head></head>

2

<div></div>

3

<img></img>

4

<head>

56

Open Ended

Explain the difference between HTML, CSS and JavaScript

57

Multiple Choice

Where should you put the link tag to connect your CSS and HTML file?

1

Between the <head> </head> in HTML

2

Between the <body> </body> in HTML

3

None of the above.

58

Multiple Choice

Which HTML tag is used to define an internal style sheet?

1

<style>

2

<css>

3

<script>

4

<link>

59

Multiple Choice

Which property is used to change the font size of an element in CSS?

1

font-weight

2

font-size

3

font-style

4

font-family

60

Multiple Choice

What are the three foundational coding languages of the internet?

1

HTML, CSS, and JavaScript

2

Python, Java, and C++

3

French, Dutch, and German

4

Firefox, Chrome, and Internet Explorer

61

Multiple Choice

<p ---------="About W3Schools">W3Schools is a web developer's site.</p>

1

title

2

class

3

head

62

Multiple Choice

<p>WWF's mission is to stop the ------degradation-------- of our planet's natural environment.</p>

ADD EXTRA IMPORTANCE TO DEGRADATION

1

<strong>

</strong>

2

<mark>

</mark>

63

Multiple Choice

Add the correct HTML attribute to display the"smiley.png" image

<img=----------------->

1

src="smiley.png"

2

source="smiley.png"

3

image="smiley.png"

4

alt="smiley.png"

64

Multiple Choice

Add a line break in the middle of the paragraph:

<p>My Bonnie lies----------over the ocean.</p>

1

<img>

2

<br>

3

<hr>

4

<html>

65

Multiple Choice

Set the top padding of <h1> element to 30px;

<style>

h1 {

------ : 30px;

}

</style>

1

padding-left

2

padding-top

3

padding-bottom

4

padding-right

66

Multiple Choice

In the form below, add an input field with the type "button" and the value "OK".

<form>

<------------->

</form>

1

<input type="button" value=ok>

2

<input type="button" value="OK">

67

Multiple Choice

Use the correct HTML attribute, and CSS, to set the color of the paragraph to "blue".

<p ="----- ;-------">This is a paragraph.</p>

1

style="color:blue;"

2

style="colour:blue;"

68

Multiple Choice

Add a list item with the text "Coffee" inside the <ul>

<ul>

----Coffee---

</ul>

1

<li>

</li>

2

<LI>

</LI>

media

Show answer

Auto Play

Slide 1 / 68

SLIDE