-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2e71b4
commit 1e10c4f
Showing
4 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>tajriba 3 </title> | ||
</head> | ||
<body> | ||
<video controls="controls" autoplay="autoplay"> | ||
<source src="video.mp4" type="video/mp4"> | ||
<video src="video.ogv" type="video/ogv"> | ||
<source src="video.webm" type="video/webm"> | ||
<video src="https://youtu.be/ErMSHiQRnc8"> | ||
</video> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<!Doctype html> | ||
<html lang="uz"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<base href="http://yurt.uz/" target="_self"> | ||
<title>HTML5 saboqlari</title> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
|
||
<hgroup> | ||
<h1 align="center"> HTML5 saboqlari </h1> | ||
<h4 align="right">Mukammal dasturlash kitobidan </h4> | ||
<h6 align="right">1-kitob</h6> | ||
</hgroup> | ||
|
||
<nav> | ||
<a href="html.htm">HTML5</a> | ||
<a href="scc.htm">SCC3</a> | ||
<a href="script.htm">JavaScript</a> | ||
<nav> | ||
</header> | ||
|
||
<aside id="left"> | ||
<p>HTML5</p> | ||
<p>SCC</p> | ||
<p>JavaScript</p> | ||
</aside> | ||
|
||
<aside id="right"> | ||
<nav> | ||
<a href="abok.htm">Kitoblar</a> <br> | ||
<a href="sbook.htm">Hikoyalar</a> <br> | ||
<a href="hbook.htm">Ma'lumotnomalar</a> | ||
</nav> | ||
</aside> | ||
|
||
<main> | ||
|
||
<article> | ||
|
||
Ushbu sahifaning asosiy urg'u berilgan ma'lumotlari joylashadi | ||
</article> | ||
</main> | ||
<img src="cat.jpg" type="cat/jpg"> | ||
|
||
<footer> 2024 </footer> | ||
|
||
</body> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>tajriba</title> | ||
</head> | ||
<body> | ||
</h1> | ||
<p style="font-family: Arial;font-size:14pt; background-color: lightblue; text-align: center;"> ro'yxatlar </p> | ||
</h1> | ||
<ol> | ||
<h1> | ||
<li>ro'yxat bandi</li> | ||
<li>ro'yxat bandi</li> | ||
<li>ro'yxat bandi</li> | ||
</h1> | ||
</ol> | ||
<img src="../Tajribalarim/00001.rar"> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title> tajriba 2 </title> | ||
</head> | ||
<body> | ||
<img src="../Tajribalarim/00001.jpg" width="500" height="700"> | ||
<video width="800" height="450"> | ||
<source src="video.ogv" type="video/ogg"> | ||
<source src="video.mp4" type="video/mp4"> | ||
<source src="video.webm" type="video/webm"> | ||
</body> | ||
</html> |