head element

Modules

Description

Head of the document. Its function is like the HTML head element.

Syntax

Syntax: head element
Start Content End
Tag Attribute Value    
<head some attribute= "xxx">   </head>

Attributes

 

Examples

<?xml version="1.0"?>
  <?xml-stylesheet href="../../style/music.css" type="text/css"?>
  <mml xmlns="http://www.musicmarkup.info/dtd">

  <head>
    <title>Chopin's Trois Nocturne</title>
    <meta http-equiv="Content-Type" 
             content="text/mml; charset=iso-8859-1" />
    <sync match="treb" with="bass" />
  </head>

© 1999, 2000 Author: Jacques Steyn