Simple HTML Program
The following HTML program is very simple and basic program to just display some text. The following editor can write your html program and see your output instantly.
Syntax
Example Program:- (Editor)

Editor is Loading...
Advertisement
Syntax
<html>
<head>
<title>Title of the Program</title>
</head>
<body>
Body of the code
</body>
</html>
Example Program:- (Editor)
Editor is Loading...
Advertisement
Post a Comment for "Simple HTML Program"