You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a personal details webpage using HTML and host it on GitHub Pages.
Steps:
Create HTML File:
In your forked repository, create a <github-username>.html file in the "hosting" folder.
Paste the provided HTML content into the file, replacing placeholders with your details.
<!DOCTYPE html><htmllang="en"><head><metacharset="UTF-8"><metahttp-equiv="X-UA-Compatible" content="IE=edge"><metaname="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title></head><body><pstyle="font-size:50px">"Your-Name" is a Git-Hero!</p></body></html>
Host on GitHub Pages:
Host your HTML file on GitHub Pages and obtain the link to the hosted website.
Create Pull Request:
Submit a Pull Request.
Mention the link to the hosted GitHub Page in the PR description.
NOTE: Your link should only display "Your-Name" is a Git-Hero!, anything other than this is not acceptable.
The text was updated successfully, but these errors were encountered:
Task Description
Objective:
Create a personal details webpage using HTML and host it on GitHub Pages.
Steps:
Create HTML File:
<github-username>.html
file in the "hosting" folder.Host on GitHub Pages:
Create Pull Request:
NOTE: Your link should only display "Your-Name" is a Git-Hero!, anything other than this is not acceptable.
The text was updated successfully, but these errors were encountered: