How would I use a stylesheet (CSS) in the JSP pages found in WEB-INF (Netbeans)?
This is what I've tried:
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Tennis</title>
<link rel="stylesheet" type="text/css" href="/WEB-INF/style.css">
</head>
<body>