In the followings, you can find descriptions about the attached classes and their default color settings. The default settings for these classes can be found in the dottoro-highlighter-v4.css file.
Sample code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" >
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Default class</title>
</head>
<body>
<!-- Comment text -->
<h1>Header</h1>
</body>
<html>
|
Classes:
|
Sample code:<body>
<!-- known tag -->
<h1>Header</h1>
<!-- unknown tag -->
<mytag>custom tag</mytag>
<!-- tag operators -->
<a></a>
</body>
|
Classes:
|
Sample code:<body>
<!-- known attribute -->
<div class="cont">container</div>
<!-- unknown attribute -->
<div myAttr="cont">container</div>
<!-- known attribute value -->
<div align="center">container</div>
<!-- unknown attribute value -->
<div align="tocenter">container</div>
<!-- attribute operators -->
<input type="text" size="10" />
</body>
|
Classes:
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" >
<body>
<div class="cont">container</div>
</body>
Class name | Default color | Underlined | Description | Applies to |
---|---|---|---|---|
.html_doctype a:link .html_doctype a:visited .html_doctype a:active .html_doctype a:hover |
no no no yes |
doctype link | !DOCTYPE elements | |
.html_tag a:link .html_tag a:visited .html_tag a:active .html_tag a:hover |
no no no yes |
tag link | known elements | |
.html_attr a:link .html_attr a:visited .html_attr a:active .html_attr a:hover |
no no no yes |
attribute link | known attributes |
Introduction |
Customization |
Themes |
Plugins |
Service Keys |
News |
Faq |
Reported Bugs |