Other Stuff
IMG
Coding
CSS
Education
100

What are hyperlinks

Hyperlinks can connect to local web pages or external web pages. To add navigation to your website you will need to add hyperlinks which connect your individual web pages. You can add hyperlinks to your web page using the <a> element. The text you want to display as the hyperlink goes between the opening and closing hyperlink tags. The <a> element has an attribute href which is the location to link to. The location of a local page is just the file path for that page.

100

How do I add images?

The <img> tag allows you to show images on your web page.

100

what is the correct coding part to create  paragraphs.

<p>

100

What does opacity do

Fades the images

100

what is the type of education that code.org Brings

Coding

200

How do I add hyperlinks

You can add hyperlinks to your web page using the <a> element. The text you want to display as the hyperlink goes between the opening and closing hyperlink tags. The <a> element has an attribute href which is the location to link to. The location of a local page is just the file path for that page.

200

Why does an image tag not have a closing tag?

An image tag doesn't need a closing tag because there is no text content which must be wrapped in tags. The content that shows on the screen is specified through the tags attributes.

200

what is the part of code that encases all of the writing portion of the coding file.

<body> tag

200

What is CSS?

CSS is a language that controls the way content on a web site appears.

200

Does Code.org want us to learn?

Yes

300

Why would a web developer use CSS classes?

A web developer uses classes when some elements should be styled differently than others, even if they are the same tag. Classes can also be used to give elements that have different tags the same style.

300

What is an attribute?

Attributes are extra information included in a tag. Attributes have names and values. The name tells what type of information is being provided and then the value gives the specific information for that tag. 


300

what is the first part of every html file.

What is a <!DOCTYPE html>part of the code?

300

What is a style sheet?

A style sheet is a document that controls how a web page will appear. External style sheets are separate files that are linked to the HTML page.

300

Why Is computing important to us 

Teaches us the basics of a computer

400

In CSS classes Why does the selector have a period in front of it?

In CSS, a period in front of a selector means that the selector is the name of a class. If there is no period, it means that the selector is the name of an HTML tag.

400

What page Can spice up your images

CSS

400

what is the code part that is used to create bullet points.

What is the <li>

400

What colors can you use on css

Any color using RGB

400

What Type of education will code.org provide us 

Non-Profit Education

500

In CSS classes How does the code work? 

For the code to work, you need a class, a rule-set, and elements added to the class.

500

Name one thing you can spice up your image

Borders, Opacity, Image width/height

500

What code centers an image

what is <center>

500

What does px mean / What is a pixel?

Pixel, which is abbreviated px, is how elements are measured in CSS. It’s the size of a single point of light on the screen.

500

Does code.org Provide different languages for people

yes