Created
May 29, 2019 11:26
-
-
Save jmichalenko/82f63c62baa1d2f94e897370951d3965 to your computer and use it in GitHub Desktop.
Your first HTML page // source https://jsbin.com/fahodet
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 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