Answers for "html bg"

CSS
18

html background image

<!-- Code by Scratchy -->
<!-- Twitter: @S_cratchy-->

<head>
  <style>
    body {
      background-image: url(https://wallup.net/wp-content/uploads/2019/09/110394-cats-grey-kittens-fluffy-fat-grass-animals-cat-kitten-baby-cute-748x468.jpg) 
    }
  </style>
  
  <body>
    You have set the background image!
    
    
    
  </body>
Posted by: Guest on February-03-2020
2

<b> html

<b>This text is bold</b>
Posted by: Guest on August-31-2020
0

how to add bg html

//I used this for sublime text reader 3 btw so if it doesnt work on other apps then idk soz lol
<body bgcolor="#8838" text="#000000" link="
#CAE4F1" vlink="#880000" alink="#00ff00" data=new-gr-c-s-scheck-loaded=14.1024.0 data-gr-ext-installed>
Posted by: Guest on August-05-2021

Browse Popular Code Answers by Language