0% found this document useful (0 votes)
21 views2 pages

Elementi Grupisanja:: Korišćeni HTML Elementi

The document lists HTML elements and CSS properties that were used. For HTML, it covers grouping elements, text elements, lists, images/video/audio, tables, and links. It also lists HTML5 elements and generic attributes. For CSS, it discusses the box model, text styling, lists, images, tables, backgrounds, pseudoclasses, and positioning.

Uploaded by

Filip
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views2 pages

Elementi Grupisanja:: Korišćeni HTML Elementi

The document lists HTML elements and CSS properties that were used. For HTML, it covers grouping elements, text elements, lists, images/video/audio, tables, and links. It also lists HTML5 elements and generic attributes. For CSS, it discusses the box model, text styling, lists, images, tables, backgrounds, pseudoclasses, and positioning.

Uploaded by

Filip
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

KORIŠĆENI HTML ELEMENTI

Elementi grupisanja:
div, span

Rad sa tekstom:
p, h1-h6, blockquote, pre,

Rad sa listama:
ul, ol, li , dl, dt, dd

Rad sa slikama, video i audio zapisima:


img, object, figure, figurecaption, audio, video

Rad sa tabelama:
table, tr, td, caption

Rad sa linkovima:
a, link

HTML5 elementi:
header, footer, main, nav, section, article

generički atributi:
id, class, style, title, lang...

KORIŠĆENA CSS SVOJSTVA

Box model:
width
height
margin-top, margin-bottom, margin-right, margin-left
border-top, border-bottom, border-left, border-right
padding-top, padding-bottom, padding-left, padding-right
border-top-left-radius, border-top-right-radius,
border-bottom-left-radius, border-bottom-right-radius
border-shadow
display

Rad sa tekstom:
color
font-size
font-family
font-weight
font-style
text-align
text-decoration
text-transform
text-indent
letter-spacing, word-spacing
Rad sa listama:
list-style-type
list-style-image
list-style-position

Rad sa slikama:

Rad sa tabelama:
empty-cells
border-separate
border-collapse
caption-side

Rad sa pozadinama:
background-color
background-image
background-position
background-size
background-repeat
background-attachment
opacity

Pseudoklase:
link, visited, hover, active, first-letter, first-line, lang....

Pozicioniranje:
position
top, left, right, bottom
float
clear
overflow

You might also like