i need help with this web page project and i need the code too for this web page
Include two or three HTML features that make the website more robust, dynamic, and professional. Which features you opt to add can be discussed in the discussions. Some ideas might be to have all three types of links (internal to the page, links to your other pages, or links to other websites). Complete a Contact Us page which includes a form. Try to add an .swf file to your page. Add a scrolling marquee with text scrolling across. I am sure that you can find something interesting. Include a small script (either written or borrowed with credit given) to obtain User Input with prompt dialogs. One idea would be to ask for the user’s name.
<!DOCTYPE html>
<html>
<head>
<title>Web Page
Project</title>
<style type="text/css">
.dv-card{
padding: 10px;
background-color: white;
color: green;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
min-width: 50%;
max-width: 50%;
min-height: 200px;
}
.dv-card:hover{
padding: 10px;
background-color: white;
color: green;
box-shadow: 0 5px 5px 0 rgba(1,1,1,0.5);
min-width: 50%;
max-width: 50%;
min-height: 200px;
}
input,textarea{
background-color: black;
color: white;
padding: 5px;
border:2px solid black;
border-radius: 5px;
}
.submit{
background-color: green;
color: white;
padding: 5px;
border:2px solid green;
border-radius: 5px;
}
</style>
</head>
<body bgcolor="lightblue">
<marquee behavior="alternate">This is a
web page project !!! </marquee>
<script type="text/javascript">
var username=window.prompt("Please Enter Your User
Name : ");
document.write("<div><p><h1>Hello ,
"+username+" Welcome to our
page</h1></p></div>");
</script>
<br><br>
<center>
<div
class="dv-card">
<br><br><br>
<a href="nextpage.html">Link
to next page</a><br><br>
<a href="#dv-contact">Link to
Contact Us</a><br><br>
<a
href="http://www.google.com">Link to
Google</a><br><br>
</div>
</center><br><br>
<center>
<div class="dv-card dv-contact" id="dv-contact">
<h1>Contact Us</h1>
<form method="post" action="">
<label>Enter Your Name :
</label><br><br>
<input type="text" name="" placeholder="User
Name"><br><br>
<label>Enter Your email :
</label><br><br>
<input type="email" name=""
placeholder="usernam@example.com"><br><br>
<label>Enter the Message : </label><br>
<textarea cols="30" rows="10"></textarea>
<br><br>
<input class="submit" type="submit" name="" value="Send
Mail">
</form>
</div>
</center><br><br>
<!--Including .swf file-->
<center>
<div class="dv-card">
<embed width="50%"
height="200" src="filename.swf">
</div>
</center>
</body>
</html>





i need help with this web page project and i need the code too for this web page Include two or three HTML features that...
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
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....
i need help with this homework web page and i need the code too Using the "do while" or the "for" control statements, have a visitor to your Web page do, or see, something repeatedly. You could have him or her enter a number of months, an interest-rate, and an amount, and print out a table with the amount on deposit. Try to make the loop appropriate to the website theme that you have picked. Use a function in your...
// 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!...
I have some code for HTML/Javascript but I need to change it up a bit. Heres the assignment and what I have. The part in the bold is what I need help with. I need a button called new timer for when it reaches zero... Thank you. Assignment For this assignment, you will write a timer application in HTML and JavaScript. Your HTML document should contain the following elements/features: HTML tags: An <input> tag labeled "Timer Duration" with the initial...
Design an original, professional web site following the specifications listed below. This web site will be for a business you plan to set up for yourself or for someone else. The following is a detailed list of the requirements for your web site. READ them carefully. Instructions - Web Site Requirements for the web site: General: You will thoroughly test all your pages in more than one browser. All links MUST work. All graphics must show on the page. All...
Need help with this
1. In particular, suppose you wanted to create a new Web page X,
and add it to the network in the above network, so that it could
achieve a (normalized) authority score that is as large as
possible. One thing you might try is to create a second page Y as
well, so that Y links to X and thus confers authority on it. In
doing this, it's natural to wonder whether it helps or hurts...
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....
NEED HELP with HTML with Javascript embedding
for form validation project below. I have my code
below but I'm stuck with validation. If anyone can fix it, I'd
really appreciate.
******************************************************************************
CODE:
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project
Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>Nice</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<script>
var textFromTextArea;
function getWords(){
var text =...
I REALLY NEED HELP WITH THIS ASAP!! THANK YOU. In the context of the Web, the main applications include building meta-search engines, combining ranking functions, selecting documents based on multiple criteria. When we use Google search engine to search information, Google always show us a long list links one by one. Suppose Google considers combining ranking results from different sources. At beginning they treat each source equally. In other words, they just sum all ranks from various sources for each...