Question

Create a HTML code on HTML tags and attributes Add textual content to your page which...

Create a HTML code on HTML tags and attributes

Add textual content to your page which describes your topic. Your text does not have to be all that unique. You can copy from the textbook or other sources as long as you cite your sources. Remember, you are trying to explain something to another student.

Task 2: Find at least three (3) resources on the Internet which also explain your topic and add them as links (<a>) to your page where appropriate.

Task 3: Find at least three (3) pictures (or make your own screenshots) that demonstrate the concepts you are trying to explain and include them where appropriate in your page.

Task 4: Use an external style sheet to format your webpage. At a minimum, the stylesheet should set the font and background color. You must use an external stylesheet for full credit for this task.

Task 5: Validate your HTML page and fix any errors. Take a screenshot of your final validation page.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

ANSWER-

---HTML PAGE---

<html>
<head>
<link rel="stylesheet" type="text/css" href="PageStyle.css">

<script>
function validateForm() {
var x = document.forms["myForm"]["fname"].value;
if (x == "") {
alert("Name must be filled out");
return false;
}
}
</script>
</head>
<body>

<h1>Chegg Expert Question/ Answer Faq with Student</h1>

<h3>Task 1</h3>

<p>Can add any text to form a paragraph of the Chegg Expert topic.
You are supposed to replace this to form your own paragraph,HomeworkLib do not allow copying of content.
so no textbook or web url allowed "
</p>

<h3>Task 2</h3>

<a href="www.HomeworkLib.com">This is a link 1</a><br/>
<a href="www.HomeworkLib.com">This is a link 2</a><br/>
<a href="www.HomeworkLib.com">This is a link 3</a><br/>


<h3>Task 3 :- Image Posted</h3>

<h3>Task 4 :- Style sheet added</h3>

<h3>Task 5</h3>

<form action=" hello.jsp">
First name:<br>
<input type="text" name="firstname" value="Chegg">
<br>
Last name:<br>
<input type="text" name="lastname" value="Expert">
<br><br>
<input type="submit" value="Submit">
</form>

</body>
</html>

---CSS PAGE--- Save css Page as "PageStyle.css"

body {
background-color: blue;
}
h1 {
color: green;
}
p {
color: red;
}

// HTML PAGE

HTMLChegg.html X + - 0 x → C Apps M o Gmail File | C:/Users/piyus/HTMLChegg.html YouTube Maps NN F-Shaped Pattern ... M Domai

Image 2 -Validation

+ C → Apps M UM File C/Userpy.HTMLChegg.html YouTube Maps Suped Pattem al Chegg Expert Question/Answer This page says Name mu

image 3 - unlinked css

erputh CserpyTMICH X e all the o t HIMIC .Soverhols - One T file:///C:/Users/piyus/HTMLChegg.html Chegg Expert Question/ Answ

If Any doubt do comment...Will surely reply. ( sorry for last 2 images screen shot was not working.) Kindly DO RATE

Add a comment
Know the answer?
Add Answer to:
Create a HTML code on HTML tags and attributes Add textual content to your page which...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • HTML Decide on a subject for your first web page. All page content must be related...

    HTML Decide on a subject for your first web page. All page content must be related to this subject. Create your first web page. Name the file Brandon-Lab01.html. The page must contain the foundation !DOCTYPE, html, head, and body tags. The html tag must also include the lang attribute with a value of en Place the following in the head of your page: Title the page Lab 1 - Brandon. Add the meta character set tag. A <link href="Lab01.css" rel="stylesheet"...

  • Code for the movies page: <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />...

    Code for the movies page: <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Daniel's Movie Page</title> </head> <body> <a href="hobbies.html">Hobbies</a> <h1>Movies and Actors</h1> <ol> <li class="ol-list1">Gravity</li> <li>Avenger</li> <li>Marshal</li> <li>Interstellar</li> <li>Dark Knight</li> <li>Superman</li> </ol> <ul> <li class="ul-list1">Robet Downey jr.</li> <li>Sharuk Khan</li> <li>Ranbir Kapoor</li> <li>Sidhhart Malhotra</li> <li>Angela Joli</li> <li>Leonardo DiCaprio/li> </ul> <h2>Favorite Movie</h2> <p> <b>Gravity:</b> The movie portrayed what happens to an astronaut if he/she is pushed away from spaceship.It was terrifying how much...

  • Create a website on a topic of your choosing. Site should include the following: Design: Site...

    Create a website on a topic of your choosing. Site should include the following: Design: Site Map (Task 7) Page-layout for each page (Task 8) Homepage . . o Title o Navigation Links o Footer o Minimum of 1 graphic 4 additional pages that are linked to home page o o o Navigation Links (link back to homepage) Minimum of 1 graphic per page Footer (matching homepage) CSS should be used for formatting visual aspects of site. Use either external...

  • 2 Apply Your Knowledge Reinforce the skills and apply the concepts you learned in this chapter Styling a Webpage Instru...

    2 Apply Your Knowledge Reinforce the skills and apply the concepts you learned in this chapter Styling a Webpage Instructions: In this exercise, you will use your text editor to create external, embedded, and inline styles for the Durango Jewelry and Gem Shop home page. You will style the sections of the semantic wireframe header, nav, main, and tooter and a div element that surrounds all of the content to center the content on the page. You will also float...

  • i need help with this homework webpage and code too: The webpage must include: Global Structure...

    i need help with this homework webpage and code too: The webpage must include: Global Structure Tags Text Tags Images   Your first page must be named index.html Include a table within your site, challenge yourself to add a header in the table, and choose interesting border and/or cell formatting. Include a hyperlink within your site. Include an image in your site. Include a form in your site to demonstrate understanding of a variety of form components (the form does not...

  • HTML Web Page project: Need help to create a web page exactly as the example below...

    HTML Web Page project: Need help to create a web page exactly as the example below using HTML. I need the source code. Page 1 of CA272 Midterm Welcome to your name's CA272 Midterm Text In this class, I learned how to... 1. create an X)HTML web page, where I can 2. change the size of my font, 3. change the color of my fonts, 4. change my font style, 5. and change the background color of my web page....

  • Using Basic HTML CSS for a webpage content does not matter. Week 3: Assignment <nav> and...

    Using Basic HTML CSS for a webpage content does not matter. Week 3: Assignment <nav> and pseudo-classes for links Submit Assignment Due Sunday by 11:59pm Points 100 Submitting a text entry box This assignment you will upload to Coton. You will submit only your URLs to Canvas. Use the rubric as a checklist to make sure you complete everything. DO NOT copy and paste code from any source including templates, websites or examples in this class. Create your navigation as...

  • For milestone #1, we will start the CARIT site with three static HTML pages and a...

    For milestone #1, we will start the CARIT site with three static HTML pages and a CSS file. Create a dedicated folder for this project. This folder should contain all related files in this project. The future milestones are cumulative and built directly on top of your prior work. Function/content requirements: A home page named “index.html”, which include these contents at least: Description of the center. You may reference the example sites. Latest news: use list tags; make up some...

  • n the Labs Labs 1 and 2, which increase in difficulty, require you to create webpages based on what you learned in the...

    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...

  • Your goal of this assignment is to create a mini shopping page with a form and...

    Your goal of this assignment is to create a mini shopping page with a form and math calculations. Your web page should capture the users First Name, Last Name, Street Address, City, State, and Zip Code. It should ask them how many items they wish to buy. It should present them with a list of at least 3 items with different prices - they need to pick one. It will then alert them to what their customer information (name and...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT