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.
Answer: True
Explanation:
TCP is the transmission control protocol which and TCP ACK is the transmission control handshake method which are used by TCP. It basically indicates the next sequence number in the method when the flag is set.
Firstly, the ACK (Acknowledge) send by the each end for the initial sequence number itself but it does not contained any type of data. In the TCP segment header ACK contain 32 bit field.
The acknowledgement is just a proof to clients that ACK is a specific to the SYN when the clients initiate.
If you are referencing cell (C2)in Excel and want to be able to copy the formula and keep using the data in cell C2 in every place you copy it to, the way to reference the cell? is known to be $C$2.
<h3>What is a cell reference in Excel?</h3>
A cell reference is known to be called a cell address and this is seen as a make up of a column letter and also those of row number that tells a cell on a worksheet.
Hence, If you are referencing cell (C2)in Excel and want to be able to copy the formula and keep using the data in cell C2 in every place you copy it to, the way to reference the cell? is known to be $C$2.
Learn more about cell referencing from
brainly.com/question/19035038
#SPJ1