HTML and CSS Reference
In-Depth Information
.required {
color: red;
}
.not {
display:none;
}
.rowHighlight {
font-weight:bold;
}
label.error {
color: red;
font-weight:bold;
}
.overdue {
background: #F7DCE5;
}
.warning {
background: #F7F7DC;
}
.taskCompleted {
text-decoration: line-through;
}
When opened in a web browser, the HTML document will look as follows:
Search WWH ::




Custom Search