Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

tables allow you to organize information on a web page using html ____.…

Question

tables allow you to organize information on a web page using html ____. 1 point
keylinks
flowcharts
indices
tags
a(n) ____ is a horizontal line of information in a table. 1 point
column
grid
row
baseline

Explanation:

Brief Explanations

For the first question: HTML tables are created using HTML tags (like <table>, <tr>, <td> etc.). Keylinks, Flowcharts, and Indices are not related to HTML table creation. So the correct option is Tags.
For the second question: In a table, a row is a horizontal line of information (defined by <tr> in HTML). Column is vertical, Grid is the whole table structure, and Baseline is a typographic term. So the correct option is Row.

Answer:

  1. D. Tags
  2. C. Row