CSS
Codes
HTML
Links
Definitions
100

What does CSS stand for?

 Cascading Style Sheet

100

What code is used to start a paragraph? 

<p> 

100

What does HTML stand for?

Hyper-Text Markup Language

100

What do links allow users to do?

Links allow users to click their way from page to page.

100

What is the Problem solving process?

the process by which we problem solve. 4 steps : define, prepare, try, reflect

200

What is the CSS comment tag?

/.../

200

What code is used for an image?

<img> 

200

What is a header? 

The beginning part of an HTML document

200

What are hyperlinks?

A hyperlink is a text or an image you can click on, and jump to another document.

200

Computer definition

A machine that inputs, outputs, stores, and processes information

300

What is a text indent?

Indents the first line of text in an element

300

what code is used to start a bullet?

<li>

300

What does URL stand for?

Uniform Resource Locator.

300

True or False:

HTML links are hyperlinks

True

300

Input  definition

something you plug in, move, touch, or use with a computer, cell phone, game system, or other similar device

400

What is a margin?

Clears an area round an element which is also outside of the border

400

What code is used to end a paragraph? 

<p/>

400

What is a web browser? 

Software used to retrieve and display web pages on the web.

400

What tag is used to define a link in HTML?

the <a> tag

400

Loop definition

a form of iteration. A loop repeats code until a certain condition is met.

500

Generic Family is a type of what? 

a font family name

500

What is another code for a bullet? 

 <ul>

500

What is an HTML editor?

An editor that makes web page creation easier than using a normal text editor.

500

What is an absolute URL?

A full web address

500

What is Visual Programming Language?

Any programming language that lets users create programs by manipulating program elements graphically rather than by specifying them textually.