This assignment is web app design, please create a site with four pages in WordP
ID: 3839297 • Letter: T
Question
This assignment is web app design, please create a site with four pages in WordPress that will demonstrate how they can manage content. You will also write a content strategy that discusses the Contin lifecycle and establishes governance for the process. This strategy is intended to help the customer understand the value of digital content and I formal process to monitor their public content. Writing guidelines to the three pages and leave while point font Arial , APA style, cite reference, • explain the benefits of a content strategy for a customer, discuss five stages of the content life cycle phases by identifying at least three phases where the company can assist with content development, discussed the benefits of blog article for the customer while including a fake estimate of how blogs post per month it would take to keep customers engage, also discussed the benefit of search engine optimization for the customer while providing some example keywords that may help their siteraise in the engine search rankings, finally paste the URL to the word press site created for the assignment at the end of the document. This assignment is web app design, please create a site with four pages in WordPress that will demonstrate how they can manage content. You will also write a content strategy that discusses the Contin lifecycle and establishes governance for the process. This strategy is intended to help the customer understand the value of digital content and I formal process to monitor their public content. Writing guidelines to the three pages and leave while point font Arial , APA style, cite reference, • explain the benefits of a content strategy for a customer, discuss five stages of the content life cycle phases by identifying at least three phases where the company can assist with content development, discussed the benefits of blog article for the customer while including a fake estimate of how blogs post per month it would take to keep customers engage, also discussed the benefit of search engine optimization for the customer while providing some example keywords that may help their siteraise in the engine search rankings, finally paste the URL to the word press site created for the assignment at the end of the document. • explain the benefits of a content strategy for a customer, discuss five stages of the content life cycle phases by identifying at least three phases where the company can assist with content development, discussed the benefits of blog article for the customer while including a fake estimate of how blogs post per month it would take to keep customers engage, also discussed the benefit of search engine optimization for the customer while providing some example keywords that may help their siteraise in the engine search rankings, finally paste the URL to the word press site created for the assignment at the end of the document.Explanation / Answer
index.html
<!DOCTYPE html >
<!-- change the content according to your needs. -->
<html>
<head>
<title> website Proposal </title>
<!-- All the CSS related styles are implemented here in Styles Tag -->
<style>
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.google.com/sr?family=Times+New+Roman+OS&token=MT');
header{
background-color: #00b232;
text-align:center;
}
Footer{
background-color: #00b232;
font-size:12px;
text-align:center;
font-family: sans-serif;
}
p{
font-family: 'Times New Roman', Times, serif;
background-color: #B20000;
}
h3,h1,h2,h4,h5,h6{
font-family: TimesNewRoman ,Times New Roman ,Times,Baskerville,Georgia ,serif ;
}
body{
font-family: sans-serif;
font-size:12px;
background-color: #B20000;
}
</style>
</head>
<body>
<header>
<h1> <center> Website Proposal </center> </h1>
<h4> prepared by : <b> Your Name </b> ( <i> youremail@email.com </i> ) <b align = "right"> Prepared For : Bob's small time Grocery </b></h4>
</header>
<div id="intro">
<h3> Introduction </h3> <br>
<p>
We would like to thank you for showing the interest in this association of website creation. Our company is one of the leading
website designers of the market.
some of the benefits of website creation are
<ul>
<li> It extends your Reach </li>
<li> It will make your business grow </li>
<li> It is a beginning of your online presence </li>
</ul>
</p>
</div>
<div id="Timeline">
<b>Timeline </b> <br>
<p>
<ul>
<li>By 10th -- > Project Started</li>
<li> By 15th --> 1st demo presented</li>
<li> By 20th --> Project Delivered (In maintenance phase) </li>
</ul>
</p>
</div>
<!--This Site Contain 3 Pages Index, Heading, form -->
<div id="Deliverables">
<b> Deliverables </b> <br>
<p>
We will be delivering 3 pages
<ul>
<li> <a href="header.html"> Heading </a></li>
<li> <a href="design.html"> InputForm </a> </li>
</ul>
</p>
</div>
<div id="Estimates">
<b> Estimates </b> <br>
<p>
The estimated cost for this Project is $5000.
</p>
</div>
<div id="References">
<b>References </b> <br>
<p>
Following are the refences used
<ul>
<li> <a href="www.chegg.com"> Chegg </a> </li> <!-- Due to chegg's policy i cant proide you with external links -->
</ul>
</p>
</div>
<footer>
<div>
<marquee> copyright 2017 || All Rights reserved</marquee>
</div>
</footer>
</body>
</html>
design.html
<!DOCTYPE html>
<html>
<head>
<!-- All the CSS related styles are implemented here in Styles Tag -->
<style>
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
h1,h2,h3,h4,h5,h6{
color: #00b232;
text-align:center;
}
body{
font-family: sans-serif;
font-size:12px;
background-color: #B20000;
}
</style>
</head>
<body>
<form action="noaction.php">
First name:<br>
<input type="text" name="firstname" value="random">
<br>
Comment :<br>
<textarea> </textarea>
<br><br>
<select>
<option>Male</option>
<option>Female</option>
<option>Other</option>
</select>
<input type="submit" value="Submit">
</form>
</body>
</html>
header.html
<!DOCTYpe html >
<html>
<head>
<title> website Proposal </title>
<!-- All the CSS related styles are implemented here in Styles Tag -->
<style>
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
h1,h2,h3,h4,h5,h6{
color: #00b232;
text-align:center;
}
body{
font-family: sans-serif;
font-size:12px;
background-color: #B20000;
}
</style>
</head>
<body>
<h1> Heading </h1>
<p>
Type some content here… something related to your website. Thank you..
</p>
<h2> Heading </h2>
<p>
Type some content here… something related to your website. Thank you..
</p>
<h3> Heading </h3>
<p>
Type some content here… something related to your website. Thank you..
</p>
<h4> Heading </h4>
<p>
Type some content here… something related to your website. Thank you...
</p>
<h5> Heading </h5>
<p>
Type some content here… something related to your website. Thank you..
</p>
<h6> Heading </h6>
<p>
Type some content here… something related to your website. Thank you..
</p>
<h1>
Sample Page
</h1>
<sub> Subject </sub>
</body>
</html>
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.