Skip to content

Instantly share code, notes, and snippets.

@MelanieS
Last active February 11, 2025 16:12
Show Gist options
  • Save MelanieS/6f81a28a6b37345e6dddff52d393d56c to your computer and use it in GitHub Desktop.
Save MelanieS/6f81a28a6b37345e6dddff52d393d56c to your computer and use it in GitHub Desktop.
Adding a background image in HTML
#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>
@MelanieS
Copy link
Author

MelanieS commented Feb 8, 2025

How to add a background image in HTML
https://youtu.be/51kmvqFEpeg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment