<html> <head> <title>Comments!</title> <link rel="stylesheet" href="css/style.css"> </head> <body> <h1>Comments!</h1> <p>Comments in HTML and CSS can be <strong>very useful</strong>. They let you leave notes to yourself or others. It can be reminders on why you did something, explanations, or even to dos when you don't have time to finish something.</p> </body> </html>
1
2
3
4
5
6
7
8
9
<html>
<head>
<title>Comments!</title>
<linkrel="stylesheet"href="css/style.css">
</head>
<body>
<h1>Comments!</h1>
<p>Comments in HTML and CSS can be <strong>very useful</strong>. They let you leave notes
to yourself or others. It can be reminders on why you did something, explanations, or even
to dos when you don't have time to finish something.</p>