COT_2ND Q

COT_2ND Q

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

MTA Introduction to Programming Using HTML and CSS Lesson 2

MTA Introduction to Programming Using HTML and CSS Lesson 2

7th - 12th Grade

10 Qs

Introduction to HTML/CSS Quiz 7: Introduction to WordPress

Introduction to HTML/CSS Quiz 7: Introduction to WordPress

6th - 12th Grade

7 Qs

Introduction to HTML

Introduction to HTML

9th - 12th Grade

10 Qs

Artificial Intelligence Quiz Online

Artificial Intelligence Quiz Online

8th Grade - University

10 Qs

Basic HTML Tags I

Basic HTML Tags I

9th - 12th Grade

11 Qs

HTML/CSS Quiz

HTML/CSS Quiz

10th Grade - University

10 Qs

REVIEW ACTIVITY

REVIEW ACTIVITY

10th Grade

10 Qs

CodeHS HTML Review/Retake

CodeHS HTML Review/Retake

9th - 12th Grade

9 Qs

COT_2ND Q

COT_2ND Q

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Jen Ittiw

Used 5+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dwayne, Audrile, and Matt are working on their webpage where they need to understand the concept of table row elements. These elements are the data containers of the table and can contain all sorts of HTML elements such as text, images, lists, other tables, etc. Is this statement true or false?

TRUE

FALSE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While working on a group project, Yael and Nico discuss the CSS property 'border-collapse'. Yael says, 'Border collapse collapses the borders of adjacent cells into a single border instead of separating them.' Nico is not sure if she is correct. Who is right?

YAEL

NICO

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

During a computer class, Meloyce asked her teacher, 'Within the body of the tables both the HEADING and DATA sections are closed with which tags?'

   

  <table> </table>

<tr> </tr>

body tags

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ernest is creating a webpage and wants to include a type of table that uses only standard word-processing characters. What type of table should he use? 

graphical table

text table

audio

cascading style sheet

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  What does this tag do: <a href = “homepage.html  “ > HOME PAGE <a/>

Links to an image saved in your work area

  Links to an image from a website

Links to an about us page from your webpage

Links to an Home page from your webpage

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

    Maegan, Araceli, and Riann are choosing their strand for the upcoming SNH enrollment. What is the purpose of the 'selected' attribute in the <option> tag within the <select> tag?    

The option with 'selected' will be chosen by default

The option with 'selected' will not be displayed

The option with 'selected' cannot be chosen

None of the above