Last active
January 3, 2025 14:49
-
-
Save jrichardsz/3f0203c4dcd7c3c24fd6fbc7db7e877f to your computer and use it in GitHub Desktop.
html samples
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Example</title> | |
</head> | |
<body> | |
<p>This is an example of a simple HTML page with one paragraph and one image</p> | |
<img src="https://i.ibb.co/S6rHkjK/b188dd2b-4614-4fcc-bf8d-b15107c4b2ea.webp"> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment