Knowee
Questions
Features
Study Tools

Create all the head section of a web page to meet these specifications:Title for the web page is Weather DataMetatags:• set the character encoding to ISO-8859-1• set the name of the author to TawaraWeb followed by a space then your name• set the web page description to Weather data for the Tawara region• set the viewport to the width of the device being used with an initial scaling of 2• set two appropriate metatag keywords for use by search engines for this page.Set the default target window to _blank if a new web page is opened from within this webpage.

Question

Create all the head section of a web page to meet these specifications:Title for the web page is Weather DataMetatags:• set the character encoding to ISO-8859-1• set the name of the author to TawaraWeb followed by a space then your name• set the web page description to Weather data for the Tawara region• set the viewport to the width of the device being used with an initial scaling of 2• set two appropriate metatag keywords for use by search engines for this page.Set the default target window to _blank if a new web page is opened from within this webpage.

...expand
🧐 Not the exact question you are looking for?Go ask a question

Solution

Sure, here is the HTML code for the head section of a web page that meets your specifications:

<!DOCTYPE html>
<html>
<head>
    <title>Weather Data</title>
    <meta charset="ISO-8859-1">
    <meta name="author" content="TawaraWeb YourName">
    <meta name="description" content="Weather data for the Tawara region">
    <meta name="viewport" content="width=device-width, initial-scale=2">
    <meta name="keywords" content="Tawara, Weather Data">
    <base target="_blank">
</head>
<body>
    <!-- The body of your webpage goes here -->
</body>
</html>

Just replace "YourName" with your actual name in the author meta tag. The keywords "Tawara" and "Weather Data" are used for search engines to find this page. The base tag is used to set the default target window to "_blank" for all links on the page.

This problem has been solved

Similar Questions

Title for the web page is Weather DataMetatags:• set the character encoding to ISO-8859-1• set the name of the author to TawaraWeb followed by a space then your name• set the web page description to Weather data for the Tawara region• set the viewport to the width of the device being used with an initial scaling of 2• set two appropriate metatag keywords for use by search engines for this page.Set the default target window to _blank if a new web page is opened from within this webpage.Place a copy of your HTML source in your Evidence Document.[22][Total: 28]www.dynamicpapers.com

Write the HTML Code with the Title "My first Blog Page" and give the heading of the page as "Global Warming"[2]

Write the HTML Code with the Title "My first Blog Page" and give the heading of the page as "Global Warming"

You are going to create a web page for Tawara Balloon Safaris. The web page and stylesheet mustwork in any browser. Make sure that your stylesheet contains no HTML. Make sure your HTML andstylesheet are as efficient as possible.2 Create, in your j2231 folder, a web page called tbs.htmThis web page must be created using a single table and must work in all browsers. The table mustfit 90% of the width and height of the browser window. The table must have a structure as shownin this diagram:D Height = 10%E Width = 35%G Height = 10%C Width = 70%A Width = 70% B Width = 30%F Width = 35%Each table cell is identified with a letter. Some dimensions are shown. These must be set aspercentage values. Do not set the height of cells A, B, C, E or F.The cell contents shown in the diagram must not appear on your final web page.Table borders must appear on the final web page.[8]3 Set the title of the web page to Tawara Balloon Safaris [1]4 Set, in the HTML, the name of the default target window to _new [1]www.dynamicpapers.com

Code a web browser

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.