What does <strong></strong> do?
What is bolds the text?
What does this code do?
p {
color: green;
}
What is it colors the paragraph text green?
How do you create a new repl? (name the color and the text on where you click)
Where can you find all presentations and recordings of previous classes?
What is on google classroom?
What is my nickname that I told you guys you can call me?
What is MJ?
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"?
What is edits spacing between lines?
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?
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?
What grade will I be going in this upcoming fall?
What is 12th grade (highschool senior)?
What does this code produce?
<ul>
<li>Banana </li>
<li>Apple</li>
</ul>
What is an unordered list of two items with fruits?
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?
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?
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;
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?
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?
In the font: ; shortcut, what are three elements used after the colon (in order)?
What is font-style, font-size, font-family?
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?
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?
Name all the coding languages I have experience in.
What does HTML stand for?
What is Hyper Text Markup Language?
What does the float: ; elements do?
What is it wraps an object around in the direction written?
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?
What are Doraemon, Crayon Shin-Chan, and Pingu?
What is the type of potatoes I said I would want to be and what was my reasoning behind it?