display 속성 변경

main
Peace 10 months ago
parent e5389d20ef
commit ca4796d945
  1. 2
      Ex3_Box model and positioning/3-5/default.html

@ -18,7 +18,7 @@
<body> <body>
<h1>h has block property. But go to inline.</h1> <h1>h has block property. But go to inline.</h1>
<p>p has block property. But go to inline-block</p> <p>p has block property. But go to inline-block</p>
<a>a has inline propery. But go to block.</a> <a href="#">a has inline propery. But go to block.</a>
<span>span has inline property</span> <span>span has inline property</span>
</body> </body>
</html> </html>
Loading…
Cancel
Save