WorksheetsComputer Programming REVIEW
Total questions: 15
Worksheet time: 8mins
HTML5
What are the heading sizes?
heading1, heading2, heading3
h1, h2, h3, h4, h5, h6
head1, head2, head3, head4, head5, head6
header1, header2, header3, header4, header5, header6
HTML5
What is the LARGEST heading size?
h6
h4
h2
h1
HTML5
What is the SMALLEST heading size?
h1
h4
h6
h3
HTML5
What are the codes to make a paragraph?
<paragraph> </paragraph>
<p> </p>
<pa> </pa>
<p1> </p1>
HTML5
How do you START a comment?
<!--
<--
-->
<comment>
HTML5
How do you STOP a comment?
<!--
-->
<--
</comment>
HTML5
How do you set up an IMAGE code?
<a href="_____"> link text </a>
<img src="_____">
<image=_____>
<img =:_________">
HTML5
How do you set up a hyperlink tag?
<link="________"> link text </link>
<l="____"> link text </l>
<a href="_________"> link text </a>
<link="____"> </link>
HTML5
Which code STARTS an ORDERED list?
<ul>
<li>
<ol>
<dl>
HTML5
Which code(s) are used for list items?
<list> </list>
<li> </li>
<item1> </item1>
<list1> </list1>
How do you complete a line of JavaScript?
-
;
-
/
In HTML, a line of code is called an "element".
What is a line of code called in JavaScript?
script
formula
function
java-element
How do you create text in JavaScript?
<p> text here </p>
font(text here);
text(text, x, y);
font (font, x, y);
How do you start a COMMENT in JAVASCRIPT?
<!--
-->
// text here
<--
When/How might you use MATH in JavaScript?
To make something precise
You don't ever need math in JS
