Question

In: Computer Science

Create a Web page about a book ( The Richest Man in Babylon) that includes the...

Create a Web page about a book ( The Richest Man in Babylon) that includes the following:

-page title

-a meta keywords tag with at least (5) keywords

-a meta description tag

-a meta robots tag to allow indexing, but not permit crawling of the site

Also, provide 1-2 paragraphs of content with three relevant text links.

Solutions

Expert Solution

Code:

<!DOCTYPE html>
<html>
<head>
   <!-- The following is the page title-->
   <title>The Richest Man in Babylon</title>
   <!-- The following sets meta tag with keywords-->
   <meta name="keywords" content="HTML, Richest Man, Babylon, The Richest Man in Babylon, Richest Babylon Man">
   <!-- The following sets meta tag with description-->
   <meta name="description" content="This page contains a brief note on the book The Richest Man in Babylon with relevent links.">
   <!-- The following sets meta tag with robots to index and not to follow-->
   <meta name="robots" content="index, nofollow">
</head>
<body>
   <!--The follwing line sets a heading-->
   <h1>The Richest Man in Babylon</h1>
   <!-- Two paragraphs with some text and links to relevant sites.-->
   <p>The book named "The Richest Man in Babylon" is written by George S. Clason. This book gives financial advises that were set in the ancient Babylon.
   Refer to the <a href="add a link here">Wiki</a> for more information.</p>
   <p>This book contains the seven simple rules of money. One can learn how to be wealthier with every penny they save. It not only tells us how to save money but also tells us how wisely to spend money. For more information read the book at <a href="add a link here">Link</a>.</p>
</body>
</html>

Code in the image:

Output:

Note: As providing URLs is agains Chegg Policy, I haven't provided the reference links. Please replace the add a link here with the relevant links.


Related Solutions

Create a Web page about yourself containing the following: Notepad++ The page should have a light...
Create a Web page about yourself containing the following: Notepad++ The page should have a light green background and a one inch margin. The Web page should contain: At least three headings, h1 to h3. At least two paragraphs about you. A numbered list with at least three hyperlinks. The hyperlinks cannot be the ones we created in class today which were the links to Yahoo and Google. Two horizontal rules. All the h1, h2, and h3 tags should have...
In this assignment you will create a web page about your favorite sports to play or...
In this assignment you will create a web page about your favorite sports to play or teams to watch. If you don’t watch or play sports, please make up your favorite sports to play or teams to watch. You will be incorporating images into your web page, as well as other concepts learned in this unit. Create an external style sheet using a text editor of your choosing. In the CSS file add the following style rules: A background image...
JavaScript. Create a Web page with the following features: Three lines of text about anything. A...
JavaScript. Create a Web page with the following features: Three lines of text about anything. A link to OCC (http://www.orangecoastcollege.edu) that opens in a new browser window. An image link (graphical link). A link to the top of the page. A graphical link to your email. Formatted text throughout the page. Horizontal lines
Create a Web Page Using HTML, CSS, JS, jQuery • Create a web profile, including any...
Create a Web Page Using HTML, CSS, JS, jQuery • Create a web profile, including any of the following: • Your hobbies, likes/dislikes, career aspirations, dream job, favorite animals/ pets, favorite superhero, etc. • You do not have to share personal information that you are uncomfortable with sharing. Follow these guidelines when creating your page: • Include at least one heading (h1, h2, etc.) in your web page. • Provide a quote from a book, movie, etc. • Include at...
1 -​Create the code to generate a default web page. The contents of this page should...
1 -​Create the code to generate a default web page. The contents of this page should be Your​​Name, right justified
Web Projects If you are learning a web technology, you must create a new page that...
Web Projects If you are learning a web technology, you must create a new page that is web-accessible (use your individual burrow account) that includes a form with a field that allows the user to enter a number only. ● Create an input that allows a number to be entered. Only whole numbers should be allowed. ● Add a button below the input that says "Translate". ● When the button is clicked, it should grab the current number in the...
Create a web page using PHP that allows the users to create an account (a username...
Create a web page using PHP that allows the users to create an account (a username and a password). There should be a login page that allows users to create an account by entering their preferred username and password. The same page should also let users login if they already have an account. If a user is logged in successfully , they should be able to enter a comment and also read the comments entered by others previously.
Create a web page that contains a simple math test. The page should have the following...
Create a web page that contains a simple math test. The page should have the following arithmetic problems. Add a button under each problem which, when clicked, will display a prompt for the user to enter the answer. Add a swcond button which, when clicked, will check to see if the user's answer is correct. The output should be either "correct" or "incorrect" displayed in an alert box. 1. 5+9= 2. 4*6= 3. 25-14= 4. 48/3= 5. 26%6=
For this assignment you are required to create a web page displaying a recipe of your...
For this assignment you are required to create a web page displaying a recipe of your choosing. Your submission should appropriately use the basic head and body construction of an HTML document. Additionally you are required to appropriately use at least three different HTML element types. For example you might use an unordered list for your ingredients, an ordered list for the steps of your recipe, and an image to show the final result. If you choose to use an...
You are designing a web page that allows users to create an event listing. The event...
You are designing a web page that allows users to create an event listing. The event listing should include the date, time, location, title, phone, email, coordinator, and description of the event. The location should be between 10 and 100 characters long. The title should be between 1 and 50 characters long. The description should be between 10 and 200 characters long. Phone number consists of numbers and dashes. Email has to have an @ symbol. All data elements should...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT