iCentar (
https://icentar.ba/icentar/index.php
)
Racunari i oprema (
https://icentar.ba/icentar/showforum.php?id=15
)
Programirannje i baze podataka (
https://icentar.ba/icentar/showforum.php?id=35
)
JavaScript (
https://icentar.ba/icentar/showforum.php?id=41
)
Java skript trikovi (
https://icentar.ba/icentar/showtopic.php?id=4760&page=1
)
zxz
30.01.2015 21:22
Predmet:
Stil-kreiranje stila
Preuzmi
Izvorni kôd (HTML):
<
html
>
<
head
>
<
title
>
Kriranje stila
<
/
title
>
<
script
>
document.createElement("mojstil")
<
/
script
>
<
style
>
mojstil {
display:block;
background-color:#A7554F;
padding: 40px;
font-size: 30px;
}
<
/
style
>
<
title
><
/
title
>
<
/
head
>
<
body
>
<
h1
>
Prvi red teksta
<
/
h1
>
<
p
>
Sledeci red teksta.
<
/
p
>
<mojstil>
Moj stil teksta
<
/
mojstil>
<
/
body
>
<
/
html
>
zxz
29.01.2015 23:17
Predmet: