Last active
February 11, 2025 16:12
-
-
Save MelanieS/6f81a28a6b37345e6dddff52d393d56c to your computer and use it in GitHub Desktop.
Adding a background image in HTML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#very basic website code for html background tutorial | |
<!DOCTYPE html> | |
<html> | |
<head | |
</head> | |
<body> | |
#remove <body> | |
#replace with <body style="background:url()"> | |
#full tutorial at https://youtu.be/51kmvqFEpeg | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to add a background image in HTML
https://youtu.be/51kmvqFEpeg