Question

1.JavaScript scripts can be embedded in an HTML page using the ______ tag. 2.True or false:...

1.JavaScript scripts can be embedded in an HTML
page using the ______ tag.

2.True or false: Dreamweaver’s built-in behaviors
require HTML5 structural elements such as
<nav> and <section>.

3.Elements must have a defined ___ attribute to
be targeted by Dreamweaver’s behaviors

4.The _____________ behavior allows image
files to load before they are actually called by a
behavior such as Swap Image.

5.Scripts attached to the _______ tag are
executed as soon as they browser loads the
page.

6.In JavaScript, a(n) _____ is the thing that
triggers a behavior.

7.In JavaScript, a(n) ______ is the behavior that
will execute when the trigger occurs.

8.True or false: JavaScript can be used to change
the CSS related to specific page elements.

9,The _________________ behavior can
be used to change the content in a specific
heading or paragraph tag

10.Use the __ character to define a link without a
defined destination

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

Answer -

JavaScript scripts can be embedded in an HTML
page using the ______ tag.

  • JavaScript scripts can be embedded in an HTML
    page using the __script____ tag.
  • The HTML script tag is used for the java script to be embedded in an HTML page.

.True or false: Dreamweaver’s built-in behaviors
require HTML5 structural elements such as <nav> and <section>.

  • The statement is TRUE as the deamweaver built-in behaviours do need the HTML5 elements such as <nav> and <section> while creating the webpage on it.

Elements must have a defined ___ attribute to
be targeted by Dreamweaver’s behaviors

  • Elements must have a defined _ID__ attribute to
    be targeted by Dreamweaver’s behaviors
  • The ID attribute are the attributes that must be defined to be targeted by the Dreamweaver.

The _____________ behavior allows image
files to load before they are actually called by a
behavior such as Swap Image.

  • The _____dreamweaver________ behavior allows image
    files to load before they are actually called by a
    behavior such as Swap Image.
  • The dreamweaver is the only behavior that allows the image to be loaded before they are called by the Swap Image.

Scripts attached to the _______ tag are
executed as soon as they browser loads the
page.

  • Scripts attached to the __body_____ tag are
    executed as soon as they browser loads the
    page.
  • All the script that are present inside the body tag gets executed as soon as the the page is loaded.

In JavaScript, a(n) ______ is the behavior that
will execute when the trigger occurs.

  • In JavaScript, a(n) __action____ is the behavior that
    will execute when the trigger occurs.
  • The action is the behavior that is occurs when when any event is triggered.
Add a comment
Know the answer?
Add Answer to:
1.JavaScript scripts can be embedded in an HTML page using the ______ tag. 2.True or false:...
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
  • True/False 1. Browser-based validation can replace the need to write custom JavaScript code to validate user...

    True/False 1. Browser-based validation can replace the need to write custom JavaScript code to validate user input. 2. When you add a new property to an object that has been instantiated from a constructor function, the new property is available to all objects instantiated from the same constructor function. 3. Because objects in the browser object model are actually part of the web browser, you do not need to instantiate them in order to use them in your programs. 4....

  • 2 Apply Your Knowledge Reinforce the skills and apply the concepts you learned in this chapter Styling a Webpage Instru...

    2 Apply Your Knowledge Reinforce the skills and apply the concepts you learned in this chapter Styling a Webpage Instructions: In this exercise, you will use your text editor to create external, embedded, and inline styles for the Durango Jewelry and Gem Shop home page. You will style the sections of the semantic wireframe header, nav, main, and tooter and a div element that surrounds all of the content to center the content on the page. You will also float...

  • 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...

  • 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 =...

  • Code for the movies page: <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />...

    Code for the movies page: <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Daniel's Movie Page</title> </head> <body> <a href="hobbies.html">Hobbies</a> <h1>Movies and Actors</h1> <ol> <li class="ol-list1">Gravity</li> <li>Avenger</li> <li>Marshal</li> <li>Interstellar</li> <li>Dark Knight</li> <li>Superman</li> </ol> <ul> <li class="ul-list1">Robet Downey jr.</li> <li>Sharuk Khan</li> <li>Ranbir Kapoor</li> <li>Sidhhart Malhotra</li> <li>Angela Joli</li> <li>Leonardo DiCaprio/li> </ul> <h2>Favorite Movie</h2> <p> <b>Gravity:</b> The movie portrayed what happens to an astronaut if he/she is pushed away from spaceship.It was terrifying how much...

  • 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....

  • Design an original, professional web site following the specifications listed below. This web sit...

    Design an original, professional web site following the specifications listed below. This web site will be for a business you plan to set up for yourself or for someone else. The following is a detailed list of the requirements for your web site. READ them carefully. Instructions - Web Site Requirements for the web site: General: You will thoroughly test all your pages in more than one browser. All links MUST work. All graphics must show on the page. All...

  • For milestone #1, we will start the CARIT site with three static HTML pages and a...

    For milestone #1, we will start the CARIT site with three static HTML pages and a CSS file. Create a dedicated folder for this project. This folder should contain all related files in this project. The future milestones are cumulative and built directly on top of your prior work. Function/content requirements: A home page named “index.html”, which include these contents at least: Description of the center. You may reference the example sites. Latest news: use list tags; make up some...

  • TRUE/FALSE QUESTIONS:  Foundations of Information Security and Assurance 1. There is a problem anticipating and testing for...

    TRUE/FALSE QUESTIONS:  Foundations of Information Security and Assurance 1. There is a problem anticipating and testing for all potential types of non-standard inputs that might be exploited by an attacker to subvert a program. 2. Without suitable synchronization of accesses it is possible that values may be corrupted, or changes lost, due to over-lapping access, use, and replacement of shared values. 3. The biggest change of the nature in Windows XP SP2 was to change all anonymous remote procedure call (RPC)...

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