Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • DOLLECT
  • Others
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style

Tag Archives: background

setting up background color using JavaScript

<!DOCTYPE html> <html lang=”en”> <head> <meta charset=”utf-8″ /> <title>Chapter 1, Example 1</title> </head> <body bgcolor=”white”> <p>Paragraph 1</p> <script> document.bgColor = “blue”; </script> </body> </html> Key source : Beginning JavaScript, 5th Edition (wrox)

Posted byjeffrinJanuary 14, 2017Posted inProgramming LanguagesTags: backgroundLeave a comment on setting up background color using JavaScript
May 2026
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Apr    
TRUEANGLE, Proudly powered by WordPress.