Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Latest commit

 

History

History

001_HTML_osnove_spleta

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

001 - HTML in osnove spleta

  • Pravilna struktura strani
<!DOCTYPE html>
<html>
    <head>
    </head>
    <body>
    </body>
</html>