Remove type attribute from styles and scripts tags
How to remove type attributes for styles and scripts? Problem: Markup Validation Service return warning message if your styles or scripts contain type attributes e.g.<style> or <script> Solution: We can use next code to resolve this problem: