Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please use HTML only Introduction For assignment two, you will be implementing a few pages in HTML ONLY. No other languages or technologies can be
Please use HTML only
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 and how they are related and are there any data items that can form sub-groups. The HTML pages that are being implemented in Assignment two will be used in your final project. The pages that will be implemented are login.html, registration.html, postimage.html and imagepost.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 master branch. When the assignment is completed you will merge the assignment2 branch back onto master. 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 four pages in HTML ONLY per the specifications below: postimage.html - for registered users to post images o Must have document title o Must have a section heading introducing the form o Input fields are REQUIRED to be in form tags. o Must ask user to input a post Title o Must ask user to input a post Description o Must ask user to input an image (or images, this is your choice) o Must ask user to accept Acceptable Use Policy for uploading images. o Must ask user to submit image post via a button. Imagepost.html for viewing an individual image post o Must have a section for the post's post title. o 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 imageStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started