The HTML <script> Element
The <script> tag is used to define a client-side script, such as a JavaScript.The <script> element will be explained in a later chapter.
HTML head Elements
Tag | Description |
---|---|
<head> | Defines information about the document |
<title> | Defines the title of a document |
<base> | Defines a default address or a default target for all links on a page |
<link> | Defines the relationship between a document and an external resource |
<meta> | Defines metadata about an HTML document |
<script> | Defines a client-side script |
<style> | Defines style information for a document |
No comments:
Post a Comment