Skip to content

Instantly share code, notes, and snippets.

@erenkulaksiz
Created August 18, 2021 02:07
Show Gist options
  • Save erenkulaksiz/d38487c90e10f8fd98ff2fab60e27d34 to your computer and use it in GitHub Desktop.
Save erenkulaksiz/d38487c90e10f8fd98ff2fab60e27d34 to your computer and use it in GitHub Desktop.
HTML Hello World
<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