CBSE BOARD X, asked by ishantrathee1, 5 months ago

write the type of url​

Answers

Answered by aaditya97045
0

Explanation:

follow me please

thank you...

Attachments:
Answered by ayshahusaain7860
0

Fully Qualified URI

A URI is a "Universal Resource Identifier". Using a URI is a sure-fire way of targeting a specific file, without fail. You can use a URI on any page, on any site, in any email, from any computer. It will always work.

2. From the Root (recommended)

These URLs are URI "short-cuts" -- they simply eliminate the HTTP and domain name. They will work on any page that resides on the same domain.

The slash at the beginning of the URL is a replacement for the "root" domain name.

3. Relative (to the HTML page)

Relative URLs are friendly, and easy to write, but can be problematic because they only work for the page that they exist on. If you were to use the same code on another page, chances are the relative URL will not work.

The URL targets a file relative to the HTML page

Similar questions