What is the paragraph element?
What is <p></p>?
How do you change the background of the website using CSS?
What is
body {
background-color: blue;
}
How do you add text to an image?
What is the text tool?
How do you find all the google apps? (such as Google Docs, Calendar, Gmail)
What is the 9 square dot icon on the right top corner?
What two tags do you use to create a list?
What is <ul>/<ol> and <li>?
What do you put in front of a class?
What is a dot (.)
How do you open an image in Photoshop?
What is File > Open?
How do you add an email signature to your Gmail?
What is the settings?
What is the image element?
What is <img src=""/>?
What do you put in front of an id?
What is a hashtag (#)?
How do you crop an image?
What is the crop tool?
How do you create a new Google Document?
What is Drive > New > Google Doc or Google Docs > New
How many heading tags are there?
What is 6?
What is one way to move an object to the center in CSS?
What is
float: center;
align-content: center;
text-align: center;
How do you add a blur effect?
What is Filter > Blur Gallery?
How do you create an event on Google Schedule?
What is Open Calendar and click on anything?
What tag can you use to put CSS within an HTML file?
What is the style tag? (<style></style>)
What is a selector?
What is
selector-example {}
How do you resize an image?
What is Image > Image Size?
Name three Google Apps.
What is Google Docs, Google Calendar, Google Slides, and/or Google Drive?