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

Image 2 -Validation

image 3 - unlinked css

If Any doubt do comment...Will surely reply. ( sorry for last 2 images screen shot was not working.) Kindly DO RATE
Create a HTML code on HTML tags and attributes Add textual content to your page which...
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" />
<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 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...
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...
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...
Create a html5 document template. the correct HTML5 document structure (!doctype, html, head, body) a title for your web page heading tags to break up the various sections of your content (About Me, Education, Employment, etc.) paragraph tags around all paragraphs a link to at least two websites (perhaps link to your college or place of employment) at least one ordered or unordered list (perhaps for your interests or accomplishments) at least one image Your html page should include ALL...
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 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...
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...
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...