Do not clone this repository because we are going to be using a different template.
We recommend opening the html template repository
using a provisioning tool like Codespaces (recommended) or Gitpod. Alternatively, you can clone it on your local computer using the git clone
command.
This is the repository you need to open or clone:
1https://github.com/4GeeksAcademy/html-hello
Please follow these steps on how to start a coding project.
๐ก Important: Remember to save and upload your code to GitHub by creating a new repository, updating the remote (
git remote set-url origin <your new url>
), and uploading the code to your new repository using theadd
,commit
andpush
commands from the git terminal.
<input type="date">
, don't try to code your own date picker calendar.<div>
boxes you can identify, focus particularly on the divs that are laid out horizontally in the same line because those will require using display: flex
.Only if you are using Bootstrap: Here is the Bootstrap 5 documentation about forms. Try understanding the HTML code behind the examples so you can tweak them into your solution.
The layout for this exercise requires a lot of <div>
and boxes, here is a proposal that could work.
Click to open image in a new window
Don't get frustrated, ask for help! After you try on you own for 30 minutes, it is time to stop trying and ask for help.
This and many other projects are built by students as part of the 4Geeks Academy Coding Bootcamp by Alejandro Sanchez and many other contributors. Find out more about our Full Stack Developer Course, and Data Science Bootcamp.