I'm having trouble with the HTML code I'm working on. The tabs aren't changing when I click on "Students' statistics," and I suspect the error is in the head section, but I can't pinpoint where exactly...
Can anyone recommend a website for checking errors? I've tried several but getting strange messages like "coding is not defined..."
function show(id) {
// Function to display element
}
function hide(id) {
// Function to hide element
}
.borderradius {
// CSS styles
}
/* More CSS styles */
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
/* HTML content */