My attempt at creating an HTML editor in Scratch. While it's definitely not the 'ideal' method of coding in HTML, it's OK I guess. The most difficult thing for me to get this working was the import function. It's still not compatible with all webpages and it has it's limitations. Here are some of them: -Each tag must be on a separate line. -Can't import files with the same number of lines as what's already in the <HTML> pane. -Ignores head and body tags with attributes Project time: ~3-4 hours