Daaaa, sada je to došlo na red.
Šta znači skraćenica :
*Hyper is the opposite of linear. In the good old days – when a mouse was something the cat chased – computer programs ran linearly: when the program had executed one action it went to the next line and after that, the next line and so on. But HTML is different – you can go wherever you want and whenever you want. For example, it is not necessary to visit MSN.com before you visit HTML.net.
*Text is self-explanatory.
*Mark-up is what you do with the text. You are marking up the text the same way you do in a text editing program with headings, bullets and bold text and so on.
*Language is what HTML is. It uses many English words.

Tutorial1
Tutorial2
Elementi HTML-a :
Tags are labels you use to mark up the begining and end of an element. All tags have the same format: they begin with a less-than sign “<" and end with a greater-than sign ">“. There are two kinds of tags – opening tags: and closing tags: . The only difference between an opening tag and a closing tag is the forward slash “/”.
line break :
The elements h1, h2, h3, h4, h5 and h6 is used to make headings (

This is a heading

)

is short for “paragraph” which is exactly what it is – a text paragraph
Emphasis text.
Stronger emphasis.
This should be in small.


ovo daje horizontalnu liniju.
ovime se određuje boja pozadine.

  • A list item
  • Another list item
    je za listu sa nabrajanjem (brojevi umesto tačkica), link za kodove boja.
    Here is a link to HTML.net ovako se prave linkovi
    To give your website layout use Cascading Style Sheets (CSS).
    Provalila sam kako da sakrijem pojedinačne redove u tabeli (u određenim view-ovima ne trebaju sve kataloga stavke da se vide – ITIL) :
    ****************************

    Neki sadržaj 1 Neki sadržaj 2

    ****************************
    I to je sve, ništa se ne izvršava, nikakva skripta, nikakvi bakrači 😉 . Dobar link po ovom pitanju.
    ****************************
    Kako napraviti “mouse over” tekst (koji se pojavljuje kada je mouse pointer iznad nekog teksta) :
    Tekst koji stoji na strani
    Zgodno je takav tekst staviti da je različit od klasičnog hiperlinka, zato deo sa style (boje su u heksadecimalnom formatu).

    Uvek se počinje sa :





    Kako podesiti da tekst bude ITALIC i manji font od uobičajenog :
    html-formatiranjeteksta