Editor View | ![]() |
Char | List |
---|---|
< | Existing tag names in the document. |
& | Entities defined in DTD, including predefined entities for &, <, >, ", ' |
xsl: | XSL tags (e.g. xsl:value-of). |
space | Attributes for the current tag (element). |
/ | Existing tag names in the document, if cannot find the opening tag. |
Starting Character Typed | Results with Surrounding Text |
---|---|
~, !, @, #, $, ^, &, *, -, _, +, :, ., ", ', | | typed-string...typed-string |
(, {, [ | (...), {...}, [...] |
= (Attribute value) | ="..." |
/ (C-style comment) | /*...*/ |
% (ASP block) | <%...%> |
? (Process instruction) | <?...?> |
< (Enclose with angle brackets) | <...> |
Char | Completed Text |
---|---|
( | () |
< | <> |
{ | {} |
[ | [] |
' | ' |
" | " |
</ | </closing_tag> |