IntelliJ IDEA enables you to create HTML files, and edit them.
When a file is opened for editing, you can drag a JavaScript or CSS file into the opened HTML file.
IntelliJ IDEA will automatically create a script or a link tag inside the <head> tag.
Same way, you can drag an image to add an img tag with the width and
height attributes anywhere inside the <body> tag.
