#html5
Read more stories on Hashnode
Articles with this tag
Overflow scroll gradient Adds a fading gradient to an overflowing element to better indicate there is more content to be scrolled. Code...
<header> is used to contain introductory and navigational information about a section of the page. This can include the section heading, the author’s...
HTML specifications such as HTML5 define a set of rules that a document must adhere to in order to be “valid” according to that specification. In...
Brief explanation and some code samples: If the text is longer than one line, it will be truncated and end with an ellipsis …. HTML <p...
You can create a shadow similar to box-shadow but based on the colors of the element itself. Brief Explanations: position: relative on the element...
Definition: DOM (Document Object Model) is a cross-platform API that treats HTML and XML documents as a tree structure consisting of nodes. These...