Some questions

 
  • What can you do to be sure that your company name will be display with the exact same font and colours as you want to?

  • How can you have a colored header from left to right that stays always visible whatever the size of the Browser's window?

  • List factors that can increase the download time of a web page.

  • What main content-type can be found in a web page?

  • What do you assume when you type the following URL in your browser
    http://www.website.com  and press the return key?

  • List factors that can influence the design of a web site regarding the fact that people are not using the same computer than you when browsing ?

  • What is the difference between the following file names?
       file.htm  and   file.html

  • What do you assume when you type the following URL in your browser
    http://www.website.com  and press the return key?

  • What actually happen when you type an URL in the address bar of a browser and press the return key?

  • What is the following piece of code going to display?
    <table border="1" width="100%">
        <tr>
            <td width="33%">&nbsp;</td>
            <td width="33%">&nbsp;</td>
            <td width="34%">&nbsp;</td>
        </tr>
        <tr>
            <td width="33%">&nbsp;</td>
            <td width="33%">&nbsp;</td>
            <td width="34%">&nbsp;</td>
        </tr>
    </table>

 
  • What happen if you use the following code to reference an image under a Unix system?
    <img border="0" src="../My picture.jpg" width="693" height="520">

 
  • What will happen if you use the following code to reference an image on your web site?
    <img src="file:///c:/patrice/monde.gif" width="123" height="456">
 
  • What does the following piece of code do?
    &nbsp;

Back to Main