1.

Name the different HTML tags used in jQuery Mobile?

Answer»

Name the different HTML tags used in jQuery Mobile?
Below are the 5 HTML tags used in jQuery Mobile:-
(1)data-role="page": Page displayed in browser.
(2)data-role="header": this creates a toolbar at the top of the page.
(3)data-role="main" :Content of the page like text,IMAGES, buttons and FORMS etc.
(4)"ui-content": This will adds EXTRA padding and margin inside the page content.
(5)data-role="footer": this will creates a toolbar at the bottom of the page.



Discussion

No Comment Found