Name the values that can be used in valign attribute.
Answers
Answered by
2
Answer:
Hey buddy here is ua answer "PLEASE DO FOLLOW"
Explanation:
<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>
<table style="width:50%;">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr style="height:100px">
<td valign="bottom">January</td>
<td valign="bottom">$100</td>
Similar questions