HTML, JavaScript, and CSS in a NetBeans Platform Application
- by Geertjan
I broke down the code I used yesterday, to its absolute bare minimum, and then realized I'm not using HTML 5 at all:
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css" media="all" />
<script type="text/javascript"…