learn html programs(126 program)how to use pseudo class link,hover,visit and active in css

Опубликовано: 05 Ноябрь 2024
на канале: Jay Shukla
3
0

#html #coding #magicofoneclick #class #hover #visit #active #pseudo #element #css #attribute #html5

Hello everyone and welcome to my channel magic of one click,please subscribe,like and share to get amazing programming videos.

In this program we will learn how to use class,hover,visit and active pseudo attribute in html.

DESCRIPTION OF TAGS:-
HTML - Tag tells browser that it is html document.
HEAD - Tag is used to define the head portion of the document which contain information related to the document.
TITLE - Tag is used to give title of the program.
BODY - Tag defines main content of HTML.
DOCTYPE - Tag is used to inform the browser about the version of HTML used in the document. It is called as the document type declaration (DTD).
CLASS - A CSS pseudo-class is a keyword added to a selector that specifies a special state of the selected element(s).
HOVER - A CSS pseudo-class is a keyword added to a selector that specifies a special state of the selected element(s).
VISIT - The :visited pseudo-class selector can change some of the styling on an anchor link
ACIVE - The :active CSS pseudo-class represents an element (such as a button) that is being activated by the user