Task should be submitted under a folder with your GitHub username, i.e. `CC-BHU/task.html`. **Task** Create a Web Page `task1.html` containing a `` header, a paragraph `` and an unordered list ``. * Header will be `First Task`. * Change the color of header to red. * Feel free to write four to five lines in paragraph (remember to say hi). * Set `max-width` to `400px` and justify the paragraph using style. * Add a list item `` to `` with your name in the end, name should link to your GitHub profile using ``. **Submission** Submit the task by forking this repository and submitting a pull request.
Task should be submitted under a folder with your GitHub username, i.e.
CC-BHU/task.html.Task
Create a Web Page
task1.htmlcontaining a<h1>header, a paragraph<p>and an unordered list<ul>.First Task.max-widthto400pxand justify the paragraph using style.<li>to<ul>with your name in the end, name should link to your GitHub profile using<a>.Submission
Submit the task by forking this repository and submitting a pull request.