Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

how to give background color in html body code example

Example 1: html change background color

<!DOCTYPE html>
<html>
<body style="background-color:powderblue;">

</body>
</html>

Example 2: html change background color of page

<body bgcolor="some color">
 HTML goes here
</body>

Tags:

Html Example

Related

html button align center code example booostrap get started code example how to place a favicon in html code example link font awesome 5 code example dragging objects in javascript code example are internal css in the head? html code example how to call stript tags code example sweetalert2 error icon code example div class="flexbox" code example open sans' sans-serif font free download code example how to add access-control-allow-origin header in javascript code example get text of input js code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy