DOM

Methods

Coordination of Standards

We are able to set a style with CSS like this:

<style type="text/css">
#ourExample { display:none; }
</style>

This style will hide the element: it will not be displayed.

Next >


< Previous

[Page Top]

Introduction to DOM, by Dr Sam
copyright | contact
published by OxfordU.net

[An alternative, straight-text version is also available.]

Web-Design Tutorials by Dr Sam