0

Ideally, content should be spell-checked before being marked up with HTML. Unfortunately that does not always happen.

Once the content is integrated with HTML, it's very difficult to run that through a spell checker, e.g. by pasting into MS Word. What strategy should I use to spell check a website?

brentonstrine
  • 21,694
  • 25
  • 74
  • 120

3 Answers3

1

I would recommend browser extension, this is easy install and work or user output content, You can install Firefox Spell Checker extension.

Girish
  • 11,907
  • 3
  • 34
  • 51
0

I would say make a python script to take HTML in as a single text string and remove anything enclosed by <>. It wouldn't be perfect but you'd mostly have plaintext that can go into msword.

dftba4ever
  • 125
  • 3
  • 11
0

Using a ide like netbeans is usually the best way to recheck HTML code or spell check your code. What do you ise to develope your websites