wwhat do the letters CSS stand for?
Cascading Style Sheet
true or false?
most text editors can be used to edit other code besides html and css?
true
html tag that does not have an open or closing tag?
<br>
<hr>
what is the name of my cat
Anakin
True or false?
All public WiFi is secure
false
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.
what is a text editor?
a system or program that allows a user to edit text.
what do the letter HTML stand for?
Hyper Text Mark-up Language
What was September's graphic of the month?
Back to school
TRue or false?
Macs don't need antivirus software
true
what does a CSS selector do?
it selects the content on the html page that you want to change
What is graphic design?
the art or skill of combining text and pictures in advertisements, magazines, or books.
how do you write an html comment?
<!-- comment-->
what does "URL" stand for?
Universal Resource Locator
What makes a password strong?
Using upper and lower case letters, numbers, symbols and more than 8 characters long
give an example of a CSS property and value
{font-size: 30px;}
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
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>
Where did I go to college?
Fresno State
what is phishing?
when someone poses as someone they are not in order to trick someone into revealing sensitive information
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;
}
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
what non-depreciated html tag would you use to create bold text?
<em>
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.
What is 2-factor authentication?
security process in which the user provides two different authentication factors to verify themselves