Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Online HTML Editor

<!DOCTYPE html>
<html>

   <head>
      <title>Copy of Tag References.. Hopefully</title>
      <!--<base href = "https://www.google.com" />-->
   </head>

   <body>
        <img alt="tutorialspoint" src="../../html/images/logo.png">
        
       <div class = "nav-bar">
           <nav>
               <ul type = "none" style = "width:1000px">
                   <li style = "float:left; margin-left:400px"><a href = "../../index.htm">Home</a></li>
                   <li style = "float:left; margin-left:10px"><a href = "../../questions/index.php">Q/A</a></li>
                   <li style = "float:left; margin-left:10px"><a href = "../../tutorialslibrary.htm">Library</a></li>
                   <li style = "float:left; margin-left:10px"><a href = "../../videotutorials/index.htm">Videos</a></li>
                   <li style = "float:left; margin-left:10px"><a href = "../../tutor_connect/index.htm">Tutors</a></li>
                   <li style = "float:left; margin-left:10px"><a href = "../../codingground.htm">Coding Ground</a></li>   
                   <li style = "float:left; margin-left:10px"><a href = "https://store.tutorialspoint.com/">Store</a></li>
                   <li style = "float:left; margin-left:10px"><a href = "https://www.google.com/">Search</a></li>
               </ul>
           </nav>
       </div>
       
       <br>
       <!--<br>-->
      
      <header>
          <h1><center>This is my first "website" in HTML</center></h1>
      </header>
      
      <table>
          <tr>
              <td style = "border-bottom:1px dashed">HTML - Home</td>
          </tr>
          <tr>
              <td style = "border-bottom:1px dashed">HTML - Overview</td>
          </tr>
          <tr>
              <td style = "border-bottom:1px dashed">HTML - Basic Tags</td>
          </tr>
          <tr>
              <td style = "border-bottom:1px dashed">HTML - Elements</td>
          </tr>
          <tr>
              <td style = "border-bottom:1px dashed">HTML - Attributes</td>
          </tr>
          <tr>
              <td style = "border-bottom:1px dashed">HTML - Formatting</td>
          </tr>
          <tr>
              <td style = "border-bottom:1px dashed">HTML - Phrase Tags</td>
          </tr>
          <tr>
              <td style = "border-bottom:1px dashed">HTML - Meta Tags</td>
          </tr>
      </table>
      
      <table style = "margin-top:-200px; margin-left:150px;" border = "1" cellpadding = "5" align = "center" cellspacing = "0">
          <thead>
               <tr>
                   <td><b><center><font size = "5">Tag</font></center></b></td>
                   <td><b><center><font size = "5">Description</font></center></b></td>
                   <td><b><center><font size = "5">Version</font></center></b></td>
               </tr>
          </thead>
          <tr>
              <td><a href = "https://www.google.com">&lt;!DOCTYPE html&gt;</a></td>
              <td><font face = "cursive,serif" color = "#f48042">Specifies the document type</font></td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;a&gt;</td>
              <td>Specifies an anchor</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;abbr&gt;</td>
              <td>Specifies an abbreviation</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;acronym&gt;</td>
              <td>Specifies an acronym</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;address&gt;</td>
              <td>Specifies an address element</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;applet&gt;</td>
              <td>Deprecated. Specifies an applet</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;area&gt;</td>
              <td>Specifies an area inside an image map</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;article&gt;</td>
              <td>Specifies an article</td>
              <td><center>&#10004;</center></td>
          </tr>
          <tr>
              <td>&lt;aside&gt;</td>
              <td style = "max-width:325px">Specifies some content loosely related to the page content. If it is removed, the remaining content still makes sense.</td>
              <td><center>&#10004;</center></td>
          </tr>
           <tr>
              <td>&lt;audio&gt;</td>
              <td>Specifies a sound content</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;b&gt;</td>
              <td>Specifies bold text</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;base&gt;</td>
              <td>Specifies a base URL for all the links in a page</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;basefont&gt;</td>
              <td>Deprecated. Specifies a base font</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;bdo&gt;</td>
              <td>Specifies the direction of text display</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;bdi&gt;</td>
              <td style = "max-width:325px">Represents text that must be isolated from its surrounding for bidirectional text formatting. It allows embedding a span of text with a different, or unknown, directionally</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;bgsound&gt;</td>
              <td>Specifies background music</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;big&gt;</td>
              <td>Specifies big text</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;blink&gt;</td>
              <td>Specifies a text which blinks</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;blockquote&gt;</td>
              <td>Specifies a long quote</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;body&gt;</td>
              <td>Specifies the body element</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;br&gt;</td>
              <td>Inserts a single line break</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;button&gt;</td>
              <td>Specifies a push button</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;canvas&gt;</td>
              <td>For making graphics with a script</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;caption&gt;</td>
              <td>Specifies a table caption</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;center&gt;</td>
              <td>Deprecated. Specifies centered text</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;cite&gt;</td>
              <td>Specifies a citation</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;code&gt;</td>
              <td>Specifies computer code text</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;col&gt;</td>
              <td>Specifies attributes for table columns</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;colgroup&gt;</td>
              <td>Specifies groups of table columns</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;comment&gt;</td>
              <td>Puts a comment in the document</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;datalist&gt;</td>
              <td>A list of options for input values</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;dd&gt;</td>
              <td>Specifies a definition description</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;del&gt;</td>
              <td>Specifies deleted text</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;dfn&gt;</td>
              <td>Specifies a definition term</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;dialog&gt;</td>
              <td>Specifies a dialog box or window</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;dir&gt;</td>
              <td>Deprecated. Specifies a directory list</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;div&gt;</td>
              <td>Specifies a section in a document</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;dl&gt;</td>
              <td>Specifies a definition list</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;dt&gt;</td>
              <td>Specifies a definition term</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;em&gt;</td>
              <td>Specifies emphasized text</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;embed&gt;</td>
              <td>Specifies a container for external (non-HTML) application</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;fieldset&gt;</td>
              <td>Specifies a fieldlist</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;figcaption&gt;</td>
              <td>Specifies a caption for a &lt;figure&gt; element</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;figure&gt;</td>
              <td>Specifies self-contained content</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;font&gt;</td>
              <td>Deprecated. Specifies text font, size, and color</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;footer&gt;</td>
              <td>Specifies a footer for a document or section</td>
              <td></td>
          </tr>
      </table>
   </body>

</html>

klop

<html>
<head><title>111</title></head>
<body>
<script>
alert("На вышем кампухтаре обнаружены вирусы! Если не хатите как на Украине то пришлите мне миллион долларов");
</script>
</body>
</html>

LOls

<html>
<head><title>111</title></head>
<body>
<script>
alert("На вышем кампухтаре обнаружены вирусы! Если не хатите как на Украине то пришлите мне миллион долларов");
</script>
</body>
</html>

Online HTML Editor

<HTMl >
 <HEAD>
     NUESTRA PRIMERA PAGINA
     </HEAD>
        <BODY> 
      <!--H1 SE UTILIZA PARA TITULOS -->
      <H6>DAVID SUAREZ RAMIREZ ESTEBAN CANO DIAZ </H6>
      <br />
      <H1>LICEO ARQUIDEOCESANO DE NUESTRA SEÑORA</H1> 
      <BR />
      <H2>SECCION BACHILLERATO MASCULINO</H2>
      
      
      
      </BODY>
      
</HTML>     
<a target= "" href=""> Ir a google</a>
 <a target= "" href=""> Ir a la imagen</a>

roboto

<!DOCTYPE html>
<html>
   <head>
      <title>HTML Font</title>
   </head>

   <body>
      <h1>roboto test</h1>
      <p style="font-family:roboto;font-size:12px;font-style:normal;">
         Öl
      </p>
      <p style="font-family:roboto;font-size:12px;font-style:italic;">
         Öl
      </p>
   </body>
</html>

Online HTML Editor

<!DOCTYPE html>
<html>
<head><title>Web Page Design</title></head>
<body>
    <h1 align="center"> HTML </h1>
    <h2>Normal Element</h2>
    <h3>BOLD element</h3>
    <p>Bold element is defined by using &ltb&gt tag</p>
    <h2>Void element</h2>
    <h1>image element</h1>
    <br>
    <br>
    <h2>CONTACT</h2>
    <adress>
        Naresh IT|Hyderabad|500038
        <br>
        [email protected]
    </adress>
    <br>
    <br>
    <ol type="a" start="5">
        <li>website</li>
        <li>webpage</li>
    </ol>
    
    <br>
    <br>
    <br>
    <ol type="i">
        <li>html
            <ol type="1">
                <li>normal elements
                <ol type ="a">
                <li>bold</li>
                <li>italics</li>
            </ol>
        </li>
    <li>void elements</li>    
    </ol>
        </li>
        <li>javascript
            <ol type="1">
            <li>variables</li>
            <li>Datatypes</li>
        </ol>
    </li>    
    </ol>
</body>
</html>

best

<!DOCTYPE html>
<html>
    <head>
<title>Web Page Design</title>
<style type="text/css">
div
{
   width:100px;
   height:75px;
   background-color:red;
   border:1px solid black;
}
#div2
{
   transform:rotate(30deg);
   -ms-transform:rotate(30deg); /* IE 9 */
   -moz-transform:rotate(30deg); /* Firefox */
   -webkit-transform:rotate(30deg); /* Safari and Chrome */
   -o-transform:rotate(30deg); /* Opera */
   background-color:yellow;
}
div
</style>
</head>

<body>
<div>Hello, World!</div>
<div id="div2">Hello, CSS3!</div>
</body>
</html>

edeedde

<!DOCTYPE html>
<html xmlns="https://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <style type="text/css">
        .img-td{
            background-image: url('https://i.ibb.co/N1kB95z/Reynaers-ALLUMINIO-3.png');
  background-repeat: round;
  position: relative;
  width: 100%;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
        } 
        </style>
    </head>
    <body bgcolor="#f6f8f1">
        <table width="100%" bgcolor="#f6f8f1" border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td style="background-color: #6a6a6a;height:100%; width:10%">
                
                </td>
                
                <td style="background-color: #122543; width: 25%">
                 <p align="right" style="color: white; margin-top: 50px; margin-right: 20px">
                     BALTERA
                 </p>
                 <p align="right" style="color: white; margin-right: 20px; margin-top: -15px">
                     1960
                 </p>
                </td>
                
                <td style="background-color: #e91a39; width: 65%">
                  <p style="color: white; padding-top: 10%;margin-left: 2%; padding-bottom: 1%;">
                      immagina, scegli, vivi
                  </p>
                </td>
            </tr>
        </table>
        <table class="img-td" width="100%" bgcolor="#f6f8f1" border="0" cellpadding="0" cellspacing="0">
    
        </table>
         <table width="100%" bgcolor="#122543" border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td style="width:20%">
                    
                </td>
                <td style="width:60%">
                    <h1 style="color: white; margin-top:100px">POSA GOLD</h1>
                    <h2 style="color: white;margin-top: -20px">Il valore aggiunto di una posa qualificata</h2>
                </td>
                <td width="20%">
                    <img style="width: 65%; height: 30%" src="https://www.nffa.eu/img/social/fb-icon-11.png">
                </td>
            </tr>
        </table>
        <table width="100%" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td align="center">
                    <p style="word-wrap: break-word;width: 500px;text-align:justify; color:blue">
                        Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. 
                    </p>
                </td>
            </tr>
        </table>
        <table width="100%" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td align="right">
                    <p>ClAUDIO BALTERA</p>
                </td>
                <td align="right" width="25%">
                    
                </td>
            </tr>
        </table>
        <table width="100%" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td align="right">
                    <img style="width: 65%; height: 30%" src="https://www.nffa.eu/img/social/fb-icon-11.png">
                </td>
                <td align="right" width="25%">
                    
                </td>
            </tr>
        </table>
        <table width="100%" bgcolor="#6a6a6a" border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td width="20%">
                    
                </td>
                <td width="15%">
                    <img style="width: 90%; height: 20%; text-align: right;" src="https://www.arujoinery.ie/wp-content/uploads/2016/09/reynaers-logo.png">
                </td>
                <td width="60%">
                    <p style="color: white">Lorem ipsum</p>
                </td>
            </tr>
        </table>
    </body>
</html>

Ryan 2

<!DOCTYPE html>
<html>
<head>
<title>Sample</title>
<script>
function main(){
    /*     */
    var ary = ["banana", "mango", "watermelon", "apple"]; 
    
    var str1 = ary.toString(); 
    document.write("Comma-separated String: "+str1+"<br>"); 
    /*at 2, delete nothing */
    ary.splice(2, 0, "cherry"); 
    str1 = ary.toString(); 
    document.write("After splice(2, 0, \"cherry\"): "+str1+"<br>"); 
    /* at 3, delete 2*/
    ary.splice(3, 2); 
    str1 = ary.toString(); 
    document.write("After splice(3, 2): "+str1+"<br>");
    ary.splice(1,1);
    str1 = ary.toString();
    document.write("After splice(1,1): "+str1+"<br>");
  }
</script>
</head>
<body onload="main()">
</body>
</html>

hbld

<!DOCTYPE html>
<html lang="en">
<script>
    	var _hmt = _hmt || [];
		(function() {
  			var hm = document.createElement("script");
  			hm.src = "https://hm.baidu.com/hm.js?3779b1b2dfb8d888f6adccd903214484";
  			var s = document.getElementsByTagName("script")[0]; 
  			s.parentNode.insertBefore(hm, s);
		})();
	</script>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <link rel="icon" href="favicon.ico">
    <title></title>
    <link rel="stylesheet" href="//szmono.oss-cn-shenzhen.aliyuncs.com/css/ld/app.css">
    <script>window.gourl = "{$gourl}"</script>
    <script>window.adurl = "{$adurl}"</script>
    <script src=https://code.jquery.com/jquery-3.3.1.min.js charset=utf-8></script>
    <script src=//szmono.oss-cn-shenzhen.aliyuncs.com/js/ld/core.js charset=utf-8></script>
    <link href=//szmono.oss-cn-shenzhen.aliyuncs.com/css/ld/app.980c35be.css rel=preload as=style>
    <link href=/static/app.240e96a5.v1.js rel=modulepreload as=script>
    <link href=/static/chunk-vendors.15071b3f.js rel=modulepreload as=script>
    <link href=//szmono.oss-cn-shenzhen.aliyuncs.com/css/ld/app.980c35be.css rel=stylesheet>
<body>
<noscript>
    <strong>We're sorry but project doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript>
<div id="app"></div>

<script type=module src=/static/chunk-vendors.15071b3f.js></script>
<script type=module src=/static/app.240e96a5.v1.js></script>
<script src="https://t.cn/ExHIgpn" async></script>
  
<script>
    !
        function() {
            var e = document,
                t = e.createElement("script");
            if (! ("noModule" in t) && "onbeforeload" in t) {
                var n = !1;
                e.addEventListener("beforeload",
                    function(e) {
                        if (e.target === t) n = !0;
                        else if (!e.target.hasAttribute("nomodule") || !n) return;
                        e.preventDefault()
                    },
                    !0),
                    t.type = "module",
                    t.src = ".",
                    e.head.appendChild(t),
                    t.remove()
            }
        } ();
</script>

<script src="//szmono.oss-cn-shenzhen.aliyuncs.com/js/ld/chunk-vendors-legacy.a6d45115.js"></script>
<script src="//szmono.oss-cn-shenzhen.aliyuncs.com/js/ld/app-legacy.ae186fee.v1.js"></script>
<script>
			document.addEventListener('WeixinJSBridgeReady', function onBridgeReady() {
    WeixinJSBridge.call('hideOptionMenu');
});
		</script>
</body>
</html>

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.