Nejc Jezeršek

My website

Welcome

Welcome to my website. Here you can read something about me, my projects and many other interesting things, such as articles, news, video ... You can view my online gallery. You can move through the website with the navigation menu at the top of the page, or follow the links in the text.

Contact me



About me

I am Nejc Jezeršek. I was born on 19. 6. 2000 in Ljubljana. I live in a village Preserje lying close to Domžale. I am visiting the ninth grade of primary school Preserje in Radomljah. I intend to continue schooling at Vegova High School. I am interested in computer & internet mostly programming and web design.
Read more...

Something about HTML

HTML or HyperText Markup Language is the standard markup language used to create web pages.

HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>). HTML tags most commonly come in pairs like <h1> and </h1>, although some tags represent empty elements and so are unpaired, for example <img>. The first tag in a pair is the start tag, and the second tag is the end tag (they are also called opening tags and closing tags).
Read more...