برای نوشتن توضیحات در کدهای HTML از تگ comment یا همان توضیحات استفاده می کنیم.
مثال:
<html>
<head>
<title><!–comment–></title>
</head>
<body>
<!–comment–>
<p>This is a comment</p>
</body>
</html>
برای نوشتن توضیحات در کدهای HTML از تگ comment یا همان توضیحات استفاده می کنیم.
مثال:
<html>
<head>
<title><!–comment–></title>
</head>
<body>
<!–comment–>
<p>This is a comment</p>
</body>
</html>
0 دیدگاه