HTML Tables

HTML Tables

University

8 Qs

quiz-placeholder

Similar activities

pemograman web

pemograman web

University

10 Qs

Review chapter 7,and 8

Review chapter 7,and 8

University

11 Qs

Quiz Materi Pertemuan 9 Perancangan dan Pemrograman Web

Quiz Materi Pertemuan 9 Perancangan dan Pemrograman Web

University

10 Qs

HTML тегтері

HTML тегтері

1st Grade - University

13 Qs

HTML Basics

HTML Basics

University

12 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

ความรู้เบื้องต้น HTML

ความรู้เบื้องต้น HTML

University

10 Qs

HTML Tables

HTML Tables

Assessment

Quiz

Computers

University

Hard

Created by

praveen K

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What HTML tag is used to create a table?
<table>
<div>
<form>
<img>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to define a table row?
<tr>
<td>
<th>
<table>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to define a table header?
<td>
<tr>
<th>
<table>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What HTML attribute is used to define the width of a table border?
align
width
height
border

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML attribute is used to span a cell across multiple columns?
rowspan
colspan
align
width

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What HTML attribute is used to align text within a table cell?
align
colspan
rowspan
border

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to create a table caption?
<caption>
<div>
<span>
<p>

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to define a table data/cell?
<td>
<th>
<tr>
<table>