-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcoding_html_syntax.php
102 lines (80 loc) · 4.05 KB
/
coding_html_syntax.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="Author" content="Cream Software">
<meta name="Generator" content="Spider V6 (6.0.0.1)">
<!-- nazwa strony pomocy -->
<title>Support for HTML - Syntax highlighting</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha512-MoRNloxbStBcD8z3M/2BmnT+rg4IsMxPkXaGh2zD6LGNNFE80W3onsAhRcMAMrSoyWL9xD7Ert0men7vR8LUZg==" crossorigin="anonymous">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<!-- topmenu start -->
<? include "include/topmenu.html"; ?>
<!-- topmenu end -->
<div class="container-fluid">
<!-- google search start -->
<? include "include/googlesearch.html"; ?>
<!-- google search end -->
<!-- tabelka z trescia -->
<table>
<tr>
<td>
<!-- nagłowek głowny tematu -->
<h1>Support for HTML - Syntax highlighting</h1>
<!-- treść pomocy -->
<p>A big help when creating HTML documents is <a href="syntax.php">syntax highlight</a>ing. Spider has a number of HTML syntax coloring schemes. The most important of these are:</p>
<ul>
<li><b> Dynamic HTML </b> - extensive coloring of HTML, CSS and JavaScript and VBScript scripting languages,</li>
<li><b> HTML Categorized </b> - categorized HTML coloring. Individual groups of tags (according to the HTML 4.01 specification) are marked with different colors, which is a great help in orientation in the page layout,</li>
<li><b>HTML Validator</b> - a special HTML syntax coloring scheme, highlighting the most common HTML syntax errors,</li>
<li><b>Dynamic XHTML</b> - Extensive coloring of XHTML, CSS, and the JavaScript and VBScript scripting languages,</li>
<li><b> XHTML </b> - coloring of HTML's successor - XHTML.</li>
</ul>
<p>In addition, HTML coloring schemes combined with coloring of other languages are also available:</p>
<ul>
<li><b>HTML+ASP</b></li>
<li><b>HTML+ColdFusion</b></li>
<li><b>HTML+CSS</b></li>
<li><b>HTML+JavaScript</b></li>
<li><b>HTML+PHP simple</b></li>
<li><b>HTML+PHP extended</b></li>
<li><b>HTML+VBScript</b></li>
<li><b>Perl+HTML</b></li>
</ul>
<p>You can also customize syntax highlighting. Use these tools for that:</p>
<ul>
<li><a href="syntax_editor.php">Highlighting scheme editor</a> - allows you to edit the highlighting scheme, i.e. add new features, etc. Use it with caution when changes cannot be undone</li>
<li><a href="settings_editor_syntax.php">Program settings - syntax highlighting</a> - allows you to adjust the syntax highlighting scheme, but without affecting the scheme itself. Changes can be reverted to the default state at any time. You can also use this window to assign file name extensions for which the scheme should be the default one.</li>
</ul>
</td>
</tr>
</table>
<table>
<tr>
<td width="100%" class="tbrelatedtopics">
<!-- pokrewne tematy -->
<h4>Related topics</h4>
<ul>
<li><a href="coding_html.php">Support for HTML - general</a></li>
<li><a href="syntax_editor.php">Syntax Highlighting Editor</a></li>
<li><a href="settings_editor_syntax.php">Program settings - syntax highlighting</a></li>
</ul>
</td>
</tr>
</table>
<!-- pokrewne tematy koniec-->
<p class="prawa"><a href="#top">To top</a></p>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.slim.min.js" integrity="sha512-/DXTXr6nQodMUiq+IUJYCt2PPOUjrHJ9wFrqpJ3XkgPNOZVfMok7cRw6CSxyCQxXn6ozlESsSh1/sMCTF1rL/g==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/js/bootstrap.bundle.min.js" integrity="sha512-kBFfSXuTKZcABVouRYGnUo35KKa1FBrYgwG4PAx7Z2Heroknm0ca2Fm2TosdrrI356EDHMW383S3ISrwKcVPUw==" crossorigin="anonymous"></script>
</div><!-- container end -->
<!-- Cookie Banner -->
<? include "include/cookiebanner.html"; ?>
<!-- End of Cookie Banner -->
<!-- Google analytics -->
<? include "include/analytics.html"; ?>
<!-- End of Google analytics -->
</body>
</html>