postimage.html - for registered users to post images o Must have document title Must have a section heading introducing the form Input fields are REQUIRED to be in form tags. Must ask user to input a post Title O Must ask user to input a post Description O O O Must ask user to input an image (or images, this is your choice) Must ask user to accept Acceptable Use Policy for uploading images. Must ask user to submit image post via a button. viewpost.html - for viewing an individual image post Must have a section for the post's post title. Must have a section for the post's post author O O O Must have a section for the post's post creation time. Must have a section for the post's image

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

I have everything else done but the postimage and viewpoint parts. These have me confused. 

San Francisco State University
CSC 317 - Introduction to Web Development Software
Assignment Two
Introduction
For assignment two, you will be implementing a few pages in HTML ONLY. No other languages or
technologies can be used. This will come later. The purpose of doing only HTML is to get familiar with
HTML and its syntax and to focus only on structure and semantic meaning, HTML's main purpose. When
designing these pages, more specifically, the ones that contain forms, think about the required data is
and how they are related. The HTML pages that are being implemented in Assignment two will be used
in your final project. The pages that will be implemented are index.html, login.html, registration.html,
postimage.html and viewpost.html. Naming of files can differ.
Setup
Please use the link on iLearn to create your repository for the next few assignments.
Please create a new branch in your repo named “assignment2". This branch should be created off the
main branch. When the assignment is completed you will merge the assignment2 branch back onto
main. Please DO NOT delete branches when assignments are completed.
A new branch can be created with the following command:
git checkout -b assignment2
If you want to publish the branch to GitHub, you can do the following command:
git push origin assignment2
Requirements
Students are required to implement five pages in HTML ONLY per the specifications below:
Index.html - Landing page for application
Must have a banner (pager header, doesn't need to be an image can be just text)
Must have a nav bar.
Must have nav bar ON EVERY page
Must have each link working on each page. No dead-end pages.
Must have a section for showing main page content
Must have a footer.
login.html - for users to log in
Must have document title
Must have a section heading introducing the form
Input fields are REQUIRED to be in form tags.
Must ask user to input a username
Transcribed Image Text:San Francisco State University CSC 317 - Introduction to Web Development Software Assignment Two Introduction For assignment two, you will be implementing a few pages in HTML ONLY. No other languages or technologies can be used. This will come later. The purpose of doing only HTML is to get familiar with HTML and its syntax and to focus only on structure and semantic meaning, HTML's main purpose. When designing these pages, more specifically, the ones that contain forms, think about the required data is and how they are related. The HTML pages that are being implemented in Assignment two will be used in your final project. The pages that will be implemented are index.html, login.html, registration.html, postimage.html and viewpost.html. Naming of files can differ. Setup Please use the link on iLearn to create your repository for the next few assignments. Please create a new branch in your repo named “assignment2". This branch should be created off the main branch. When the assignment is completed you will merge the assignment2 branch back onto main. Please DO NOT delete branches when assignments are completed. A new branch can be created with the following command: git checkout -b assignment2 If you want to publish the branch to GitHub, you can do the following command: git push origin assignment2 Requirements Students are required to implement five pages in HTML ONLY per the specifications below: Index.html - Landing page for application Must have a banner (pager header, doesn't need to be an image can be just text) Must have a nav bar. Must have nav bar ON EVERY page Must have each link working on each page. No dead-end pages. Must have a section for showing main page content Must have a footer. login.html - for users to log in Must have document title Must have a section heading introducing the form Input fields are REQUIRED to be in form tags. Must ask user to input a username
"
T
Must ask user to input a password.
Password input must be correct input type (i.e. when I type I should not see the
password)
Must have the user click a submit button to submit login form.
registration.html - for guests to register accounts
Must have a document title
Must have a section heading introducing the form
Input fields are REQUIRED to be in form tags.
Must ask user to input a username
Must ask user to input an email.
Must ask user to input a password
Password input must be correct input type (i.e. when I type I should not see the
password)
Must ask user to input a confirm password
■
Password input must be correct input type (i.e. when I type I should not see the
password)
Must ask user to accept they are 13+ years of age.
Must ask users to accept TOS and Privacy rules
Simply make a link that goes nowhere, but the text says TOS and Privacy Rules.
Must have the user click a submit button to submit registration form.
postimage.html - for registered users to post images
Must have document title
Must have a section heading introducing the form
Input fields are REQUIRED to be in form tags.
Must ask user to input a post Title
Must ask user to input a post Description
Must ask user to input an image (or images, this is your choice)
Must ask user to accept Acceptable Use Policy for uploading images.
Must ask user to submit image post via a button.
viewpost.html - for viewing an individual image post
Must have a section for the post's post title.
Must have a section for the post's post author
Must have a section for the post's post creation time.
Must have a section for the post's image
Transcribed Image Text:" T Must ask user to input a password. Password input must be correct input type (i.e. when I type I should not see the password) Must have the user click a submit button to submit login form. registration.html - for guests to register accounts Must have a document title Must have a section heading introducing the form Input fields are REQUIRED to be in form tags. Must ask user to input a username Must ask user to input an email. Must ask user to input a password Password input must be correct input type (i.e. when I type I should not see the password) Must ask user to input a confirm password ■ Password input must be correct input type (i.e. when I type I should not see the password) Must ask user to accept they are 13+ years of age. Must ask users to accept TOS and Privacy rules Simply make a link that goes nowhere, but the text says TOS and Privacy Rules. Must have the user click a submit button to submit registration form. postimage.html - for registered users to post images Must have document title Must have a section heading introducing the form Input fields are REQUIRED to be in form tags. Must ask user to input a post Title Must ask user to input a post Description Must ask user to input an image (or images, this is your choice) Must ask user to accept Acceptable Use Policy for uploading images. Must ask user to submit image post via a button. viewpost.html - for viewing an individual image post Must have a section for the post's post title. Must have a section for the post's post author Must have a section for the post's post creation time. Must have a section for the post's image
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 4 images

Blurred answer
Knowledge Booster
Image Element
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education