latest Post

HTML Paragraph

Program :


<html>
<head><title> HTML Paragraph</title></head>
<Body>
<p>This program is free software; you can redistribute it and/or modify it under the terms of
the GNU General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.
</p>

<p>This program is free software;     <br>           you can redistribute it and/or modify it under the terms of
the GNU G   eneral Public License as                 published by the Free Software Foundation;
either version 2 of             the License,<br>        or (at your option) any later version.
</p>
</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> ...