Computer Science, asked by Nikita3505, 8 months ago

Name the values that can be used in valign attribute.

Answers

Answered by srinivas9528
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