본문 바로가기

MyLife/Tistory

highlightjs 화면 출력 테스트

728x90

html

<html>
    <body>
    	<div id="contents" class="contents">
            <form action="/test">
            	<input type="text" />
            </form>
        </div>
    </body>
</html>

 

javascript

function(){
    var a = 0;
    console.log(a);
}

css

.test{
   display: "none";
   width: 100;
}

java

public class Test{

    private String num;
    
    public String getNum(){
        return this.num;
    }
    
    public void setNum(String num){
        this.num = num;
    }
}
728x90
반응형