_blank (HTML) - target attribute to "_blank", the link will open in a new browser window or a new tab.
alt (HTML) - The required alt attribute specifies an alternate text for an image, if the image cannot be displayed.
audio (HTML) - The <audio> tag is used to embed sound content in a document, such as music or other audio streams.
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>
canvas (HTML) - The HTML <canvas> element is used to draw graphics on a web page. The HTML <canvas> elemen is only a container for graphics.
You must use a script to actually draw the graphics. Canvas has several methods for drawing paths, boxes, circles, text, and adding images.
CCS - Cascading Style Sheets - file created for designing a website
checkbox - <input type="checkbox"> defines a checkbox. The checkbox is shown as a square box that is ticked (checked) when activated.
Categories:
- CSS

