Unknown features of HTML5 and CSS3👌 👌
Hello Everyone today we are going to see some new and unknown features in Html5 and Css3.
Mark element
The HTML Mark element (mark) helps us to highlight the text in the paragraphs or reference something in your text content.
By default mark element applies yellow color to the text.
Example:
Meter element
The meter element represents a scalar measurement within a known range, or a fractional value; for example disk usage or Heat of the oven.
Example:
q element
The Html q element helps us to enclose the text inside the quotation.
Example:
Keyboard element
The HTML Keyboard element represents an inline text denoting textual user input from a keyboard, voice input, or any other text entry device. By default (kbd) element using its default monospace font.
Example:
Border image
The border-image property helps us to draw an image in the place of border-style.
Example: