What is the difference between .html and .xaml?
- Extension
- .html
- .xaml
- Format
- Text
- Category
- Developer
- Developer
- Developer
- World Wide Web Consortium (W3C)
- Microsoft
- Description
- An HTML file is a webpage coded in HTML that can be displayed in a web browser. It is used to format text, tables, images, and other content that is displayed on a webpage. HTML files are widely used on the web as most pages within static websites have an ".html" extension.
- Extensible Application Markup Language file that uses Windows Presentation Foundation (WPF) code; XAML (pronounced "zammel") is a descriptive programming language developed by Microsoft for creating user interfaces; introduced during the development stages of Longhorn, which is now Windows Vista.
- MIME Type
- text/html
- application/xaml+xml
- Sample
- sample.html
- Wikipedia
- .html on Wikipedia
- .xaml on Wikipedia