|
|
bet | 3/3 | Sana | 09.11.2022 | Hajmi | 0,6 Mb. | | #862813 |
|
Laboratoriya ishi №2
Mavzu: HTMLda rasm va jadvallar bilan ishlash teglari. Havolalar va ro‘yxatlar bilan ishlash teglari. HTML formalar bilan ishlash
Htmlda rasm joylash:
A)Rasmni local joylash. (quyidagi xolat uchun uchun rasm html fayli bilan bitta papkada bo`lishi kerak.
DOCTYPE html>
lang="en">
charset="UTF-8" />
http-equiv="X-UA-Compatible" content="IE=edge" />
name="viewport" content="width=device-width, initial-scale=1.0" />
Document
Rasm
src="rasm.jpg" alt="rasm" width="300" height="300" />
B)Rasmni linki orqali joylash.
DOCTYPE html>
lang="en">
charset="UTF-8" />
http-equiv="X-UA-Compatible" content="IE=edge" />
name="viewport" content="width=device-width, initial-scale=1.0" />
Document
Rasm
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR0xWX-D05Fm7gMiK-L7mOp-z77Wigs1CeApo-Hf-WAfw&s"
alt="rasm"
width="300"
height="300"
/>
.
A2) Agar rasm boshqa joyda bolsa uning to`liq yo`li ko`rsatiladi.
DOCTYPE html>
lang="en">
charset="UTF-8" />
http-equiv="X-UA-Compatible" content="IE=edge" />
name="viewport" content="width=device-width, initial-scale=1.0" />
Document
Rasm
src="D:\rasmlar\rasm.jpg" alt="rasm" width="300" height="300" />
2. HTMLda table yaratish
A basic HTML table
<>
Company |
Contact |
Country |
<>
Alfreds Futterkiste |
Maria Anders |
Germany |
<>
Centro comercial Moctezuma |
Francisco Chang |
Mexico |
To understand the example better, we have added borders to the table.
List of Indian States with thier capital
Delhi
NewDelhi
Haryana
Chandigarh
Gujarat
Gandhinagar
Rajasthan
Jaipur
Maharashtra
Mumbai
Uttarpradesh
Lucknow
HTML Forms
If you click the "Submit" button, the form-data will be sent to a page called "/action_page.php".
Radio Buttons
Choose your favorite Web language:
>GeeksforGeeks
HTML mark Tag
GeeksforGeeks: It is a
computer science portal for geeks
GeeksforGeeks
HTML nav Tag
Geeksforgeeek: Section 1
Content of section 1
GeeksforGeeks: Section 2
Content of section 2
GeeksforGeeks: Section 3
Content of section 3
Video courtesy of
Big Buck Bunny.
Do'stlaringiz bilan baham: |
|
|