Head

1. A read/write head is a device found on the arm of a hard drive that is used to read data from the hard drive's disk platter.

Inside a computer hard disk drive

2. Linux command, see the head command page for further information about this command.

3. In HTML the <head></head> section is the first section in your HTML code that contains the page's properties. For example, this section is where you would put the title of the page, meta tags, CSS code, and some JavaScript code. Below is a basic HTML page template that helps demonstrate where the head section of the code is placed when creating a web page.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="Example page demonstrating the head section" name="description">
<title>Example page</title>
</head>

<body>
</body>
</html>

 

Also see: CHS, FFS, Hard drive definitions, Head cleaning, Park