Computer Science: HTML CSS Test Study Guide

Ace your homework & exams now with Quizwiz!

It is linked by the code: <link rel="stylesheet" href="style.css">

How is the index.html linked to the style.css page?

Three divisions as indicated by the <div> tags.

How many DIVISIONS are created by this code?

Tags allow the programmer to indicate the purpose of different parts of a web page, and tells the computer how to display various elements.

How would you describe or define an HTML tag?

The phrase, "Flowers in Chania" will be displayed on the web page

Images can improve the design and appearance of a web page, but sometimes there is a problem with the site. Based on the code below, what will happen if there is a problem viewing the image?

{ } opening and closing curly braces, : colon, ; semicolon

In CSS, what are the 3 most often used keyboard characters?

Cascading Style Sheet

What does CSS stand for?

Element

What is it called when you add the opening tag, content, and closing tag in HTML syntax?

Input

Which part of describing a computer is best represented by things such as the keyboard, mouse, camera, and microphone?

Define

Which step of the Problem Solving Process is best described by the questions, "What problem are you trying to solve?" "What are the constraints?"

Try

Which step of the Problem Solving Process is best described by the statement, "Put your plan into action?

It begins with <body> and ends with </body>

All HTML documents must start with a document type declaration: <!DOCTYPE html>. The HTML document itself begins with <html> and ends with </html>. How is the visible part (as seen on a web page) of the HTML document coded?

The body tag: <body>

In HTML, the content such as text, images, and buttons is displayed on the web page only when it is coded between what tag?

Begin with <!-- end with -->

In HTML, there is a way to make notes and comments about the code that does NOT appear on the browser. Pick the choice below that shows how the code starts and ends.

<br> tags in the sentence

Study the code in the picture. What tag can be used to match the view?

It does NOT match the view. The code is missing an opening and closing <ul> tag.

Study the picture. Does this code match the view, or is there something wrong with the code?

This code matches the view

Study the picture. Does this code match the view?

Internal

Study the picture. Is the CSS code internal or external?

style

Study the picture. The background and text color can be changed in HTML. What word needs to be added to the code (the box with the question mark) so that it will match the view?

The code is missing an </p> after the first sentence, and a opening and closing <p> tag for the sentence, "Chris has a dog."

Study the picture. What does the code need to match the view?

The heading code for "Soccer" should be <h2> and the heading code for "Football" should be <h3> in order to match the view. Also, there are missing <p> tags.

Study the picture. What does the code need to match the view?

Selector

Study the picture. What is "body" in CSS referred to as?

Value

Study the picture. What is "gray" in CSS referred to as?

Property

Study the picture. What is the "background-color" in CSS referred to as?

<a> tag, or sometimes referred to as an "a href" tag.

There are hyperlinks and link texts. What tag defines an HTML link?


Related study sets

Writing Workshop: Researching an Agency Quiz

View Set

Accounting Changes and Error Corrections

View Set

PTEC 2033- Process Safety Management [PSM]

View Set

MGMT 467 staffing and evaluation

View Set

(mental) Ch 9: The Nurse-Patient Relationship

View Set

Autism/down syndrome/intellectual disability

View Set

Chapter 12 & 13- Gender and Age- Sociology

View Set

RELATIONS AND FUNCTIONS: DOMAIN AND RANGE

View Set