How to support SVG in old browsers?
How to support SVG in old browsers?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: medium
标签: interviewbit, html, topic-specific, frontend
参考答案摘要
To support old browsers instead of defining the resource of svg in src attribute of tag, it should be defined in srcset attribute and in src the fallback png file should be defined. ← 返回面试题库