Skip to content

Instantly share code, notes, and snippets.

@Abhishek27064
Last active February 15, 2023 05:25
Show Gist options
  • Save Abhishek27064/cdeec34d00416b70b4c248dd8aca6626 to your computer and use it in GitHub Desktop.
Save Abhishek27064/cdeec34d00416b70b4c248dd8aca6626 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Inspiration</title>
</head>
<body>
<div>
<h1>Some Frontend languages</h1>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>ReactJS</li>
</ul>
<h2>Some of the best educational website to study Frontend</h2>
<ul>
<li>W3School</li>
<li>GeeksofGeeks</li>
<li>Javatpoint</li>
<li>FreeCodingCamp</li>
</ul>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment