Home >Web Front-end >CSS Tutorial >css code formatting cleaning tool

css code formatting cleaning tool

高洛峰
高洛峰Original
2016-11-24 14:52:271336browse

<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">
<html xmlns=">

<title> CSS 代码格式化工具 </title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
    a {color:blue; font-size:12px}
    textarea {width:100%; height:300px; display:block; margin:10px 0; font-size:12px}
    input {font-size:12px}
</style>
<script type="text/javascript">
<!--
    function formatCSS(n){
        var c = document.getElementById("abc");
        var d = document.getElementById("def");
        var v = c.value;
        if (n==1){


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn