JavaScript – HTML
HTML is static, it means elements default behavior cannot be changed. so to change its default behavior and to manipulate…
HTML is static, it means elements default behavior cannot be changed. so to change its default behavior and to manipulate…
In Html, elements have two level of display properties, either block level elements or inline elements. Block level html elements…
HTML comments are not visible to user, because it is not processed or rendered by web browser.It is used by…
Style attribute changes the look and feel of any html tag or element. it uses css properties as value to…
It is webpage short description which gives user an idea about webpage. it is displayed next to favicon on web…
It is an image with size of 20px x 20px, displayed left in title bar of web browser. For favicon…
CSS letter-spacing property used to add space between characters of a word.
CSS text-transform property is used to change case of text. i.e. Lowercase, Uppercase and Capitalize. text-trasform:capitalize, makes the first letter…
CSS text-decoration property add a line to a text in different ways like
To align text towards left, right or center text-alignment property is used. By default text is aligned left.