Creation of web pages

Hello everybody
I am starting to create web pages. I know the theory but what kind of page should I make or where to start?

Hi @hugpuc97. That’s a pretty broad question! The simplest way to start is with a .html file, uploaded to your hosting account. You might need to post a more detailed question of what you’re hoping to achieve to get a better answer. :slight_smile:

2 Likes

I always recommend starting with a personal page about some hobby of yours. I will help you expand your hobby interests, while teaching you web development. If you collect baseball cards, make a page about them. If you travel, make a page about your trips, etc.

2 Likes

You have not said whether you are using Windows or Linux. You could start by creating a HTML file using a text editor. Then browse to that to see what it looks like. Some editors are WYSIWYG; you can see the formatted web page alongside the HTML, or something like that.

There are sites like the following, there are many others like these.

Using them you can try out HTML and see the results. If you want to keep something then you need to save it separately, such as copying and pasting into a file.

You can try the HTML Tutorial. Most of the pages have a sample you can use that actually shows what the result is, like the pages above. There are other courses in W3Schools Online Web Tutorials.

If you have a Google account (most everyone does) then you can create websites at Google Sites. That will not help much to learn how to create websites except some of the basics. At least you can create something quite quickly that way, for free. Be careful about other websites that will create a website for you, if they charge money for more advanced sites then it is best to not get started with them.

There are many more resources. If the preceding are too basic for you then it will help to be more clear about what you need help with.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.