answersLogoWhite

0

How do you create a HTML page?

User Avatar

Anonymous

13y ago
Updated: 8/16/2019

I'm going to assume you are on a Computer and are in Windows and that you can both open Windows Explorer (and have a little bit of space on a drive) and can find Notepad (Start -> Accessories is a good start).

Open notepad.

Type in:

This tells the browser that the text coming up is going to be html.

Type in:

This tells the browser to display any text below as the main piece of content

Type in:

This tell the browser to start a link

Type in after and on the same line, href="http://Google.com"

This tells the browser to point the link to google

Type in this on the same line: >Google

The ">" tells the browser you've stopped Marking the link up. The text or content between > tell the browser to link that text and the says you are done defining the content to link.

Type in this on the next line down:

This is telling the browser to stop the content tag

Then type in this:

This is telling the browser you are done. You should have something like this:

Google

HTML tags start- . They then close with the same name and a back slash-

Press File -> Save As -> Select save as type (drop down under file name) -> Choose All Files -> Find a location for your web page -> Save it with any name and .html after e.g. mywebpage.html.

Go to Windows Explorer, in most Windows Operating systems (if you are doing this at a location with a server then this may differ) you can press Start and go to My Computer or My Documents to find your file.

Find your file and double click it. It should open in a browser provided you have a browser installed. You should now see a page with a simple link on.

That was a webpage. You can use W3schools.com for more tags and methods and if you search HTML test bed in to Google (top link) you can use this tool to quickly test Client side scripts (HTML, CSS, JavaScript).
Here are some instructions of how to make a simple website using notepad You can just copy and paste the whole thing !!! I am also going to through in the navigation bar for your HTML website.

You can go to notepad and start typing the HTML code which is :

This is my first website

www.website name.com

Horizontal Navigation Bar w/Rollover Effect

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you create our own page by using HTML page structure?

You can create your HTML page easily by using tags. Tags are the elements by writing them, you can create your views.


How do you create a static page in HTML?

A static page can be easily created in HTML page. It just needs the static tags defined in HTML.


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 create new different webpage?

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


Is HTML a url?

HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.


What type of pages are created with the help of HTML?

You can create any type of pages using HTML because html is a language used to create web pages for display in browser. And you can also create a static page by using HTML.


Create a HTML page to display the information of student details?

student details example by html


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.


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.


What are the two main parts of an HTML file What tags create them?

The html page <html> </html> and also the body <body></body> which contains the content.


Could HTML show a calendar?

you could create a calendar with a spreadsheet and save it as HTML and then embed it into the page


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.