How to Use SyntaxHighlighter to highlight HTML code

Source: Internet
Author: User

Http://www.jb51.net/jiaoben/15599.html
Syntaxhighlighter is a small open-source project that can highlight various program source code syntaxes on the webpage. Supports the following popular programming languages:
C #, CSS, C ++, Delphi, Java, JavaScript, PHP, Python, Ruby, SQL, Visual Basic, XML/HTML
Usage:
1. If the folder test.htm is stored in a directory, the dp. SyntaxHighlighter is decompressed to the subdirectory in the directory, which is assumed to be images.

2. Insert the following code between Copy codeThe Code is as follows:
<Link type = "text/css" rel = "stylesheet" href = "images/Styles/SyntaxHighlighter.css"> </link>

3. Insert the following code (class = "js" indicates that the source code is displayed in js syntax, and other configurable class values are
C #, css, c, delphi, java, js, php, python, ruby, SQL, vb, xml ):
Copy codeThe Code is as follows:
<Textarea name = "code" class = "js" rows = "15" cols = "100">
// Put the program source code here
</Textarea>


4. Insert the following code before </body> at the end of the webpage:
Copy codeThe Code is as follows:
<Script class = "javascript" src = "images/Scripts/shCore. js"> </script>
<Script class = "javascript" src = "images/Scripts/shBrushCSharp. js"> </script>
<Script class = "javascript" src = "images/Scripts/shBrushPhp. js"> </script>
<Script class = "javascript" src = "images/Scripts/shBrushJScript. js"> </script>
<Script class = "javascript" src = "images/Scripts/shBrushJava. js"> </script>
<Script class = "javascript" src = "images/Scripts/shBrushVb. js"> </script>
<Script class = "javascript" src = "images/Scripts/shBrushSql. js"> </script>
<Script class = "javascript" src = "images/Scripts/shBrushXml. js"> </script>
<Script class = "javascript" src = "images/Scripts/shBrushDelphi. js"> </script>
<Script class = "javascript" src = "images/Scripts/shBrushPython. js"> </script>
<Script class = "javascript" src = "images/Scripts/shBrushRuby. js"> </script>
<Script class = "javascript" src = "images/Scripts/shBrushCss. js"> </script>
<Script class = "javascript" src = "images/Scripts/shBrushCpp. js"> </script>
<Script class = "javascript">
Dp. SyntaxHighlighter. HighlightAll ('code ');
</Script>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.