Skip to content

Instantly share code, notes, and snippets.

@shahab570
Last active December 29, 2020 12:24
Show Gist options
  • Save shahab570/3fb91da4069164f0716c7057435af79d to your computer and use it in GitHub Desktop.
Save shahab570/3fb91da4069164f0716c7057435af79d to your computer and use it in GitHub Desktop.
index.html
//index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>New</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<h1>Some names of programming language</h1>
<ul>
<p>Python</p>
<p>JavaScript</p>
<p>Swift</p>
<p>JAVA</p>
<p>C</p>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment