3)PHP is paid software.(true or false)
4) In PHP variable names are not case sensitive..(true or false)
5) lastIndexOf() method returns the position value of last occurance of specified character in given string..(true or false)
6) .valia{color:blue} is an example of ID selector in CSS..(true or false)
7) Black hat strategies include duplicate content on webpages..(true or false)
8) Title property in DOM object returns the name of the document..(true or false)
9) E commerce’s scope is global.(true or false)
Answers
Answered by
1
3) True
4) False
5) False
6) False
7) True
8) The DOM title property contains a value of new title which is used to returns the title of a document. Return Value: It returns a string value which represents the value title of the element.
9) True
Similar questions