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

dawad

<!DOCTYPE html>
<html>
<title>Web Page Design</title>
<head>
<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;
}
</style>
</head>
<body>
<div>Hello, World!</div>
<div id="div2">Hello, CSS3!</div>
</body>
</html>

index

<!DOCTYPE html>
<html>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <title>Мартынов+Поздняков 9Ж</title>
 </head>
<body>
    <div align="center">
<h1>Мячик</h1>
</div>
<div align="left"><p>
    Наша Таня громко плачет:<br>
Уронила в речку мячик.<br>
- Тише, Танечка, не плачь:<br>
Не утонет в речке мяч. </p>
<h2>А. Барто</h2>
  <p> Агния Львовна Барто — советская детская поэтесса,
писательница, киносценаристка, радиоведущия.

Большинство стихов Агнии Барто написано для детей —
дошкольников или младших школьников. Стиль очень
легкий, стихи нетрудно читать и запоминать детям.</p>

<p>Стихи Барто всегда на современную тему, она словно бы
рассказывает недавно случившуюся историю, причем
называет персонажей по именам «Мы с Тамарой», «Кто не
знает Любочку», «Наша Таня громко плачет», «Лешенька,
Лёшанька, сделай одолжение» — речь будто Бы идет о
хорошо знакомых Лешеньках и Танях, у которых вот такие
недостатки, а вовсе не о детях-итателях. 
    </div>
</body>
</html>

Online HTML Editor

<!DOCTYPE html>
<html>

    <head>
        <style>
            * {
                box-sizing:border-box;
            }
            body {
                margin:none;
                padding:none;
                background-color:rgb(212, 219, 217)
            }
            header {
                background-color:rgb(212, 219, 217);
                width:100%;
                margin:none;
                padding:none;
                border-bottom: 2px solid rgb(92, 154, 158);
                height:120px;
            }
            header img {
                float:left;
                width:15%;
                height:auto;
            }
            header h1 {
                text-align:center;
                margin-top:40px;
            }
            ul {
                list-style-type:none;
                padding:none;
                margin:none;
                text-overflow:hidden;
            }
            li {
                float:right;
            }
            li a {
                text-align:center;
                display:block;
                text-decoration:none;
                padding:10px 14px;
                color:rgb(247, 135, 44);
                font-size:30px;
            }
            li a:hover {
                text-transform:uppercase;
                background-color: rgb(223, 235, 231)
            }
            .showcase {
                width:65%;
                margin-top:100px;
                
            }
            .showcase img {
                width:65%;
                display:block;
                margin-left:auto;
                margin-right:auto;
            }
            .left .middle .right{
                width:30%;
                height:100px;
            }
            

            
        </style>
    </head>
    <body>
        <header>
            <img src="./img/logo_1.png">

            <h1>Sed stet stet dolores.</h1>

            <ul>
                <li><a href="">Home</a></li>
                <li><a href="">About Us</a></li>
                <li><a href="">Services</a></li>
            </ul>
        </header>
        
        https://webdesign.tutsplus.com/articles/a-beginners-guide-to-wireframing--webdesign-7399
        
        

        
    </body>
</html>

wxcv

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
  box-sizing: border-box;
}

#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px;
}

#myTable th, #myTable td {
  text-align: left;
  padding: 12px;
}

#myTable tr {
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  background-color: red;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #4CAF50;
  color: white;
}
</style>
</head>
<body>

<h2 style="text-align:center;">Student List</h2>

<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for names.." title="Type in a name">

<table id="myTable">
    <th><font color="red">Name</font></th>
    <th><font color="red">Contact</font></th>
    <th><font color="red">Institute</font></th>
    <tr>
    <td>Masud</td>
    <td>01717347485</td>
    <td>Gaibandha govt boys</td>
  </tr>
  <tr>
    <td>Subrato Ray</td>
    <td>01726992110</td>
    <td>Sundargonj govt boys</td>
  </tr>
  <tr>
    <td>Sagor Mia</td>
    <td>01773905216</td>
    <td>Sundargonj govt boys</td>
  </tr>
  <tr>
    <td>Kalu Da</td>
    <td>017.........</td>
    <td>Sundargonj govt boys</td>
  </tr>
  <tr>
    <td>Hossian Mia</td>
    <td>019.........</td>
    <td>Sundargonj govt boys</td>
  </tr>
  <tr>
    <td>Jabed Ali</td>
    <td>018..........</td>
    <td>Sundargonj govt boys</td>
  </tr>
   <tr>
    <td>Kolil Ali</td>
    <td>016..........</td>
    <td>Bamondanga govt boys</td>
  </tr>
    <tr>
    <td>Ms Dhoni</td>
    <td>016..........</td>
    <td>Bamondanga govt boys</td>
  </tr>
</table>

<script>
function myFunction() {
  var input, filter, table, tr, td, i, txtValue;
  input = document.getElementById("myInput");
  filter = input.value.toUpperCase();
  table = document.getElementById("myTable");
  tr = table.getElementsByTagName("tr");
  for (i = 0; i < tr.length; i++) {
    td = tr[i].getElementsByTagName("td")[0];
    if (td) {
      txtValue = td.textContent || td.innerText;
      if (txtValue.toUpperCase().indexOf(filter) > -1) {
        tr[i].style.display = "";
      } else {
        tr[i].style.display = "none";
      }
    }       
  }
}
</script>

</body>
</html>

Online HTML Editor

<!DOCTYPE html>
<html>
<head>
<title>post metoda</title>
</head>
<body>

<form action="akcija.php" method="POST">
<p> Unesi svoje ime: <input type="text" name="ime" ></p>
<p> Unesi svoje prezime: <input type="text" name="prezime"></p>
<p><input type="submit" value="posalji">
</form>

</body>
</html>

Like this

<!DOCTYPE html>
<html>
   <head>
      <title>HTML Meta Tag</title>
      <meta http-equiv = "refresh" content = "3; url = https://www.toasttab.com/holiday-takeaway/v2/online-order#!/" />
   </head>
   <body>
      <p>Hi Steve</p>
   </body>
</html>

Online HTML Editor

<iframe style="width: 100%; height: 500px; overflow: show;" src="https://www.spanproxy.com" width="200" height="500" scrolling="yes">Iframes not supported</iframe>

Online HTML Editor

<!DOCTYPE html>
<html>
<title>Parisa Home page</title>
<head>
<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;
}
</style>
</head>
<body>
<div>Hello, World!</div>
<div id="div2">Hello, CSS3!</div>
</body>
</html>

Yfuh

<!DOCTYPE html>
<html>

   <head>
      <title>HTML blockquote Tag</title>
   </head>

   <body>
      <blockquote>Browsers generally render blockquote text as indented text. If your
         quoted text needs to display within a non-quoted paragraph, you should use the
         HTML q tag. Most browsers surround q text with quotation marks.</blockquote>
      <q>Browsers generally render blockquote text as indented text. If your quoted text
         needs to display within a non-quoted paragraph, you should use the HTML q tag.
         Most browsers surround q text with quotation marks.</q>
   </body>

</html>

Online HTML Editor

<!DOCTYPE HTML><HTML><HEAD><style>table, th, td {border: 2px solid black;}</style></HEAD>
<BODY>
	<DIV>
		<FONT face=Arial size=2>
		    Dear Admin, <br/><br/><br/>
            Telah terjadi error pada proses :
		</FONT>
	</DIV>
	<table class="table-bordered">
	    <thead>
	        <tr>
	            <td>
	                Date
	            </td>
	            <td>
	                Data/ Employee ID
	            </td>
	            <td>
	                Description
	            </td>
	        </tr>
	    </thead>
	    <tbody>
	        
	    </tbody>
	</table>
	<br/><br/>
	<FONT face=Arial size=2>
		    Thank you.
	</FONT>
</BODY>
</HTML>

Advertisements
Loading...

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