Want to see correct answers?
Login or join for free!
  printable Worksheets
Looking for printable worksheets?
Check out our pre-made printable worksheets!
Share/Like This Page
Filter By Grade

You are browsing Grade 9 questions. View questions in All Grades.

Grade 7 Grade 9 Grade 10 Grade 11 College Continuing Education


Ninth Grade (Grade 9) Programming Questions

You can create printable tests and worksheets from these Grade 9 Programming questions! Select one or more questions using the checkboxes above each question. Then click the add selected questions to a test button before moving to another page.

Grade 9 HTML
What does this tag do?
<a href="http://www.cnn.com">CNN</a>
  1. Creates a link to a web site
  2. Displays an image on the page
  3. Creates a link to send email
  4. Asks the user to provide information
Grade 9 HTML
What does this tag do in a web page?
<img src="steve.jpg">
  1. Creates a link to a web site
  2. Displays an image on the page
  3. Creates a link to send email
  4. Asks the user to provide information
Grade 9 HTML
What tag is used to make the text bold?
  1. <bold>
  2. <b>
  3. <strong>
  4. <i>
Grade 9 HTML
Which pair of tags is NOT required in a web page?
  1. <html> and </html>
  2. <head> and </head>
  3. <body> and </body>
  4. <table> and </table>