answersLogoWhite

0

How do you create a web page?

Updated: 8/11/2023
User Avatar

Wiki User

10y ago

Best Answer

iPage Web, Create your own website and get a FREE domain name with iPage's easy, drag-and-drop website builder tools. Reliable, affordable Web Hosting since 1998! ht tps:// yazing . com/deals/ipage/omaros71 (Copy and Remove Space)

User Avatar

Amaros Marketing

Lvl 4
2y ago
This answer is:
User Avatar
User Avatar

Joesph Kling

Lvl 1
2y ago
awsum thx ?
User Avatar

Aliza Farrell

Lvl 1
2y ago
nice thx
User Avatar

Clemmie Schiller

Lvl 1
2y ago
awsum thxx ?
User Avatar

Colby Hessel

Lvl 1
2y ago
awsum ty ?
More answers
User Avatar

Wiki User

10y ago

Creating a web page is really easy, but it also depends on why you are creating that web page. There are various ways, here are a few of them.

  1. You can learn HTML and other programming language and then code your page from scratch.
  2. You can hire and pay someone
  3. You can make use of site building software commonly know as "What You See Is What You Get" (WYSISYG)
  4. You can participate in and create your own space in any of the web 2.0 web sites like Myspace, Facebook, etc
Create a free web siteFirst you need to create your website pages, on your computer. Then upload your files to web hosting company (ISP). Some companies (like Freewebs, or Tripod) have an online page make, so you create an account and your page

You can make your free website at Geocities, Freewebs, Tripod or create a blog

How do you create a web page easily?

The easiest way to create a web page is with a website builder.

Go to 50webs.com. It is a website where you could create your own website. You will need some HTML knowledge. If you do and created an account in 50webs.com, go to file manager (in your 50webs account) and click your URL folder, then edit the index page using the text editor. Then to put some codes, go to www.blogskins.com and choose a skin for your site. After choosing, download the blogger main code and copy paste it in the 50webs text editor. Change some necessary details and your informationin the code (it's normally in the bottom potion of the code) .

Actually, the easiest way is to design a page is in MS-Word and save it as HTML. The code it produces is egregious, but that won't concern most users.

You can use a template and just enter your words.

Many free website templates around the web.

You can create a sample page with just a few lines of HTML.

Copy into note pad and save as "mysite.HTML" on your desktop.

Next. click the "mysite" icon and see your new site with internet Explorer.

This is my first homepage. This text is bold

See the Related Links below for more useful information.ALSO

Google has just come out with Google sites that allows you (if you have a Google account) to make your own basic website and share it with other people, go to Google, create an account, then go to Google sites.

There are a variety of ways to make a web page on the World Wide Web.

There are 2 parts:

* create a HTML file on your local machine.

* upload that HTML file to the web server.

Create a HTML fileThere are a huge variety of ways to create a HTML file.

Many people use a "text editor" (preferably one with "HTML syntax coloring") to create and edit HTML files, such as NoteTab, Emacs, Vim, or a huge variety of others. If you already have a favorite text editor, you can use it to create and edit HTML files. If you go that route, check out the answer to "How can you explain HTML tags to a person who is a novice to it?"

Many other people use a "graphical HTML editor" aka "web integrated development environment" such as Quanta Plus or Bluefish or SeaMonkey Composer or Microsoft Publisher or Dreamweaver.

The basic template for a HTML Page is as follows:

</span> <span>My Page</span> <span>

Most of the content of your page is in the BODY section

The Document has two main areas, the HEAD and the BODY.

The HEAD area contains basic information about your page like the Title or information about the author, the content or for Search Engines to identify the relevance of your Web Page to a search. If TITLE tags are included the text between these will appear in the title bar of the browser.

As indicated above most of what you enter in a HTML page will be entered between the and tags. When the page is viewed in a browser, only what is specified in the BODY area will be displayed:

</span> <span>My First Web Page</span><span>

Welcome to My Page

In the above example only the words Welcome to My Pagewill appear in the browser when the web page is viewed. They will be bolded and centred. The words between the TITLE tags will appear in the title bar of the web page but not in the page itself. Note also that the tags are closed in the reverse order that they were opened in. This is the standard practice when creating HTML pages. If you see any of the HTML Tags or < or>appearing in the browser, there is an error in your page.

upload that HTML file to the web server

There are a few ways to put a copy of that HTML file on the web server.

The oldest (and still popular) way is to use a FTP upload tool.

Another, much faster technique is to use a rsync as an upload tool.

A few "web integrated development environment" tools let you enter all the FTP information or rsync information into them once, and then later during development you occasionally push the big green button which automatically uploads any changed files from your local computer to the web server.

----
we can use programs such as dreamweaver and frontpage to make web page
Go to Freewebs, or buy The $500 Dreamweaver, or learn coding at the Htmlgoodies website.
You can use a web-based website builder (i.e. Webs.com) that comes with templates and easy to use features to build your own web site. If you're a hard-core programmer who owns a PC you can use Notepad by using plain text (Same thing for Mac-users with TextEdit). Of course, web-based builders usually come with a free program to put your website on the internet, and then pay extra for extra features. For a home-made programmed website, you will need to host the website on some sort of server and pay for it to be on the internet. Hope this helps.
There are two ways to create a web page

1. Through, online help such as webcreation websites such as tumbler,blogs etc...

2. By learning advanced java subjects such as servlets and jsps you create your own page based on your programming skills

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Basic dude.

First you can just open up a Microsoft Word document and make it. Then there should be a a button at the bottom. It is like a postcard with a small earth on the side. Click on it and you have a simple but effective web page.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

You can do it two ways. Firstly you can use a web page making program like Frontpage or an online maker like Google Sites (Google Sites is free of charge). Here you drag and drop your page together. Second option is making the page more yourself using HTML, this means you type the text and then add instructions in < and > brackets. This way you use a simple text editor and your page looks like this (until you open it in a browser and then it looks like a page): <html><body><font color=green>Hello, this is my page</body></html>

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

As for a place to type your code, with Windows, you can use the Notepad program (for very basic code). Once you have finished your code, save the file with ".html" at the end of the file name. If you save it as .html then you can open it and it will open in your internet browser as a webpage. If you actually want to get some coding going, you should download programs like Notepad++. The other user posted that you should use Eclipse but I can tell you from personal experience that Eclipse is for guys who have been in the field for a long time with years of experience. I am a fluent HTML programmer but Notepad++ is much easier to work with either way. As for starting your HTML documents:

This answer is:
User Avatar

User Avatar

Mohammad Nabeel Ahsa...

Lvl 6
2y ago

The easiest way to start a web page would be to learn the basics. Grab a book from a book store or library. You need to learn the basics of html and designing.

This answer is:
User Avatar
User Avatar

Tyreek Hills

Lvl 1
2y ago
Im not sure this is correct...

User Avatar

Wiki User

11y ago

Use Word in the normal way and make the page the way you want it to look. When you are finished, save the page as a web page. Use the Save As option to do that and pick the correct format.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

HTML coding can be done either on any text editor or IDE. Various IDE's like Eclipse are available in the market.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

The easiest way to start a web page would be to learn the basics. Grab a book from a book store or library. You need to learn the basics of html and designing.

This answer is:
User Avatar

User Avatar

Jami Asweez

Lvl 2
3y ago

You can create your website within some minutes by using VirtuWeb(Virtubox.io/softwares/virtuweb). By giving basic guidance you can create the website.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create a web page?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you create a web by yourself?

You can create a webpage by yourself. All you have to do is create a web page by HTML.


How do you create new different webpage?

You can create a new web page by creating a new HTML file. Each HTML corresponds to a web page.


Create a webpage to show image mapping?

create a web page to showimage mapping


What are the steps that need to be taken in order to make your own web page?

To create a web page is not difficult. First, one needs to get a domain name. Second, choose a web host and create an account. And third, design the webpage.


How do you create a copyright symbol in HTML for a Web page?

&amp;copy; or &amp;#0169;


Can the web exist without internet?

You cannot create a web page if no access to the internet


What are the features of webpage Maker that make it easy to create a webpage?

Web Page Maker allows you to easily create a web page by dragging and dropping objects onto your page and position them as you want. It also provides ready-to-use templates.


What is the function of the HTML in wed page?

The function of HTML is to create a layout in Web page. It constructs the design of the page smoothly.


How do you post HTML program?

A HTML Program is one used to create a web page. It is used to post on server to make the web page live.


How do you create a link to the top of the current web page?

A link to the top of current web page can be easily created. It can be done using &lt;a&gt; tag in &lt;head&gt;.


Where can one find more information on how to create a webpage?

One can find more information on how to create a web page online at a variety of different websites. One can find information on how to create a web page on websites such as Make A Website Guru and Freeservers.


Can you create a webpage without using a web form?

Yes. A web form is something that goes onto a web page if you want it.