HTML Tag with Browser Attributes
-
Hello,
I am learning how to make a Word Press theme from scratch. In the tutorial it asks me to add the below code. It’s supposed to be an opening HTML tag with attributes that will make the type of page I’m creating more apparent to the browser.
However I don’t use Internet Explorer. Windows 10 replaced IE with Microsoft Edge. I also use Firefox more than any other browser. What should I replace IE 8 with?
<!–[if IE 8]>
<html id=”ie8″ <?php language_attributes(); ?>>
<![endif]–>
<!–[if !(IE 8) ]><!–>
<html <?php language_attributes(); ?>>
<!–<![endif]–>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘HTML Tag with Browser Attributes’ is closed to new replies.