16.10.17

XHTML document

XHTML Document[TextFormat.html]

  <head>
  </head>
  <body>
    <p> a lightweight programming language ("scripting language")
           used to make web pages interactive
           insert dynamic text into HTML (ex: user name)
                  react to events (ex: page load user click)
                 get information about a user's computer (ex: browser type)
                 perform calculations on user's computer (ex: form validation)
             </p>
            <div>a web standard (but not supported identically by all browsers)
                     NOT related to Java other than by name and some syntactic similarities
             </div>
             <div><pre>NOT related to Java other than by name and some syntactic similarities</div>
             </pre>
</body>

</html>

No comments:

Post a Comment

Featured Post