Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • GitLab
  • GitHub
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style
    • Motivation

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
June 2026
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  
« May    
TRUEANGLE, Proudly powered by WordPress.