Welcome to my site I can do a lots of things build sites from scratch or adjusting existing ones. It’s all up to You.

HTML5 elements, short reference

header As the name implies, it’s a first element on our web page. Usually we put in our logo, navigation and search.Header by itself cannot contain another header or footer. Before we used to write:<div id=“header“>sadržaj</div> Now we simply write <header>: nav The purpose of this element is adding a navigation of page. We could […]

Introduction to HTML5 and CSS3

In the world of developing web sites comes new technologies so as a new standards. So that’s how html5 and css3 comes into playground of wonderful WWW . Today I’am gonna briefly introduce You HTML5. So first thing first. Html5 has new elements whic makes things easier for us and they’re logically constructed.A long “sausage” […]