latest Post

HTML Comments

Program :


<html>
<head><title> HTML Comments</title></head>
<Body>
<!-- This information will not show -->
<h1 style="border-style:2px solid tomato"> Comments</h1>
</Body>
</html>

Output :



About Open Learning Creative

Open Learning Creative
Recommended Posts × +

0 comments:

Post a Comment

PHP Registration form using GET, POST Methods with example

Program : HTML Code <html> <head> <title>Student Info</title> </head> <body><center> ...