How to Change Firefox to Ignore XHTML

The HTML "doctype" tag at the top of your HTML file determines the type of encoding in your Web pages. You use this doctype to set Firefox to ignore the XHTML character set and use only the standard HTML character set and tags. The doctype can be placed on any of your HTML files, but it must be placed at the top of your code.

Instructions

    • 1

      Right-click the HTML file you want to edit and select "Open With." Click your preferred HTML editor to load the code in the editor.

    • 2

      Delete the existing doctype tag, if you already have the tag in your code. The doctype tag is always the first tag in your code.

    • 3

      Add the new doctype tag to the top of the code. Copy and paste the following tag to the very first line in the HTML code:

      <!DOCTYPE html>

    • 4

      Save your file.

Related Searches:

References

Comments

Related Ads

Featured