I am exploring the development of a browser application that is capable of showcasing content in various MIME types including application, message, image, audio, and multipart.
My knowledge about these content types is limited, especially concerning how they are handled by browsers. Most users will be utilizing Chrome, so any insights specific to Chrome would be greatly appreciated. The content will be supplied by the client, so my primary focus is on effectively displaying it.
One approach I am considering involves incorporating an iframe within the browser application to render the content. Is this a sound strategy or are there better alternatives available?
I currently have two key questions:
Will the browser automatically adjust the display based on the MIME type?
Is it necessary to define CSS styles for each supported MIME type?
If it seems like I am lost, it's because I am :) That's why I believe engaging in a conversation with someone more knowledgeable would be beneficial.
Thank you!