No student devices needed. Know more
10 questions
What language are we using to create web pages in Computers 7 class?
Java
JavaScript
HTML
Python
Where in an HTML file should you place the content you want to display on the monitor?
In between <head> and </head>
in between <body> and </body>
After the </html> tag
Above the <!DOCTYPE html> line
Which line is not a part of the default code in code.org?
<p> ... </p>
<head>
</head>
<html>
</html>
<body>
</body>
Is it okay to write your HTML using all capital (uppercase) letters?
Yes, that is totally okay.
No, HTML code in uppercase letters will not work.
You can, but Mr. B. said it is better not to do it.
Which line is coded correctly?
p This is a paragraph /p
<p> This is a paragraph <p/>
<p> This is a paragraph </p>
</p> This is a paragraph <p>
Which heading will display with the largest text?
<h7> Bruh </h7>
<h6> Bruh </h6>
<h3> Bruh </h7>
<h1> Bruh </h1>
What should be placed in between <head> and </head> tags?
All the headings in your web page
Everything you want to display on the screen
The DOCTYPE line
Nothing. You have not been taught any commands that go in between <head> and </head>
When you are coding, what does the term "debugging" mean?
Spraying bug spray in the computer lab
Finding and fixing errors in your code
Checking each other for lice
Coding with a partner
in code.org's Web Lab, you can see your code and the output that results from the code at the same time.
True
False
Coding web pages using HTML is fun!
Yes!
Kind of
Not really
I hate it
Explore all questions with a free account