Computer Science, asked by Rockszzz7010, 10 days ago

Describe how will you link web pages in HTML5

Answers

Answered by Anonymous
6

Answer:

Building links into your pages is quite straightforward:

Begin with an ordinary page. Links are usually embedded directly into your page. ...

Use the tag to indicate a link. The a stands for anchor. ...

Use the href attribute to describe where the link will go. ...

Place the visible text between the and tags.

Explanation:

hope it helps

Answered by srsuthash
5

Answer:

1. begin with an ordinary page.links are usually embedded directly into your page.

2. use the tag to indicate a link. the a stands for anchor.

3. use the href attribute to describe where the link will go.

4. place the visible text between the and tags.

Similar questions