'name' Example : Meta Info « HTML « JavaScript DHTML
- JavaScript DHTML
- HTML
- Meta Info
'name' Example
<html>
<body>
<script language="JavaScript">
document.tags("head").meta.name = "Description";
</script>
</body>
</html>
Related examples in the same category