Category: 15. Refrences

  • Events Reference

    When users visit your website, they do things like click various links, bring mouse over text and images etc. These are examples of what we call events in JavaScript and VBScript terminologies. We can write our event handlers using JavaScript or VBScript and can specify some actions to be taken against these events. Though these…

  • Attribute Reference

    To customize an element’s behavior, special term called HTML attributes are utilized inside the opening tag. An HTML element type can be modified via HTML attributes. An attribute either changes an element type default functionality or adds functionality to some element type that wouldn’t work properly without it. Local Attributes Following are the local attributes…

  • Tag Reference

    HTML tags are similar to keywords, which specify how a web browser will format and display content. A web browser can differentiate between simple content and HTML content with the use of tags. The major components which are essential for the HTML tag are the opening tag and the closing tag. However, some tags in…