Skip to content

Instantly share code, notes, and snippets.

@jmichalenko
Created May 29, 2019 11:26
Show Gist options
  • Save jmichalenko/82f63c62baa1d2f94e897370951d3965 to your computer and use it in GitHub Desktop.
Save jmichalenko/82f63c62baa1d2f94e897370951d3965 to your computer and use it in GitHub Desktop.
Your first HTML page // source https://jsbin.com/fahodet
<!DOCTYPE html>
<html lang="en">
<head>
<title>Your first HTML page</title>
<meta charset="utf-8"/>
</head>
<body>
<h1>My home page</h1>
<p>Hi! Welcome to my Home Page! My name is Michel Buffa, I'm a professor at the University of Nice, in France, and I'm also the author of two MOOCS about HTML5 on W3Cx.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment