mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
Update the built-in HTML sample snippet to follow current web standards and reduce unnecessary boilerplate: - Add lang attribute to <html> tag as first tab stop (W3C recommended) - Remove outdated IE compatibility meta tag (IE is no longer supported) - Remove unnecessary type='text/css' and media='screen' from <link> (default values in HTML5) - Remove <script> tag (modern templates often handle scripts differently) - Move viewport meta before title (following common convention) Fixes #272331 Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
Language Features for HTML
Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
Features
See HTML in Visual Studio Code to learn about the features of this extension.
Please read the CONTRIBUTING.md file to learn how to contribute to this extension.