programming-examples/html/Text/comment.html
2019-11-15 12:59:38 +01:00

11 lines
166 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Html5</title>
<meta charset="UTF-8">
</head>
<body>
<b><i>Italic and bold text</i></b>
<!-- this is a comment -->
</body>
</html>