Firefox: Create a Bookmark that Validates html

Posted: December 2nd, 2009 | Author: | Filed under: firefox | Tags: , , , , | 2 Comments »

An important part of writing html is making sure that what you’ve written is valid code. W3C provides an excellent resource for validating. I will show you how to utilize this service to validate any page directly from a Firefox bookmark.

First, click on the ‘Bookmarks’ menu, and then right-click on ‘New Bookmark…’

validate bookmark

validate bookmark

Add text for the name that will be easy for you to remember. In the location text box paste the following javascript snippet:

javascript:void
(document.location='http://validator.w3.org/check?uri='+document.location+';verbose=1;ss=1')

Click the ‘Add’ button and test it out!

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Reddit
  • RSS
  • StumbleUpon

Related posts:

  1. Map ftp drive in Vista
  2. Disable javascript in Firefox
  3. My favorite Firefox Addons

2 Comments on “Firefox: Create a Bookmark that Validates html”

  1. 1 itsme said at 11:11 am on December 14th, 2010:

    nice!

  2. 2 choppy hairstyles said at 10:15 pm on October 13th, 2011:

    good morning. i love your blog Firefox: Create a Bookmark that Validates html and will most definitely add a link to http://joe-riggs.com/blog/2009/12/firefox-create-a-bookmark-that-validates-html on my site.


Leave a Reply