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.