PRACTICAL NO. 10:- WORK ON HTML WEB PAGE LINK




✯ ( VIII ) EXERCISE

✧ Create web pages for differnet branches of your college link them on the home page. Apply linking within a page and linking a specific location within different pages.

✯ ( IX ) 'HTML CODE'

Your Image

✯ ( XXXI ) Output

( Take screen shot of the webpage created as output and attach in here)

Your Image





✯ ( XV ) Pracrical Related Questions

✧ (1) Write procedure for linking to a document in a different folder.

✯ ANSWER

1.Understand Folder Structure: Identify the current folder and the folder where the target document is located.


2.Create Relative Path: Use ../ to move up one level and specify the folder name to move down one level.


3.Write Hyperlink: Use the tag with the href attribute set to the relative path of the target document.






✯Hyperlink: (SYNTAX)

Your Image



✧ (2) Write attributes of anchor tag with their meaning.

✯ ANSWER

Your Image

✧ (3) Explian "bookmarks" with its use.

✯ ANSWER

1.creating Bookmarks: Bookmarks are created using the (anchor) tag with the name attribute, or more commonly, the id attribute. For example:

Your Image


2.Using Bookmarks: Once you've created a bookmark, you can link to it from anywhere within the same webpage using the tag with the href attribute pointing to the bookmark's identifier.

Your Image


END