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 Continuing Education questions. View questions in All Grades.

Grade 7 Grade 9 Grade 10 Grade 11 College Continuing Education

Continuing Education Programming Questions

You can create printable tests and worksheets from these Continuing Education 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.

Previous Page 3 of 5 Next
Continuing Education JavaScript
What is the correct syntax for referring to an external script called "xxx.js"?
  1. <script type="text/javascript" src="xxx.js">
  2. <script type="text/javascript" name="xxx.js">
  3. <script type="text/javascript" href="xxx.js">
Continuing Education HTML
Choose the correct HTML to left-align the content inside a tablecell:
  1. <td align="left">
  2. <td valign="left">
  3. <td leftalign="">
  4. <tdleft>
Continuing Education CSS
Which is the correct CSS syntax?
  1. body:color=black
  2. {body:color=black(body}
  3. body {color: black}
  4. {body;color:black}
Continuing Education CSS
Which CSS property controls the text size?
  1. font-style
  2. font-size
  3. text-size
  4. text-style
Continuing Education CSS
What is the correct HTML for referring to an external style sheet?
  1. <stylesheet>mystyle.css</stylesheet/>
  2. <style src="mystyle.css"/>
  3. <link rel="stylesheet" type="text/css" href="mystyle.css">
Continuing Education CSS
Continuing Education Java and JSP
Continuing Education CSS
Continuing Education Java and JSP
Generics solved what major problem?
  1. the lack of information about a collection's element type
  2. the poor performance of loop constructs
  3. the verbosity of loop constructs
  4. none of the above
Continuing Education HTML
Declaring doctype is important because
  1. It is important for IE8 and above
  2. It tells the browsers how render the content correctly
  3. It tells the browsers how read the content correctly
  4. It is important for IE8 and below
Continuing Education CSS
Where in an HTML document is the correct place to refer to an external style sheet?
  1. In the <body> section
  2. At the end of the document
  3. At the top of the document
  4. In the <head> section
Continuing Education CSS
What is NOT accepted as color code?
  1. #6495ed
  2. #FFF
  3. #FFFFFFA
Continuing Education CSS
Continuing Education CSS
How do you make the text bold?
  1. style:bold
  2. font-weight:bold
  3. font:b
Continuing Education Programming

This question is a part of a group with common instructions. View group »

Continuing Education CSS
How do you make a list that lists its items with squares?
  1. type: 2
  2. list-style-type: square
  3. type: square
  4. list-type: square
Continuing Education CSS
How do you change the text color of an element?
  1. text-color:
  2. fgcolor
  3. text-color=
  4. color:
Continuing Education CSS
How do you change the left margin of an element?
  1. margin:
  2. text-indent:
  3. indent:
  4. margin-left:
Previous Page 3 of 5 Next