The hash mark is a short-hand method in CSS:
#ourExample { display:none; }
The style will be applied to the element with the id.
<div id="ourExample">
The hash mark is a short-hand method in CSS:
The style will be applied to the element with the id.
[Page Top]
Introduction to DOM, by Dr Sam
copyright | contact
published by OxfordU.net