In HTML 5.0, which of the following attributes of the
In HTML 5.0, which of the following attributes of the <object> element refers to the location of the object’s data? ans: c) data
In HTML 5.0, which of the following attributes of the <object> element refers to the location of the object’s data? ans: c) data
In HTML 5.0, how will the script be executed if you use the script element shown below? <script src=”script.js” type=”text/javascript” defer=”defer”></script> ans: b) The script will be executed when the page has finished parsing.