CSS
Web
HTML
Random
Security
100

wwhat do the letters CSS stand for?

Cascading Style Sheet

100

true or false?

most text editors can be used to edit other code besides html and css?

true

100

html tag that does not have an open or closing tag?

<br>

<hr>

100

what is the name of my cat

Anakin

100

True or false?

 All public WiFi is secure

false

200

what is the difference between an internal and an external style sheet?

internal is on the page with html, it resides in the <head> section. External is on a separate document comprised of only CSS. this separate doc will be linked to by the html page.

200

what is a text editor?

a system or program that allows a user to edit text.

200

what do the letter HTML stand for?

Hyper Text Mark-up Language

200

What was September's graphic of the month?

Back to school

200

TRue or false?

Macs don't need antivirus software

true

300

what does a CSS selector do?

it selects the content on the html page that you want to change 

300

What is graphic design?

the art or skill of combining text and pictures in advertisements, magazines, or books.

300

how do you write an html comment?

<!-- comment-->

300

what does "URL" stand for?

Universal Resource Locator

300

What makes a password strong?

Using upper and lower case letters, numbers, symbols and more than 8 characters long

400

give an example of a CSS property and value

{font-size: 30px;}

400

How do you register a domain name?

with an organization called ICANN through a domain name registrar. pay a registration fee that costs around US$10 to US$35 for that name. GoDaddy.com

400

What is an element in html?

An HTML element is an individual component of an HTML (Hypertext Markup Language) document or web page. <p>blah-blah</p>

400

Where did I go to college?

Fresno State

400

what is phishing?

when someone poses as someone they are not in order to trick someone into revealing sensitive information

500

what is the CSS declaration for adding a background image to our page?

   body{

        background-image: url('image.jpg');

        background-position: value; 

        background-repeat: value;

}

500

what is a web host and why do you need one?

the activity or business of providing storage space and access for websites. You need one if you want a website on the web

500

what non-depreciated html tag would you use to create bold text?

<em>

500

What is the difference between "http" and "https" ?

"https" is used for secure communication over the internet. If a site does not have the "s" then it may not be safe to use.

500

What is 2-factor authentication?

security process in which the user provides two different authentication factors to verify themselves