Managing Text Flow by using CSS & Understanding JavaScript and Coding Essentials

1234567891011121314151617181920212223
Across
  1. 4. represents a piece of data
  2. 5. actions that can be performed on objects
  3. 9. is a function to be executed after another function is executed
  4. 11. is assigned to an element that contains the content to be flowed
  5. 13. enables you to position images,text and boxes
  6. 14. program performed in isolation from other parts
  7. 15. similar to mini boxes,contains external content embedded in the HTML document
  8. 17. enables an end user to take an action in an application
  9. 18. a collection of resources that allows you to code less
  10. 20. you use this to control the position of a float
  11. 22. connecting two words with a hypen mark or breaking words between syllables
  12. 23. are actions that trigger other actions to occure
Down
  1. 1. is an example of a JavaScript library
  2. 2. library pre-written code for JavaScript
  3. 3. layout divides text across multiple columns
  4. 6. function that don't return a value
  5. 7. used to name functions and variables
  6. 8. use to validate form input
  7. 10. creates the content container for a CSS regions
  8. 12. adjusts and responds to such actions by end users
  9. 16. program similar to a recipe,directions given to a computer to excute that results in an action
  10. 19. source holds content that flows through layout
  11. 21. handler OnClick is an example of a