Question

1. Which of the following are appropriate uses of HTML (and NOT CSS)? a) Group of...

1. Which of the following are appropriate uses of HTML (and NOT CSS)?

a) Group of answer choices

b) Making text red

c) Making text larger

d) Signifying that text is a heading

e) Arranging arbitrary things in a grid

f) Grouping related content

g) Moving a navigation bar to the left edge of the screen

h) Specifying the order of items in a list

2. When a form is submitted, what data is sent to the server about the form? (select all that apply)

a) Group of answer choices

b) The types of inputs (text, radio, dropdown)

c) Input name attributes

d) A count of the total number of fields submitted

e) Values of inputs

3. What is the type of foo after this code executes?

var foo = "foo" + 2;

a) Integer

b) String

c) Object

d) Undefined

4. What error will appear on the console after this code is executed?
var foo = 5;
foo = square(foo);

function square(x){
  return x*x;
}

a) Uncaught ReferenceError: square is not defined

b) Error: square does not accept numbers

c) Error: square is already defined in JavaScript.Math

d) No errors will show up on the console

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer 1:
a) Group of answer choices
d) Signifying that text is a heading
f) Grouping related content
h) Specifying the order of items in a list

Answer 2:e) Values of inputs

Answer 3:string
Answer 4:a) Uncaught ReferenceError: square is not defined

definition should come before calling statement

Add a comment
Know the answer?
Add Answer to:
1. Which of the following are appropriate uses of HTML (and NOT CSS)? a) Group of...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • NEED HELP with HTML with Javascript embedding for form validation project below. I have my code...

    NEED HELP with HTML with Javascript embedding for form validation project below. I have my code below but I'm stuck with validation. If anyone can fix it, I'd really appreciate. ****************************************************************************** CODE: <!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. --> <html> <head> <title>Nice</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script> var textFromTextArea; function getWords(){ var text =...

  • Question 1: Given the following HTML code segment <p>While this is a <b> very basic HTML...

    Question 1: Given the following HTML code segment <p>While this is a <b> very basic HTML document </b>, it actually serves as a detailed example of the document object model. </p> How many text nodes will be added to the DOM tree to represent the structure of text content in this HTML code segment A. 1 B. 2 C. 3 D. 4 Question 2: Assume in an HTML document named “index.html”, the following <script> element is added <script src="grocery.js"></script> This...

  • Eclipse Java Oxygen Question 11 pts A compile-time error occurs when Group of answer choices c....

    Eclipse Java Oxygen Question 11 pts A compile-time error occurs when Group of answer choices c. there’s a syntax error in a Java statement a. the Java compiler can’t be located b. bytecodes can’t be interpreted properly c. there’s a syntax error in a Java statement Flag this Question Question 21 pts An error that lets the application run but produces the wrong results is known as a Group of answer choices d. syntax error c. logic error a. runtime...

  • 1. Which of the following is declared correctly and will not result in an error, assuming...

    1. Which of the following is declared correctly and will not result in an error, assuming x 2 and y307 a) for (var j - 10; j < 80, - ) b) for (var 1 - x, c) for (var 1- d) for (var j = x 1 y ) + 5) -80 y: 1 - 5 /*) <= 80 • y: 1 -- 5) 2. The multiple-selection statement is used to handle decision making and can be used to...

  • Python: 1) What output is generated by the following code segment? table = [["T", "U", "V"],...

    Python: 1) What output is generated by the following code segment? table = [["T", "U", "V"], ["W", "X", "Y"]] print(table[0]) Group of answer choices a- T b- ["T", "W"] c- ["T", "U", "V"] d- [["T", "U", "V"], ["W", "X", "Y"]] 2) Consider the following code segment: values = [4, 12, 0, 1, 5] print(values[1]) What is displayed when it runs? Group of answer choices a- 0 b- 1 c- 4 d- 12 3) Consider the following code segment: x =...

  • Which of the following is not a normative ethical principle? Group of answer choices a. personal...

    Which of the following is not a normative ethical principle? Group of answer choices a. personal benefit b. paternalism c. B and C, but not A d. all of the above are normative principles e autonomy 2.The Ethics of Security, Engagement, and Imagination are components of whose Ethical schema? Group of answer choices a. Kohlberg b. All of the above c. Narvaez d. Svara e. Kant 3.The deontological approach to Ethics is exemplified in which of the following: Group of...

  • Form Processing HTML One of the most ubiquitous uses of JavaScript is validating form data on...

    Form Processing HTML One of the most ubiquitous uses of JavaScript is validating form data on the client side before it is submitted to the server. It is done everywhere because it is fast and it gives you a great deal of flexibility in how you handle errors insofar as the GUI is concerned. Attached is an image of some code I wrote (so Blackboard can't mess it up). Some things to notice that will help you with the lab....

  • Question 1 To remove the underlining from an <a> element, you can use CSS to set...

    Question 1 To remove the underlining from an <a> element, you can use CSS to set its A. text-decoration property to none B. text-decoration property to off C. underline property to none D underline property to off Question 2 You can use the CSS list-style-type property to change A. the bullet style in an unordered list B the number style in an ordered list C the terms style in a description list Dthe bullet or number style in an unordered...

  • Question 1 To remove the underlining from an <a> element, you can use CSS to set...

    Question 1 To remove the underlining from an <a> element, you can use CSS to set its A. text-decoration property to none B. text-decoration property to off C. underline property to none D underline property to off Question 2 You can use the CSS list-style-type property to change A. the bullet style in an unordered list B the number style in an ordered list C the terms style in a description list Dthe bullet or number style in an unordered...

  • 1. Which of the following might help prevent groupthink? Group of answer choices A. Having a...

    1. Which of the following might help prevent groupthink? Group of answer choices A. Having a leader who expresses what outcome is favored when making decisions. B. Consulting with people outside of the group when making important decisions. C. Keeping members of a group isolated from outside influences. D. Encouraging group members to conform. 2. A small, close-knit committee has been meeting for several weeks and must soon make some important decisions. The members of the committee seem to want...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT