backround HTML (HTML) - To add a background image on an HTML element, use the HTML
style attribute and the CSS background-image property:
<p style="background-image: url('img_girl.jpg');">body - <body> -silt määratleb dokumendi põhiosa. See element sisaldab kogu HTML-dokumendi sisu, näiteks pealkirjad, lõigud, pildid, hüperlingid, tabelid, loendid jne.
br (HTML) - <br> - tag inserts a single line break.
button - <button> - silt määratleb klõpsatava nupu.
Näide:
<button type="button" onclick="alert('Hello world!')">Click Me!</button>
Categories:
- CSS

