+ 1
How to create a online website by using only html
How to create a website which we can search on google
5 Answers
+ 4
I think only using HTML you can't make an eye catching website... It will be like an ancient siteđđđ
+ 1
You can absolutely create an HTML-centered website. If the content is important, search engines (including Google, as the original post was asking about) will pick up on it if you tell the search engine(s) to index and crawl it. For example:
plasma.io (search result #3 for me) for keywords "plasma chain". the whole page is html except for the one line of Javascript that protects the email addresses from being scraped by spam bots (i.e. doesn't really need to be there for user experience purposes)
https://www.cs.bu.edu/~goldbe/projects/eclipseEth (search result #2 for me) for keywords "ethereum eclipse". the whole page is poorly formed html replete with deprecated tags and tags that have either no opening tag or no closing tag (when they are supposed to).
Sure, they are not much to look at, but you can definitely do what is being described in the original post.
0
Well, by only using HTML your website might look more like a word document
0
The question is very broad.
Go ahead and finish the HTML tutorial and practice in the Code Playground first. The Code Playground should be relatively easy to find in the website version of SoloLearn, but if you are in the app version, it can be accessed via the curly braces, green circle with plus sign to add a new project, then select the project type (Web). Save useful snippets for repurposing in the future.
Put together a basic project on your home computer. You can keep it simple at first by using whatever default text file program comes with your operating system. Make sure the extension is ".html" and use any web browser to view the output.
When you're ready to publish, you can search and read up on domain names and hosting services.
My favorite guide on how to make your website findable on search engines:
https://moz.com/beginners-guide-to-seo
Pay attention to the part about indexing & crawling to understand how it works. Many hosting services take care of some/all of that for you. Wait 3 months.
0
you not only need html for making website.
you have to also learn JavaScript and CSS for making a attractive website.
I don't think you make a website using only htmlđ”đ”đđđ