What does CSS stand for?
Cascading Style Sheet
What code is used to start a paragraph?
<p>
What does HTML stand for?
Hyper-Text Markup Language
What do links allow users to do?
Links allow users to click their way from page to page.
What is the Problem solving process?
the process by which we problem solve. 4 steps : define, prepare, try, reflect
What is the CSS comment tag?
/.../
What code is used for an image?
<img>
What is a header?
The beginning part of an HTML document
What are hyperlinks?
A hyperlink is a text or an image you can click on, and jump to another document.
Computer definition
A machine that inputs, outputs, stores, and processes information
What is a text indent?
Indents the first line of text in an element
what code is used to start a bullet?
<li>
What does URL stand for?
Uniform Resource Locator.
True or False:
HTML links are hyperlinks
True
Input definition
something you plug in, move, touch, or use with a computer, cell phone, game system, or other similar device
What is a margin?
Clears an area round an element which is also outside of the border
What code is used to end a paragraph?
<p/>
What is a web browser?
Software used to retrieve and display web pages on the web.
What tag is used to define a link in HTML?
the <a> tag
Loop definition
a form of iteration. A loop repeats code until a certain condition is met.
Generic Family is a type of what?
a font family name
What is another code for a bullet?
<ul>
What is an HTML editor?
An editor that makes web page creation easier than using a normal text editor.
What is an absolute URL?
A full web address
What is Visual Programming Language?
Any programming language that lets users create programs by manipulating program elements graphically rather than by specifying them textually.