Skip to content

Instantly share code, notes, and snippets.

@tonkec
Created June 14, 2022 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonkec/d4831f3846f6391c970661c4c8915140 to your computer and use it in GitHub Desktop.
Save tonkec/d4831f3846f6391c970661c4c8915140 to your computer and use it in GitHub Desktop.
Prvo predavanje za HTML i CSS
<html>
<head>
<title>Nasa prva web stranica</title>
</head>
<body>
<h1> Moj prvi heading. </h1>
<h2> Moj drugi heading. </h2>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment