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
This is my first project on GitHub Basic HTML website practice
About
<!DOCTYPE html> <html> <head> <title>My First Website</title> </head> <body style="text-align:center; font-family:Arial;"> <h1>Welcome to My Website</h1> <p>My name is Musharraf</p> <h2>About Me</h2> <p>I am learning Web Development.</p> <h2>Contact</h2> <p>Email: your@email.com</p> </body> </html>