Mavzu: HTML5 yangi standartlari va ularning vazifalari
Reja:
HTML5 ga kirish. HTML5 yangi standartlari.
HTML5 teglar va atributlar
HTML5 da audio bilan ishlash
HTML5 da video bilan ishlash.
HTML5 da grafika bilan ishlash.
Kalit so‘zlar
HTML5 da yangi teglar va atributlar paydo bo‘ldi:
kabi semantik teglar (veb-sahifa tarkibini bo‘limlarga bo‘lish, veb-sahifa haqida ma’lumot berish).
number, date, time, calendar, range kabi yangi forma elementlari atributlari.
HTML5 da – JavaScript API (Application programming interfaces) va takomillashtirilgan imkoniyatlar paydo bo‘ldi:
HTML Geolocation , HTML Drag and Drop, HTML Local Storage, HTML Application Cache, HTML Web Workers , HTML SSE
Olib tashlangan teg
O‘rniga foydalaniladigan
–
–
–
CSS
CSS
CSS
CSS
CSS, , yoki
CSS
HTML5 da CSS imkoniyatlari paydo bo‘ldi.
HTML5 yangi standartlari
Teg
Izohi
HTML hujjatdagi maqolani belgilash tegi
Sahifa kontentining chetki tomonidagi kontentini belgilash tegi
Bir vaqting o‘zida chapdan o‘ngga va o‘ngdan chapga o‘qiladigan turli tillardagi so‘zlarni ajratishda foydalaniladi
Foydalanuvchi ko‘rishi yoki yashirishi mumkin bo‘lgan qo‘shimcha ma’lumotni belgilaydi
Dialog oynasini ochish tegi
elementlariga sarlavhani belgilash tegi
Avtonom kontentni belgilash tegi
HTML hujjat uchun pastki kolontitulni belgilash tegi
HTML hujjat uchun yuqori kolontitul sarlavhasini belgilash tegi
HTML hujjatning asosiy tarkibini belgilash tegi
Navishatsiya havolalarini belgilash tegi
Vazifaning bajarilishini namoyish qilish tegi
HTML hujjat bo‘limini belgilash tegi
elementi uchun ko‘rinadigan sarlavhani chiqarish tegi
Sana / vaqtni belgilash tegi
Keyingi qatorga o‘tish mumkinligini belgilash tegi
Ma’lum diapazon doirasidagi skalyar o‘lchovni belgilaydi.
Belgilangan/ajratilgan matn hosil qilish tegi
Kiritishni boshqarish uchun oldindan kiritilgan parametrlar ro‘yxatini belgilaydi
HTML5 yangi forma elementlari
Atribut nomi
Qiymati
Izohi
for
element_id
Hisoblash natijasi va hisoblashda ishlatiladigan elementlar o‘rtasidagi munosabatni belgilaydi
form
form_id
Tegishli forma elementini aniqlaydi
name
name
Chiqish elementi nomini belgilaydi
HTML5 yangi kiritish turlari
HTML5 yangi kiritish turlari: color
HTML5 Color Input Type
Select Color:
Select Date:
Choose Date and Time:
Enter Email Address:
Select Month:
Enter a Number:
Note : If you try to enter the number out of the range (1-10) or text character it will show error.
Select a Number:
Search Website:
Telephone Number:
Select Time:
Enter Website URL:
Note : Enter URL in the form like https://www.google.com
Select Week:
Your browser does not support the HTML5 audio element.
autoplay loop >
Your browser does not support the HTML5 audio element.
Track 1
Track 2
Your browser does not support the HTML5 Video element.
Your browser does not support the HTML5 Video element.
Source: https://www.youtube.com/watch?v=YE7VzlLtp-4
var ctx = c.getContext("2d");
ctx.moveTo(0,0);
ctx.lineTo(200,100);
ctx.stroke();
>
Your browser does not support the HTML5 canvas tag.
>
Your browser does not support the HTML5 canvas tag.
Canvas Example.
>
Your browser does not support the canvas element.
var canvas = document.getElementById("myCanvas");
var ctx = canvas.getContext("2d");
ctx.fillStyle = "#FF0000";
ctx.fillRect(0,0,150,75);
Do'stlaringiz bilan baham: