1.

HTML document to show the use of body tag and its attribute​

Answer»

Tag SPECIFIC AttributesAttribute Value Descriptionalink color It defines the color of the active link in a document. (Not supported in HTML5)background URL It determines the background image for the document. (Not supported in HTML5)BGCOLOR color It determines the background color of the content. (Not supported in HTML5)link color It determines the color of the unvisited link. (Not supported in HTML5)text color It determines the color of the text in the document. (Not supported in HTML5)vlink color It determines the color of the visited link. (Not supported in HTML5)onload Function CALL on page loadingonunload Function call when user leaves the pageonfocus Function call when document RECEIVES FOCUS by user.onblur Function call when document loses focus by user.



Discussion

No Comment Found