Created
August 18, 2021 02:07
-
-
Save erenkulaksiz/d38487c90e10f8fd98ff2fab60e27d34 to your computer and use it in GitHub Desktop.
HTML Hello World
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
<head> | |
<head> | |
<title>HTML ile Merhaba Dünya</title> | |
</head> | |
<body> | |
<h1>Selam!</h1> | |
<p> | |
Merhaba dünya! Artık HTML kullanabiliyorum! | |
</p> | |
</body> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment