HTML Tags
CSS Tags
Repl.it
Extra Knowledge
About Me
100

What does <strong></strong> do?

What is bolds the text?

100

What does this code do?

p {

      color: green;

}

What is it colors the paragraph text green?

100

How do you create a new repl? (name the color and the text on where you click)

What is on the homepage, click the blue button titled +New Repl?
100

Where can you find all presentations and recordings of previous classes? 

What is on google classroom?

100

What is my nickname that I told you guys you can call me? 

What is MJ? 

200

This is what I wrote to insert a link that opens in a new page: <a href=“URL”>Displayed Text</a>

Why doesn't this work?

What is because it need target="_blank"?

200
What is line-height: ; used for? 

What is edits spacing between lines? 

200

What is something I changed in the final project requirements that we were previously doing all the time on repl.it? (Hint: CSS code)

What is writing all CSS code in a <style></style> tag instead of in a CSS file? 

200

Why did I not put text-align: left; as an option in our HTML tags document? 

What is because text is automatically aligned left and it would be redundant? 

200

What grade will I be going in this upcoming fall? 

What is 12th grade (highschool senior)? 

300

What does this code produce?

<ul>

       <li>Banana </li>

       <li>Apple</li>

</ul>

What is an unordered list of two items with fruits?

300

In the border: ; tag, what is the are the three elements you need to write after the colon (in order left to right)? 

What is border size (in px or em), border texture, and border color? 

300

How do share a repl with someone so they can view both the code and what it looks like when it is run? 

What is click the +Invite button and generate a join link for someone to click on? 

300

Why should you use <strong></strong> over 

font-weight: bold; in some cases? 

What is because some text readers for the blind emphasize places that use <strong></strong> but not always for font-weight: bold; 

300

What is my email and what are the two modes of communication you can access by knowing this information? 

What is mj82215@student.musd.org?

What is emailing and sending a hangouts message? 

400

This is the format for inserting an image in HTML: <img src=”URL” alt=”Description” height=””>

Why do we need to put a description? 

What is in case the image doesn't load, so the user has an idea of what the is in the image?

400

In the font: ; shortcut, what are three elements used after the colon (in order)? 

What is font-style, font-size, font-family? 

400

How do you insert a YouTube video into a repl? 

What is go to youtube video, click share, click <>embed, and copy and paste code into repl?

400

What is the difference between position: relative; and position: absolute? 

What is position relative means relative to where it is supposed to be (based on top, bottom, etc. constructors) and position absolute means relative to the next parent element? 

400

Name all the coding languages I have experience in. 

What is HTML/CSS, Java, and Python? 
500

What does HTML stand for? 

What is Hyper Text Markup Language?

500

What does the float: ; elements do? 

What is it wraps an object around in the direction written? 

500

When you open a new repl, there are three files: name all three files and what type of code goes in each. 

What is an HTML file for HTML code, a CSS file for CSS code, and a Javascript file for JS code? 

500
In the quiz question we did during that one class, what were the three cartoon characters (in any order) that I used? 

What are Doraemon, Crayon Shin-Chan, and Pingu? 

500

What is the type of potatoes I said I would want to be and what was my reasoning behind it? 

What is french fries, because then at least I would not go to waste? 
M
e
n
u