learn html programs(140 program)how to use scalex 2d method

Опубликовано: 20 Октябрь 2024
на канале: Jay Shukla
4
0

#html #coding #magicofoneclick #use #scalex #2d #method #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 use scalex 2d method 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).
SCALEX - The scaleX() CSS function defines a transformation that resizes an element along the x-axis (horizontally). Its result is a transform-function data type.
It modifies the abscissa of each element point by a constant factor, except when the scale factor is 1, in which case the function is the identity transform.