Possible Software to Be Used


CSS (Cascading Style Sheet)
It is a style sheet language for specifying the appearance of text and other elements.

     


CGI (Common Gateway Interface)
It is a standard for running external programs from a World Wide Web HTTP server.

Name:      
#!/bin/bash
echo "Content-type: text/html"
echo ""
echo '<html><head>'
echo '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">'
echo '<title>Environment Variables</title>'
echo '</head><body>'
echo 'Environment Variables:'
echo '<pre>'
/usr/bin/env
echo '</pre>'
echo '</pre></body></html>'




      I heard women love a man in uniform.
      Can’t wait to start working at McDonalds.