Search Header Logo
Computer Programming (Review)

Computer Programming (Review)

Assessment

Presentation

Computers

10th Grade

Hard

Created by

JOSEPH ALMONTE

Used 9+ times

FREE Resource

1 Slide • 5 Questions

1

media

Computer Programming

(Review)

Joseph Arnold L. Almonte​

2

Multiple Choice

How do you Make the image below float to the right of the paragraph?

1

<p><img src="sun.gif" style="float-to-the-right;"></p>

2

<p><img src="sun.gif" style="float-to-right;"></p>

3

<p><img src="sun.gif" style="float:right;"></p>

4

<p><img src="sun.gif" style="float-right;"></p>

3

Multiple Choice

In the form below, how do you add an input field with the type "button" and the value "Sign Up"?<form> ________________________</form>

1

<input type="field-button" value="Sign Up">

2

<input-field-type="button" value="Sign Up">

3

<inputfield type="button" value="Sign Up">

4

<input type="button" value="Sign Up">

4

Multiple Choice

How do you set the border to "1px solid green" for table, tr and td elements?

1

table, tr, td { border: 1px solid green; }

2

table tr td { border: 1px, solid, green; }

3

table, tr, td { border: 1px, solid, green; }

4

table tr td { border: 1px solid green; }

5

Multiple Choice

Which is the correct border property to add ROUNDED borders to id selector named "wrapper"?

1

#wrapper { rounded-border: 5px; }

2

.wrapper { rounded-border: 5px; }

3

#wrapper { border-radius: 5px; }

4

.wrapper { border-radius: 5px; }

6

Multiple Choice

Which of the following is the correct external style sheet with the URL: "myStyle.css"?

1

<link rel="stylesheet" href="mystyle.css">

2

<link rel="stylesheet" link="mystyle.css">

3

<link rel="stylesheet" src="mystyle.css">

4

<link rel="stylesheet" url="mystyle.css">

media

Computer Programming

(Review)

Joseph Arnold L. Almonte​

Show answer

Auto Play

Slide 1 / 6

SLIDE