Compsci

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 18

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

19 Terms

1

Which of the following is a valid html tag

<h1>

New cards
2

What does html stand for

Hyper text markup language

New cards
3

Which of the following is an examole of metadata about a webpage

The title of webpage

New cards
4

Whixh of the following lines of html code will insert an image into a webpage

<img src=

New cards
5

Which of the following is the correct html code to create a hyperlink that displays and links to google.com

<a href=

New cards
6

What is the function of the < > tag

Create a line break on the resulting webpage

New cards
7

All of the color you see on conputer screen are the result of a mix of the same three colors . Wgat colors?

Red, green, blue

New cards
8

What is the purpose of the <title> tag in an html doc

It sets the title that appears in the browser tab

New cards
9

Which html tag is used to create an ordered list

<ol>

New cards
10

Which of the following lines of html code will correctly display image with hyperlink

<img src=”link png”>

<a href=”link”>

New cards
11

Which of the following html code snippets is the propper way to set the background color of <h1> tag to blue

<h1 style= “background-color:blue,”> hello</h1>

New cards
12

Which of the following defines table row

<tr>

New cards
13

Which of the following tags define a table header

<th>

New cards
14

True ir false: as long as you cite your sources you can put any image

False

New cards
15

Which of the following CSS properties is used to changr the text color of an html element

Color

New cards
16

What does the <td> rag represent in an html table

Table data

New cards
17

Which html tag is used to create a numbered list

<ol>

New cards
18

Which of the following is the correct way to libk an external css file to an html document

<link rel=”stylesheet” href=style.cas”>

New cards
19
New cards
robot