<html> <head> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1"> <meta charset="utf-8"> <script type="text/javascript" src="/lang/b28n.js"></script> <script type="text/javascript" src="/js/checkValue.js"></script> <script type="text/javascript" src="/js/utils.js"></script> <script type="text/javascript" src="/js/aes.js"></script> <link rel="stylesheet" href="../style/style.css" type="text/css"/> <title>Redirected</title> <script language="JavaScript" type="text/javascript"> var lang = 'en'; Butterlate.setTextDomain("login", lang); var login_error = '0'; var no_error = ''; var loginUrlType = '1'; var ispName = '8'; var ispMinorNameCode = '999'; var page_style = 'inter'; loginPageAccessCheck(ispName, ispMinorNameCode, page_style, "login_pldt.asp"); function onlogin() { var UserNode = getElement('User'); var PasswdNode = getElement('Passwd'); var usernameNode = getElement('username'); var passwordNode = getElement('password'); if(UserNode == null || UserNode.value.length <= 0) { alert(_("uernameNotNull")); return false; } else { usernameNode.value = fhencrypt(UserNode.value); UserNode.value = ""; } if(PasswdNode == null || PasswdNode.value.length <= 0) { alert(_("passwordNotNull")); return false; } else { passwordNode.value = fhencrypt(PasswdNode.value); PasswdNode.value = ""; } document.all("submit").disabled = true; return true; } function onkey(){ if(window.event.keyCode==13){ document.getElementById('submit').click(); } } function initTranslation() { var e = document.getElementById("accounttitle"); if(loginUrlType == "2") { e.innerHTML = _("admintitle"); } else { e.innerHTML = _("accounttitle"); } e = document.getElementById("pwdtitle"); e.innerHTML = _("pwdtitle"); e = document.getElementById("submit"); e.value = _("login_submit"); } function formLoad(){ initTranslation(); /* because of path =/goform cookie is not needed, so clear before login*/ removeCookie("loginName", "/goform" ); getElement('User').focus(); if ( login_error != '0') { document.getElementById("submit").disabled = 0; document.getElementById("td_error").disabled = 1; } if ( login_error== '1') { document.getElementById("span_error").innerHTML = _("namePwdError"); } else if ( login_error== '2') { document.getElementById("span_error").innerHTML = _("adminUnavailable"); } else if ( login_error== '3') { document.getElementById("span_error").innerHTML = _("serverError"); } else if ( login_error== '4') { document.getElementById("span_error").innerHTML = _("logoutError"); } else if ( login_error== '5') { document.getElementById("span_error").innerHTML = _("haveuserLogin"); } else if ( login_error== '6') { document.getElementById("span_error").innerHTML = _("3timeError"); } else if ( login_error== '8') { document.getElementById("span_error").innerHTML = _("userInUsing"); } } </script> <STYLE type="text/css"> .STYLE1 { background-image: url(images/background.png); background-repeat: repeat-x; } .STYLE2 { height: 35px; width: 90px; background-image: url(images/loginbutton.png); } .STYLE3 { color: #FFFFFF; text-align: center; font-size: 16px; } .STYLE4 { color: #FFFFFF; text-align: center; font-size: 18px; } .STYLE5 { color: #FF0000; text-align: center; font-size: 20px; } </style> </head> <body class="STYLE1" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="formLoad()"> <table valign="middle" height="100%" width="100%" > <tbody> <tr valign="middle" height="80%"> <td width="33%"></td> <td width="33%"><table valign="middle" align="center" background="images/login_pldt.jpg" border="0" width="935" height="415"> <tbody> <tr> <td width="54%"><table valign="middle" height="415" width="100%"> <tbody> <tr> <td width="33%" height="80%"></td> </tr> <tr> <td width="33%" height="30%"><span class="STYLE3"></span></td> </tr> </tbody> </table></td> <td width="32%"><table valign="middle" height="415" width="100%" > <tbody> <tr > <td width="28%" height="30%" class="STYLE3">Welcome! Please enter username and password to login.</td> </tr> <tr > <td width="28%" height="35%"><table valign="middle" height="100%" width="100%"> <tbody> <tr> <td height="30%"width="100%"><table align="center" border="0" height="100%" width="100%"> <tbody> <tr> <td width="30%" align="right"><font id="accounttitle" class="STYLE4">Username</font> <td width="70%" align="center"><input name="User" id="User" autocomplete="off" type="text" style="height:28px;"> </td> </tr> <tr> <td width="25%" align="right"><font id="pwdtitle" class="STYLE4">Password</font> <td width="75%" align="center"><input name="Passwd" id="Passwd" type="password" autocomplete="off" style="height:28px;"></td> </tr> </tbody> </table></td> </tr> <tr > <td height="30%"width="100%"> <script language="javascript"> document.writeln('<f'+'orm name="login" method="post" onSubmit="return onlogin()" action="/goform/webLogin">') </script> <table align="center" border="0" height="100%" width="100%"> <tbody> <tr > <td width="10%"></td> <td width="40%"></td> <td width="10%"></td> <td width="40%"> <input type="hidden" id="username" name="username"/> <input type="hidden" id="password" name="password"/> <input type="submit" class="STYLE2" value="Login" name="submit" id="submit"></td> </tr> </tbody> </table> <script language="javascript">document.writeln("</f"+"orm>")</script> </td> </tr> </tbody> </table></td> </tr> <tr > <td width="28%" height="35%"><table valign="middle" height="100%" width="100%"> <tbody> <tr> <td height="30%"align="center" id="td_error"><span class="STYLE5" id="span_error"></span></td> </tr> <tr> <td height="40%"width="100%"></td> </tr> <tr> <td height="30%"width="100%"></td> </tr> </tbody> </table></td> </tr> </tbody> </table></td> <td width="26%" height="15%"></td> </tr> </tbody> </table></td> <td width="34%"></td> </tr> </tbody> </table> </body> </html>
Write, Run & Share HTML code online using OneCompiler's HTML online Code editor for free. It's one of the robust, feature-rich online Code editor for HTML language, running on the latest version HTML5. Getting started with the OneCompiler's HTML compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as HTML
. You can also specify the stylesheet information in styles.css
tab and scripts information in scripts.js
tab and start coding.
HTML(Hyper Text Markup language) is the standard markup language for Web pages, was created by Berners-Lee in the year 1991. Almost every web page over internet might be using HTML.
<!DOCTYPE html>
<html>
and ends with </html>
<h1>
to <h6>
where <h1>
is the highest important heading and <h6>
is the least important sub-heading.<p>..</p>
tag.<a>
tag.
<a href="https://onecompiler.com/html">HTML online compiler</a>
<img>
tag, where src
attribute consists of image name.<button>..</button>
tag<ul>
for unordered/bullet list and <ol>
for ordered/number list, and the list items are defined in <li>
.<a href="https://onecompiler.com/html">HTML online compiler</a>
CSS(cascading style sheets) describes how HTML elements will look on the web page like color, font-style, font-size, background color etc.
Below is a sample style sheet which displays heading in green and in Candara font with padding space of 25px.
body{
padding: 25px;
}
.title {
color: #228B22;
font-family: Candara;
}
<table>
tag.<tr>
tag<th>
tag<td>
tag<caption>
tag<script>
is the tag used to write scripts in HTML<script src="script.js"></script>