Answers for "how to make blue background in html"

11

html background color

<html>
 
<body style="background-color:red;">
  <p> test <p/> 
  <body/>
  </html>
Posted by: Guest on February-23-2020
0

blue color html code

#5DADE2 <!-- Much Better -->
#0000FF <!-- Real One -->
Posted by: Guest on May-07-2021

Code answers related to "how to make blue background in html"

Browse Popular Code Answers by Language