learn html programs(133 program)write a program to display shadow in css

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

#html #coding #magicofoneclick #display #shadow #css #property #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 display shadow property in css.

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).
SHADOW PROPERTY = The box-shadow CSS property adds shadow effects around an element's frame. You can set multiple effects separated by commas.