Answer:
Option A B is the correct option for the following question.
Explanation:
Because search engine companies are the companies that create the search engines like Yahoo, Google, DuckDuckGo, etc. and search engine are the tool which contain the information about which users search on it and also contain the records of the URL in their database. URL is submitted by the owner of the website and information to the SEC.
 
        
             
        
        
        
Answer:
<!DOCTYPE html>
<html>
  <head>
  <style>
  #header {  
    text-align: center;
    float: left;
  }
  #langtable {
    border: 2px solid blue;
    border-spacing: 5px;
  }
  #langtable th {
      border: 2px solid green;
  }
  #langtable td {
      border: 2px solid green;
      padding: 10px;
  }
  </style>
  </head>
  <body>
    <div id="header">State and languages
    <table id="langtable">
      <tr>  
        <th>State</th>
        <th>Major Spoken Language</th>
      </tr>
      <tr>
        <td>Punjab</td>
        <td>Punjabi</td>
      </tr>
      <tr>
        <td>Jammu and Kashmir</td>
        <td>Kashmiri</td>
      </tr>
      <tr>
        <td>West Bengal</td>
        <td>Bengali</td>
      </tr>
    </table>
    </div>
  </body>
</html>
Explanation:
I think this looks pretty much like it.
 
        
             
        
        
        
This can be a tricky question because this could be true or false depending how the Web Server is setup. For instance, with the Apache web server you do not need an index.html file as long as you have a index.htm file or an index.php file. So the answer could be false if you have one of the other files. Anyways, I think they mean an index file in general so the answer is true.
        
             
        
        
        
Answer:
C. IPIP
Explanation:
This protocol is known as an IP that stands for Internet Protocol. This protocol handles the simple task of making sure that the information is routed correctly to and from the corresponding computer machines through the internet. The sending and receiving machines are identified through their Internet Protocol Addresses which lets the protocol know exactly where the information is going and being sent from.
 
        
             
        
        
        
If your document does not have any text in it and you haven't set the “Title” property, Word inserts “DocX.docx” as the file name, where the “X” is a number that depends on how many new documents you have created during your current Word session.