Computer Science, asked by fake37001, 2 days ago

Add tables and frames in an HTML page.​

Answers

Answered by reenaabhishekpatelsa
0

Answer:

HTML | <table> frame Attribute

The HTML <table> frame Attribute is used to specify the visibility of outside borders.

Syntax:

<table frame="value">

Attribute Values:

void: It is used to hide the outside border.

above: It is used to display the top outside border.

below: It is used to display the bottom outside border.

hsides: It is used to display the top and bottom outside border.

vsides: It is used to display the left and right outside border.

lhs: It is used to display the left outside border.

rhs: It is used to display the right outside border.

box: It is used to display all sides outside border.

border: It is used to display all outside border.

Note: The <table> frame Attribute is not supported by HTML 5.

Example:

<!DOCTYPE html>

<html>

<head>

<title>

HTML table frame Attribute

</title>

</head>

<body>

<h1>GeeksforGeeks</h1>

<h2>HTML table frame Attribute</h2>

<table frame="box">

<tr>

<th>NAME</th>

<th>AGE</th>

<th>BRANCH</th>

</tr>

<tr>

<td>BITTU</td>

<td>22</td>

<td>CSE</td>

</tr>

</table>

Create a website using several webpages. Students may use any open source or proprietary tool<br>

Add tables and frames in an HTML page.A stone is rolled at a angle 30 degree to the top of a steap mountain with a velocity of tom/ sifit reaches the ground in 5sec find the distance of stone from the point of impact to the base of mountain :

Similar questions