Answered step by step
Verified Expert Solution
Question
1 Approved Answer
- Create a web site TECHME have two pages: 1. Home 2. Contact us In Home page: 1) Add Home as title for the page
- Create a web site TECHME have two pages: 1. Home 2. Contact us In Home page: 1) Add Home as title for the page 2) A navigation element which includes links to .html web pages: - Home - Contact us 3) Add this statement as heading: Welcome To TeachMe 4) Add this statement as paragraph: Teaching the new generation, the language of the future 5) Add image (I have uploaded the image as picture.gif) 6) Add this statement as paragraph: What are the top coding languages for kids? 7) Add table of one row td \begin{tabular}{|l|l|l|l|l|} \hline & C\# & Python & java & \\ \hline 8) A footer element at the end of the html document, which includes your name and ID \end{tabular} In Contact page: 1) Change the page title to Contact us 2) A navigation element which includes links to .html web pages: - Home - Contact us 3) Add this statement as paragraph: We care about your .. if there any question please connect us: 4) Create form and inside the form add fieldset . a. Inside the add two labels : - Enter your name - Enter your Email b. Next to each label add >, with appropriate type. c. add another label " what is your question?" - add add 20 rows and 30 columns to this text area. 5) A footer element at the end of the html document, which includes your name and ID. Update your website by creating an external (CSS) and llnk It to your html document. Your CSS must do the following: 1. Change the background color for the body to honeydew and centralize the alignment 2. Apply the following format to navigation element with this background color: darkcyan, also 10px for margin 10px for padding, left text-align. 3. Display the
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started