HTML & CSS

[41-5 HTML] html 주석처리

Olivia-BlackCherry 2022. 10. 5. 17:10

파이썬 주석처리는

#을 붙이는 것으로 끝났지만,

 

html에서 주석처리를 할 때는 아래와 같이 하면 된다.

<!-- 으로 시작
--> 으로 끝

ex) <!--주석 처리를 배워요!-->
<!--<hr size = "3", color = "red"> -->
<center>
<h1>Title: Pride and Prejudice</h1>
<br>
<h2>Author: Jane Austen</h2>
<br>
<h5>Release Date: June, 1998 [eBook #1342]</h5>
</center>
<hr size = "3", color = "blue">