Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

How to create a web page?

12 like 0 dislike
Hello everyone,

                       Please some one share with me that how can I create a web page?
asked 2 years ago by biswaskeran (70,430 points)

2 Answers

0 like 0 dislike
 
Best answer
Hey,

        Creating pages for the Internet takes a little practice, but once you get the hang of it, it's a lot of fun. The first step is to decide what you want to publish on your Web page. Maybe you want to publish an original story you've written, share reviews of books you've read, or create an electronic magazine related to one of your hobbies. Whatever you want to put on your Web page, the directions in this step-by-step guide will show you how to do it.

   
Step 1: Create a Text Document
Step 2: Learn Basic HTML Tags
Step 3: View a Sample Web Page
Step 4: Get Electronic Images
Step 5: Insert HTML Tags
Step 6: View and Edit Your Page
Step 7: Go Public!

Thus a page will make.

Thanks
answered 2 years ago by tulip (12,960 points)
0 like 0 dislike
Just look at this:

<html><head><title>Hello World!</title></head>
<body>

<p>Hello World!

<p>Huh, <em>that's</em> not so tough. Now let's check out <a href="http://www.yahoo.com/">Yahoo</a>.

</body> </html>

This is the HTML code for a complete working web page. This is what the above page would look like in a browser:
answered 1 year ago by william (91,210 points)

Related questions

9 like 0 dislike
1 answer
0 like 0 dislike
0 answers
3 like 0 dislike
4 answers
asked 1 year ago by eagles11 (179,830 points)
8 like 0 dislike
0 answers
asked 1 year ago by daneim (127,080 points)
10 like 0 dislike
0 answers