Answer:
<!DOCTYPE html>
<html>
<head>
<style>
#header {
text-align: center;
float: left;
}
#langtable {
border: 2px solid blue;
border-spacing: 5px;
}
#langtable th {
border: 2px solid green;
}
#langtable td {
border: 2px solid green;
padding: 10px;
}
</style>
</head>
<body>
<div id="header">State and languages
<table id="langtable">
<tr>
<th>State</th>
<th>Major Spoken Language</th>
</tr>
<tr>
<td>Punjab</td>
<td>Punjabi</td>
</tr>
<tr>
<td>Jammu and Kashmir</td>
<td>Kashmiri</td>
</tr>
<tr>
<td>West Bengal</td>
<td>Bengali</td>
</tr>
</table>
</div>
</body>
</html>
Explanation:
I think this looks pretty much like it.
<span>arts, audio-video technology & communications</span>
Answer: The Progressive Era was a period of widespread social activism and political reform across the United States that spanned the 1890s to the 1920s.
Explanation:
Answer:
A “breadcrumb” (or “breadcrumb trail”) is a type of secondary navigation scheme that reveals the user's location in a website or Web application. The term comes from the Hansel and Gretel fairy tale in which the two title children drop breadcrumbs to form a trail back to their home.
Explanation:
A breadcrumb or breadcrumb trail is a graphical control element frequently used as a navigational aid in user interfaces and on web pages. It allows users to keep track and maintain awareness of their locations within programs, documents, or websites. Breadcrumbs make it easier for users to navigate a website – and they encourage users to browse other sections of the site. ... You head to their site and end up on The Nestle company history page. Using their breadcrumbs, you can easily navigate back to About Us, History, or even their home page.