Design HTML Page Header and Footer for your web print out like you do with Office programs. Most people use the header for the brand information and footer for copyright or address information. When you are developing a web application then you may need to print the report based on the end user input but dynamic content will not help you to place the header and footer at exact position . Solution - Custom header and footer for html web print outs using CSS. Here i have designed a html page for your reference with inbuilt css . <?xml version='1.0' encoding='utf-8'505'?> <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd'> <html lang='en-GB' xml:lang='en-GB' xmlns='http://www.w3.org/1999/xhtml'> <head> <title>Technology Innovation</title><meta http-equiv='Content-Type' cont...