Skip to content
Snippets Groups Projects
Commit 1a1e39bb authored by Nour, Arezou's avatar Nour, Arezou
Browse files

Upload New File

parent 86039c1a
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
html,body{scroll-behavior: smooth;}
</style>
</head>
<body>
<!-- a inline
href HTTP reference
href=# یعنی همین صفحه
#firstname یعنی همین صفحه دنبال firstname
# = id
-->
<p id="top"></p>
<a href="https://google.com" target="_blank"> google</a>
<a href="./about.html">about</a>
<a href="./contact.html">contact</a>
<a href="./gallary.html">gallary</a>
<a href="./index.html">index</a>
<a href="#firstname"><h1>whats your name?</h1></a>
<a href="#lastname"><h1>whats your lastname?</h1></a>
<a href="#fathername"><h1>whats your fathername?</h1></a>
<a href="#mothername"><h1>whats your mothername?</h1></a>
<a href="#email"><h1>whats your email?</h1></a>
<a href="./images/image2.jpg" download>
<img src="./images/image2.jpg" alt="" width="400" /> </a>
<a href="./video.html" download> show video</a>
<br />
<a href="./music/persian-fantasy-157742.mp3" download>music</a>
<hr />
<h1 id="firstname">my name is ...</h1>
<p>lorem10</p>
<p align="center">
<img src="./images/image2.jpg" alt="">
</p>
<a href="#top"><h1>top</h1></a>
<hr />
<h1 id="lastname?">my name is ...</h1>
<p>lorem10</p>
<p align="center">
<img src="./images/image2.jpg" alt="">
</p>
<a href="#top"><h1>top</h1></a>
<hr />
<h1 id="fathername">my latsname is ...</h1>
<p>lorem10</p>
<p align="center">
<img src="./images/image2.jpg" alt="">
</p>
<hr />
<h1 id="mothername">my name is ...</h1>
<p>lorem10</p>
<p align="center">
<img src="./images/image2.jpg" alt="">
</p>
<hr />
<h1 id="email">my name is ...</h1>
<p>lorem10</p>
<p align="center">
<img src="./images/image2.jpg" alt="">
</p>
<hr />
<h1 align="center">hello</h1>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Sint velit aperiam consectetur deleniti, magnam quam delectus, dolores saepe illum itaque consequatur repudiandae sapiente, voluptatibus aut vitae architecto impedit sunt beatae eius laudantium omnis facere corporis veritatis? Minima itaque obcaecati, voluptates ad nesciunt nemo porro soluta delectus dignissimos saepe molestiae quidem cupiditate sequi, architecto officia fuga excepturi. Odio, eius corrupti blanditiis incidunt nostrum totam architecto est quos neque non tempore. Asperiores explicabo nobis quis dolore alias! Numquam corporis nam sunt alias. Illo porro iusto accusantium quo et, voluptatem minus inventore pariatur, esse ex numquam voluptates sed delectus, perferendis nisi totam doloribus</p>
<p align="center"><img src="images/image1.jpg"200" alt=""> <img src="./images/image3.jpg" width="200"></p>
<p align="right"></align> <img src="./images/image2.jpg" width="200"></p>
<video src="./video/video1.mp4.crdownload" width="500" height="500" controlsloop autoplay muted poster="./images/image2.jpg">
<source src="./video/video1.mp4.crdownload"/>
<source src="./video/video1.mp4.crdownload"/>
</video>
<audio src="./music/persian-fantasy-157742.mp3" controls muted loop autoplay style="background-color: green; "></audio>
<hr align="center" width="500" size="5" color="green" />
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment