Today I will tell you how you can create a simple webpage using HTML and CSS and how we can access it online by using a Subdomain Name.
So now, how we can create a simple web page?
A webpage is a hypertext document connected to the World Wide Web. We can easily create it by using frontend languages i.e. HTML (Hypertext markup language), CSS, and JavaScript.
We use Html for documented view, CSS for styling, and JavaScript is used for Events, Effects, and Animations.
Operating system - Win 10
RAM - 2GB
Text editor- Visual Studio Code
Web browser - Google Chrome
1. First, you need to download Visual Studio Code Text Editor and Google Chrome Web Browser from Google Search Engine and install it on your System
2. After installing Visual Studio Code, create an Html page
Here is the syntax:
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h2>This is a Heading</h2>
</body>
</html>
3. Save your HTML file.
4. Open Google Search Engine and Search for Infinity free web hosting.
5. Create an Account and verify it by using your Email id.
6. Choose a Subdomain name i.e. Epizy.
7. It will take 30 minutes to 1 hour for the complete creation of your account.
8. Open file manager and upload your Html file (you can use the drag and drop feature).
9. Now your website is online. You can access your website by using your Subdomain name.
Note: You can also use your own domain name
Purchase a Domain name from godaddy.com
Change Name Servers from DNS settings.
Done, Your website is online now.
Happy coding...