answersLogoWhite

0

Pages are first designed individually. Then you can have links in different pages to link them to other pages. You could also set up menus. To implement a simple link, it is done like this:

Go to my page

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

All components of a meltimedia website are commonly tied together by using what?

pages 430-431-HTML


What does copy past HTML code in to your website mean?

Copy-paste HTML code is used by people to steal web pages. The HTML content of a website can easily be obtained.


What is HTML software do?

No, it is a basic language that allows you to make a website.


What are the merits and demerits of using HTML to develop a website?

The biggest merit of HTML to develop a website is that it is required. You can not display a website without using some type of HTML, even when developing complex .NET pages.


Why do you use HTML?

HTML is used to create web pages. Site authors use HTML to format text as titles and headings, to arrange graphics on a webpage, to link to different pages within a website, and to link to different websites.


What does website links mean?

Connecting two other web pages with the knowledge of basic HTML is known as website links


Pages in HTML are writtin in plain text why is that and why is important?

HTML file is designed to improve website interface. It's in plain text for simplicity and enforce standardization.


Why can you make HTML and jsp pages?

You can make HTML pages and JSP pages for web attractiveness. JSP pages offer additions features to it.


What are the required elements for a simple HTML document?

Here is a simple HTML website: <HTML> <title>My first website<title> <body> <body bgcolor=0033FF> <font color=00CCFF> <h1>My website</h1> </font> </body> </HTML>


What ties the components of a multimedia website together?

Hypertext Markup Language (HTML)


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.


How do you code to link two pages in a website?

It is simple to code to link two pages in a website and it can done through following code:-HTML link syntex:- "Link text"Example:- "anchor text to another page"