LEARN HTML ELEMENTS
ELEMENT NAME |
MEANING |
TAGS |
---|---|---|
Paragraph Element |
The paragraph element contains and displays a block of text |
<p> |
Line Break Element |
The line break element will create a line break in text |
<br> |
Div Element |
The element is used as a container that divides an HTML document into sections |
<div> |
Image Element |
HTML image elements embed images in documents |
<img> |
Body Element |
The element represents the content of an HTML document |
<body> |
COMMON CSS PROPERTIES
PROPERTY |
MEANING |
---|---|
Opacity |
The opacity CSS property can be used to control the transparency of an element |
Text Align |
The text-align CSS property can be used to set the text alignment of inline contents. |
Font Weight |
The font-weight CSS property can be used to set the weight (boldness) of text |
Background Image |
The background-image CSS property sets the background image of an element |
Font Family |
The font-family CSS property is used to specify the typeface in a rule set |