NEW
Font size
WorksheetsLesson 9: Intelligence is the Ability to Adapt to Change
Total questions: 10
Worksheet time: 5mins
It contains information for search engines about a specific website.
meta tag
title tag
description tag
keywords tag
This is the width of the screen in CSS pixels at the scale of 100%.
device-width
width
initial-scale
meta tag
It is required page element and one of the most important elements in terms of the website optimization process.
meta tag
title tag
description tag
keywords tag
This basically describes the Web page itself.
meta tag
title tag
description tag
keywords tag
This tag lists the search keywords for a site.
meta tag
title tag
description tag
keywords tag
It is one of the important parts of HTML.
table
container
row
column
This element is used to display data in tabular format.
<table>
<thead>
<tbody>
<tr>
A tag used in creating a table cell.
<tr>
<td>
<th>
<tbody>
This is where we put the column labels of the table.
<tr>
<td>
<th>
<thead>
This tag serves as the container for table row.
<thead>
<tbody>
<td>
<tr>
