Skip to content

Instantly share code, notes, and snippets.

@shavidzet
Created March 18, 2019 20:42
Show Gist options
  • Save shavidzet/758f6a77df06340bb23d382470f25d81 to your computer and use it in GitHub Desktop.
Save shavidzet/758f6a77df06340bb23d382470f25d81 to your computer and use it in GitHub Desktop.
kekei
<!DOCTYPE html>
<html>
<body>
<h1> picture </h1>
<p>HTML images are defined with the img tag </p>
<br>
<img src="https://www.w3schools.com/html/w3schools.jpg" />
<button>Click me</button>
<ul>
<li> weed </li>
<li> spice </li>
<li> me7kv </li>
</ul>
<ol>
<li> weed </li>
<li> spice </li>
<li> me7kv </li>
<li> wtf </li>
</ol>
<a href="https://www.w3schools.com" target="_blank"> this is a link </a>
<br>
<input type="text" placeholder="chawere saxeli" value="Gio">
<input type="date">
<input type="color">
<br>
<video src="https://www.w3schools.com/html/mov_bbb.mp4" controls></video>
<br><br>
<!-- es aris xelfasis cxrili -->
<table border="1" width="200" height="200">
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
<td>extra</td>
</tr>
<tr>
<td>4</td>
<td>5</td>
<td>6</td>
</tr>
<tr>
<td>7</td>
<td>8</td>
<td>9</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment