Windows/css
Single PAGE (한 페이지 적용)
하이주니
2010. 9. 6. 15:56
반응형
한 페이지에 적용할 때 HEAD 태그 안에 <STYLE> 태그를 사용함으로써 사용 가능함.
<html> <body> <div class="sublines"> <table border="2"><tr><td class="sublines"> <hr> <div class="infotext"> <hr> |
결과
Welcome This is an example page using CSS.
The example is really simple, and doesn't even look good, but it shows the technique.
Example from EchoEcho.Com.
|
반응형