Created
April 18, 2024 11:28
-
-
Save pooooriya/7ebd2d2b85e13c8414c4f8eb606f97c6 to your computer and use it in GitHub Desktop.
html basic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head></head> | |
<body> | |
<!-- HEADLINE --> | |
<!-- <h1>Hello Quera</h1> | |
<h2>Hello Quera</h2> | |
<h3>Hello Quera</h3> | |
<h4>Hello Quera</h4> | |
<h5>Hello Quera</h5> | |
<h6>Hello Quera</h6> --> | |
<!-- Paragraph --> | |
<!-- <p> | |
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Perferendis | |
earum alias aliquam quia odio accusantium magnam pariatur! Nesciunt | |
tempora molestiae praesentium tempore accusamus velit minus. Illum | |
architecto maxime veniam dolores voluptatum, iste unde sunt sequi harum | |
hic atque, eaque similique quod quidem quas, necessitatibus deserunt | |
numquam! Reprehenderit molestias velit nisi! | |
</p> --> | |
<!-- Attribute --> | |
<!-- Link --> | |
<!-- <a href="https://digikala.com" target="_blank"> Go To Digikala.Com </a> --> | |
<!-- image --> | |
<!-- <img | |
src="https://dkstatics-public.digikala.com/digikala-adservice-banners/09d1d22d40cd3a2ef6107c44a49fbe0cdc205c97_1713344946.jpg?x-oss-process=image/quality,q_95/format,webp" | |
width="300" | |
height="auto" | |
alt="anbar tekani" | |
/> --> | |
<!-- Image With A --> | |
<!-- <a href="https://digikala.com" target="_blank"> | |
<img | |
src="https://dkstatics-public.digikala.com/digikala-adservice-banners/09d1d22d40cd3a2ef6107c44a49fbe0cdc205c97_1713344946.jpg?x-oss-process=image/quality,q_95/format,webp" | |
width="300" | |
height="auto" | |
alt="لباس های زیبا و جذاب و خوشگل" | |
/> | |
</a> --> | |
<!-- br Break --> | |
<!-- <br /> --> | |
<!-- hr --> | |
<!-- <hr /> --> | |
<!-- List --> | |
<!-- UnOrderList +++ --> | |
<!-- <ul> | |
<li>Quera</li> | |
<li>Quera2</li> | |
<li>Quera3</li> | |
<li>Quera4</li> | |
<li>Quera5</li> | |
</ul> --> | |
<!-- OrderList --- --> | |
<!-- <ol> | |
<li>Quera</li> | |
<li>Quera</li> | |
<li>Quera</li> | |
<li>Quera</li> | |
<li>Quera</li> | |
</ol> --> | |
<!-- <q> Hello Quera </q> --> | |
<!-- <section></section> | |
<header></header> | |
<main></main> | |
<nav></nav> | |
<aside></aside> | |
<footer></footer> --> | |
<!-- <h1>سلام <a> کئورا </a></h1> --> | |
<!-- <a> | |
<h1>کئورا سلام</h1> | |
</a> --> | |
<!-- Block , Inline --> | |
<!-- Inline --> | |
<!-- Span --> | |
<!-- a --> | |
<!-- img --> | |
<!-- Block --> | |
<!-- h1 --> | |
<!-- P --> | |
<!-- italic --> | |
<!-- <i>Hello World</i> --> | |
<!-- bold --> | |
<!-- <b>Hello World</b> --> | |
<!-- Hello <em>World</em> --> | |
<!-- Table --> | |
<!-- <table> | |
<thead> | |
<tr> | |
<th>#</th> | |
<th>نام</th> | |
<th>نام خانوادگی</th> | |
<th>سن</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td>1</td> | |
<td>پوریا</td> | |
<td>باباعلی</td> | |
<td>26</td> | |
</tr> | |
<tr> | |
<td>2</td> | |
<td>پوریا</td> | |
<td>باباعلی</td> | |
<td>26</td> | |
</tr> | |
<tr> | |
<td>3</td> | |
<td>پوریا</td> | |
<td>باباعلی</td> | |
<td>26</td> | |
</tr> | |
<tr> | |
<td>4</td> | |
<td>پوریا</td> | |
<td>باباعلی</td> | |
<td>26</td> | |
</tr> | |
</tbody> | |
</table> --> | |
<!-- Form --> | |
<!-- <form> | |
</form> --> | |
<!-- Input --> | |
<!-- <input type="text" /> --> | |
<!-- <input type="number" /> | |
--> | |
<!-- <input type="tel" /> --> | |
<!-- <input type="email" /> --> | |
<!-- <input type="password"/> --> | |
<!-- <input type="button" value="کلیک کن" /> | |
<button>کلیک کن</button> --> | |
</body> | |
</html> |
moooohammad
commented
Apr 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment