Using links in a web page

 

To use in a web page,:

 

1.Create a webpage in an editor

2.Apply any tables or styling to determine the look of the links

3.Use the embed code or custom code

 

 

<head>

<meta charset="utf-8">

<title>My links</title>

</head>

 

<body>

          

<a href='https://cw10-dev/ise/quick_access.html?username=rsmith&passcode=nN]E5SVNYhXIKYI$ty&node=linux5&group=0&job=/rsmith/job1&page=autosubmit&init=1&prereq=0'>Click to Quick Submit: /rsmith/job1</a>          

</body>

</html> 

 

This would create the link

 

 

You can create a table with multiple links as shown