Question:Which of the following will decrease 50px from a DIV element whose width is 100%?
A width: calc(100% - 50px); B width: reduce(100% - 50px); C width: decrease(100% - 50px); D width: 100% - 50px;
+ AnswerA
+ Report