HTML5 <script> Tag
Info of HTML5 script Tag :script element: allows authors to include dynamic script and data blocks in their documents
script Tag Attributes :async: the script will be executed asynchronously, as soon as it is available [async] type: gives the MIME type of the script or format of the data defer: the script is executed when the page has finished parsing [defer] src: gives the address of the external script re- source to use charset: specifies the character encoding of the external script resource
0 comments :
Post a Comment