'name' Example : Meta Info « HTML « JavaScript DHTML






'name' Example

    
<html>
<body>
<script language="JavaScript">
    document.tags("head").meta.name = "Description";
</script>
</body>
</html>

    
      
      








Related examples in the same category

1.'content' Example
2.'scheme' Example
3.Specifies the binding of 'meta' content to an HTTP response header