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
반응형
'MyLife > Tistory' 카테고리의 다른 글
[Tidory] 티도리 가이드 정리 (0) | 2020.08.03 |
---|---|
[티스토리] 코드블럭 하이라이트 적용하기 (HighlightJs 사용) (2) | 2019.05.15 |