CODES
HTML
CSS
LINKS
DEFINITIONS
100

What starts a code?

A less than and a greater than symbol

100

What does HTML mean?

Hypertext Markup Language 

100

What does CSS stand for?

Cascading style sheet

100

What is a link?

A link is a HTML object that allows you to jump to a new location? 

100

Input definition 

What is put in, takin out, or operated on by any process or system 

200

What code do you use for different size headers?

h1, h2, h3, h4, h5, h6

200

What are HTML tags?

HTML tags are composed of three things, an opening tag, content and a ending tag

200

What is the origin of CSS?

Standard Generalized Markup Language marked the beginning of style sheets in 1980

200

What do links allow the user to do?

Lets you get to other websites or pages more easily and frequently 

200

Output definition

The amount of something produced by a person.

300

What code do you use to start a paragraph?

<p>, </p>

300

How many types of headings does an HTML have?

An HTML contains 6 different kinds of headings 

300

What are the limitations of CSS?

No expressions, rules, styles, targeting specific text not possible 

300

How do links and anchors work?

Links are a way to identify a series of elements, which, when clicked on, take the browser to another page 

400

What does the code li and ol mean?

Bullet points, Numbers 

400

What is the layout of a HTML?

HTML layout specifies a way in which the web page is arranged.

400

What is the CSS comment tag

<!--comment-->

400

Does a hyperlink only apply to text?

No, you can use hyperlinks on text and images both.

500

How do you right the code to link an image?

<img href="image.jpg" alt="image">

500

How do you create a hyperlink in a HTML?

The HTML provides an anchor tag to create a hyperlink that links one page to another page 

500

What are CSS frameworks?

A library allowing for easier, more standards-compliant web design while using the cascading style sheet

500

What is the difference between Absolute and Relative links?

Absolute links point to a specific point on the internet. A relative link shows the current URL's relation to the linked pages URL

M
e
n
u