JavaScript – HTML

HTML is static, it means elements default behavior cannot be changed. so to change its default behavior and to manipulate…

Comment – HTML

HTML comments are not visible to user, because it is not processed or rendered by web browser.It is used by…

Title – HTML

It is webpage short description which gives user an idea about webpage. it is displayed next to favicon on web…

favicon – HTML

It is an image with size of 20px x 20px, displayed left in title bar of web browser. For favicon…

Text Transform – CSS

CSS text-transform property is used to change case of text. i.e. Lowercase, Uppercase and Capitalize. text-trasform:capitalize, makes the first letter…

Text alignment – CSS

To align text towards left, right or center text-alignment property is used. By default text is aligned left.