HTML Basic If you create an HTML page in word processor. Save it with ASCII text file All of these Save it with WMF file Save it with binary file Save it with ASCII text file All of these Save it with WMF file Save it with binary file ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which tag tells the browser where the page starts and stops ?1. < html >2. < body >3. < head >4. < title > Option 2 Option 1 Option 3 Option 4 Option 2 Option 1 Option 3 Option 4 ANSWER DOWNLOAD EXAMIANS APP
HTML Basic ____________ allows you to add custom styles to the document and test an element afterwards. modernizr.testStyles() hasEvent() testProp() testAllProps() modernizr.testStyles() hasEvent() testProp() testAllProps() ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a meta element ? The value is the element’s textContent. The value is the item created by the element. The value is the value of the element’s value attribute, if it has one, or the empty string otherwise On getting, if the element has a datetime content attribute, the IDL attribute must return that content attribute’s value The value is the element’s textContent. The value is the item created by the element. The value is the value of the element’s value attribute, if it has one, or the empty string otherwise On getting, if the element has a datetime content attribute, the IDL attribute must return that content attribute’s value ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Identify the count of mistakes in the following markup. < html >< head >< /head >< body >< li >< ul >< p >Hello< /p >< /ul >< /li >< br >< hr >< /body >< /html > 0 2 3 1 0 2 3 1 ANSWER DOWNLOAD EXAMIANS APP
HTML Basic What does the < br > tag add to your webpage ? Paragraph break None of these Long break Line break Paragraph break None of these Long break Line break ANSWER DOWNLOAD EXAMIANS APP