please help.
1 and 5 need to be together as one website and 9 needs to have its own website.
I also need help on the CSS sheet, please.
I've been getting errors about how some of my elements are obsolete and need to use CSS instead



Heres the code:


Heres my errors that I need to get help with:


text 8.html
<!DOCTYPE html>
<html>
<head>
<style>
table,th,td{
border:1px solid black;
}
</style>
</head>
<body bgcolor="skyblue">
<h1 align="center">Tea Recipe</h1>
<center>
<a href="#">Email</a>
</center>
<font face="Arial">
<center>
<table bgcolor="orange">
<tr>
<th>Ingredients</th>
<th>Directions</th>
</tr>
<tr>
<td>Milk</td>
<td>Add two cups of water in the Tea pan</td>
</tr>
<tr>
<td>water</td>
<td>Add half cup of water in the Tea pan</td>
</tr>
<tr>
<td>sugar</td>
<td>Add three tablespoons of sugar</td>
</tr>
<tr>
<td>Tea leaves</td>
<td>Add 2 table spoons of Tea leaves</td>
</tr>
</table>
</center>
</font>
</body>
</html>
output

text7.html
<!DOCTYPE html>
<html>
<head>
<style>
table,th,td{
border:1px solid black;
}
</style>
</head>
<body bgcolor="skyblue">
<h1 align="center">Birthday</h1>
<center>
<a href="#">Email</a>
</center>
<font face="Arial">
<center>
<table bgcolor="#CCCC99">
<tr>
<th>Name</th>
<th>Birthday</th>
</tr>
<tr>
<td>Jack</td>
<td>5 September</td>
</tr>
<tr>
<td>Hill</td>
<td>1st July</td>
</tr>
<tr>
<td>Jones</td>
<td>17th March</td>
</tr>
<tr>
<td>Jimmy</td>
<td>24th December</td>
</tr>
</table>
</center>
</font>
</body>
</html>
output

please help. 1 and 5 need to be together as one website and 9 needs to...
I need a small website that to where I need to interlink a CSS file into the HTML file. I don't know to save the files to have to be able to run with the CSS attributes show up in the browser when I do click the "open with" after I click on the saved HTML file. Basically when I copy files from the internet, to see if the HTML and CSS would interlink and run, the HTML would run...
// I need help in creating and publishing a website with two pages for this assignment, I am new to this and need a bit of help as to what and how many HTML files I need to create, and CSS files. If anyone could send me a sample code or anything to start out with it would be appreciated ! I have attached the specifications and requirements below CPI 101 Introduction to Informatics Homework #1 Check Out My Website!...
Can someone plz help me??? I would like a website that has to do with guitars or something to do with music, someone asked me what kind of website I would like to have and that would be awesome. The attributes to be included, are below. I need a small website that to where I need to interlink a CSS file into the HTML file. I don't know to save the files to have to be able to run with...
Please I need help to create a website, using HTML5, that connects to Microsoft SQL Server This what I came up with but I don’t know how to get it to connect to my server? Please help <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>Untitled Page</title> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script> $(document).ready(function(){ $("#Button1").click(function(){ var database = openDatabase($("#Text1").val(), "1.0", "Contact Manager", 200000); }); }); </script> </head> <body> <span>Enter DataBase Name: <input id="Text1" type="text" /></span> <span> <input...
I need help with my javascript project, I've started on it but I can't seem to get ym java scripts to work with my index.html. Can someone please help me fix my code? I need the main.js & scratchpad.js to work with my index.html .Thank you Directions: Go to the following link: https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/JavaScript_basics On that page, scroll down to "A 'hello world' example". Follow the step-by-step instructions to download their code and edit it in your text editor of choice....
You've been hired to create a website for Eating Well in Season, a
business in Glover, Vermont, that delivers produce from local farms
to its customers. Another team member has created a style sheet for
the site but has been unable to resolve some errors in the code.
You continue your work on the site by linking to and debugging the
style sheet, incorporating a color scheme, and aligning the page
content.
index.html
<!DOCTYPE html>
<html lang="en">
<head>
<title>Eating Well...
I am writing an html site and need help with dropdown navigation bars. The navigation bar should have dropdown menus to navigate around the site to different pages. The issue is that it cannot use div elements and while it can use javascript it would be highly preferred it did not. The home page is in its own directory as well as the css has its own directory and the web pages have their own directory. The navigation bar should...
need help making budget planner website what java script code would
i enter to make this calculate my budget after expenses when i hit
submit
°p a (--) С 0 file:///C/Users kinse. Downloads budget%20websitebudget." Budget Planner Add Monthly Income Salary/Wages Add Expenses Rent Food Other 23 24 Submit 26 27 28 29 30 31 32 34 35 36 37 O Type here to search budgethtm Х style.css scriptjs 1 <IDOCTYPE html> 2 <html> 3 <head> 4 <link rel-"stylesheet" href "style.css"...
n the Labs Labs 1 and 2, which increase in difficulty, require you to create webpages based on what you learned in the chapter; Lab 3 requires you to dive deeper into a topic covered in the chapter. Lab 1: Creating an External Style Sheet for City Farmer Problem: You work for a local but rapidly growing gardening supply company called City Farmer that specializes in products that support food self-sufficiency. The company has hired you to help create the...
Hey Guys I am doing a project and need some help with code in HTML and PHP. I need a form made in HTML that can be sent to a specific email through PHP. For some reason the info is not getting sent to my email, even though it says that it was sent. I have some source code here: <?php if(isset($_POST['submit'])) { $name = $_POST['name']; $email = $_POST['email']; $subject = $_POST['subject']; $message = $_POST['message']; $email = mail('MY_EMAIL', $subject, $message,...