Write a program to display Comment
Name of Program - Program to display square bullets
Text Editor - Notepad, Notepad++, Visual Studio Code, Atom, etc.
Code Input-
<!DOCTYPE html>
<html>
<head>
<title>Invalid Comment Example</title>
</head>
<body>
< !-- This is not a valid comment -->
<p>Document content goes here.....</p>
</body>
</html>
Output Screen - Internet Browser, Google Chrome, Microsoft Edge, etc.
Code View -
Ordered List with Roman Numbers
< !-- This is not a valid comment -->
Document content goes here.....
Post a Comment