C++ Code compare to HTML.?

saxy d

New member
include <iostream>
using namespace std;

int main ()
{
cout << "Hello World!";
return 0;
}

if they were in HTML form what is each stand for? <html><title><body>?????
....Dude of course i know that. Just want to know which part is necessary and the steps.
 
Back
Top