Jump to content

Search the Community

Showing results for tags 'Html tags'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 2 results

  1. 1. I was using the page http://www.w3schools.com/tags/ref_html_dtd.asp to reveiw html tags available within each DOCTYPE, but found that I had to simultaneously review each individual tage on the page http://www.w3schools.com/tags/tag_menu.asp in order to determine browser support. For example, the HTML5 <menu> tag is supported in html5 but is not supported in any browser, the <nav> tag is not supported in IE <= 8, the <datalist> tag is not supported in Safari or IE < 10. I suggest that the html:DOCTYPE page include the Browser Support icons (shown below) next to each tag name so that one single page includes all the essential information. But I would suggest taking the icons on setp further in that it isn't sufficient to have s single icon for IE; there needs to be an icon for IE 8, for IE 9, for IE 10, and for IE 11 since the feature support in each of these is considerably different (IE <= 7 have pretty much left the market, so no need to separately reference those). To do this I'd suggest using a smaller set of icons in two rows, one for FF, Opera, Chrome, and Safari, and a row for the four IE icons. 2. I have to develop for both PC browsers and mobile devices. It would be helpful for these listings to include information regarding mobile browsers. For example, what are the feature differences between the Android browser and Chrome. Does the Chrome browser support all the features of Chrome for the PC; ditto Safari on iOS devices. thanks
  2. What is the use of "itemscope and itemtype" in html For example<div itemscope itemtype="site url">
×
×
  • Create New...