Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/20
Score 0
Which is the correct end tag for <strong>?
30
<end>
//strong>
<strong/>
</strong>
Q 2/20
Score 0
Which tags would you use to make the text look more bold than the surrounding text?
30
<100></100>
<upper></upper>
<big></big>
<strong></strong>
20 questions
Q.
Which is the correct end tag for <strong>?
1
30 sec
Q.
Which tags would you use to make the text look more bold than the surrounding text?
2
30 sec
Q.
To create a HTML5 tag or element you use what pair of characters?
3
30 sec
Q.
HTML5 tags come in pairs and have a beginning and an end. What character do you add to make an end tag?
4
30 sec
Q.
What does the <em></em> tags do?
5
30 sec
Q.
What does the in HTML5 code?
6
30 sec
Q.
What does the <br> do?
7
30 sec
Q.
What tag was used on the word "Hello" to make it italicized ?
8
30 sec
Q.
What is the tag that is surrounding the "you" in the bit of html text (see image)
9
30 sec
Q.
What is a Hybrid Mobile Application?
10
30 sec
Q.
What is the file name of the picture the code will display in the line of code below?
<img src="http://www.ettucreate.com/images/unicornpony.jpg" alt="Picture of a unicorn">
11
30 sec
Q.
Fill in the blank to make the following statement true.
<____> is designed to do nothing visually, because it allows us to assign a custom set of rules to it.
12
30 sec
Q.
When discussing fonts what is a serif?
13
30 sec
Q.
What is missing in the following hyperlink code below?
<a _____=http://google.com>Google Search Engine</a>
14
30 sec
Q.
When working on your app, what did you place between the <title></title> tags?
15
30 sec
Q.
In your app you made a simple list. Choose what is missing to fix the sample code below.
<span style="font-family:cursive; color: white; background-color: gray;">
blah<__>
blah<__>
</span><__>
16
30 sec
Q.
You see the following text on a web page . What would the line "I am adding" look like in HTML5 code?
Even though;
I am adding
more pickles to the jar
17
30 sec
Q.
HTML stands for what?
18
30 sec
Q.
What do you think is missing from the following command?
<span style="color: _____">This text is red</span>
19
30 sec
Q.
What is one of the advantages of creating a Hybrid App vs. a Native App