All language subtitles for 4. Tags

af Afrikaans
sq Albanian
am Amharic
ar Arabic Download
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bn Bengali
bs Bosnian
bg Bulgarian
ca Catalan
ceb Cebuano
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
tl Filipino
fi Finnish
fr French
fy Frisian
gl Galician
ka Georgian
de German
el Greek
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
km Khmer
ko Korean
ku Kurdish (Kurmanji)
ky Kyrgyz
lo Lao
la Latin
lv Latvian
lt Lithuanian
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mn Mongolian
my Myanmar (Burmese)
ne Nepali
no Norwegian
ps Pashto
fa Persian
pl Polish
pt Portuguese
pa Punjabi
ro Romanian
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
st Sesotho
sn Shona
sd Sindhi
si Sinhala
sk Slovak
sl Slovenian
so Somali
es Spanish
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
te Telugu
th Thai
tr Turkish
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
or Odia (Oriya)
rw Kinyarwanda
tk Turkmen
tt Tatar
ug Uyghur
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:01,080 --> 00:00:06,210 Hi, within this lecture, we're finally going to start learning about HDMI. 2 00:00:07,140 --> 00:00:11,630 So first of all, we actually have written our first code, right? 3 00:00:11,670 --> 00:00:12,790 This is the first code. 4 00:00:13,380 --> 00:00:18,990 But it's not the complete or it's not very fancy code right now. 5 00:00:19,590 --> 00:00:25,200 So before we start, we need to declare that we're writing an 80 mile code. 6 00:00:25,740 --> 00:00:31,000 So let me open Google dot com and see how they have started their age demo. 7 00:00:31,800 --> 00:00:38,070 So if we open doors and if we try to see the source and you can do this in any other Web site, as though 8 00:00:38,290 --> 00:00:42,650 if you say we've paid search, you see this thing doctype, HDMI. 9 00:00:43,530 --> 00:00:47,100 So it means that we're writing leet the HDMI line. 10 00:00:47,100 --> 00:00:51,740 We are writing with the latest version, which is DHT, Hermel five point oh. 11 00:00:52,440 --> 00:00:56,100 So before we write anything, we generally do this stuff. 12 00:00:56,430 --> 00:00:59,770 We open and and angular brace or. 13 00:00:59,800 --> 00:01:02,580 And smaller than or greater dense size. 14 00:01:02,580 --> 00:01:10,650 We're going to use those things a lot because these are called tags and we work with tags in HDMI. 15 00:01:11,160 --> 00:01:11,580 OK. 16 00:01:11,630 --> 00:01:13,490 So get used to this thinks. 17 00:01:14,090 --> 00:01:14,400 Right. 18 00:01:14,490 --> 00:01:18,150 This exclamation mark doctype h demo. 19 00:01:18,870 --> 00:01:26,040 So we are basically saying that this is an HDMI file and we are writing an HDMI code or comment. 20 00:01:27,000 --> 00:01:28,290 So here you go. 21 00:01:28,370 --> 00:01:30,120 We are now ready to start. 22 00:01:30,840 --> 00:01:37,140 And the second thing that's really going to do is to use this tags again. 23 00:01:37,590 --> 00:01:41,230 So we work with tags generally in each demo. 24 00:01:41,310 --> 00:01:44,820 We open tags and we close tags afterwards. 25 00:01:45,510 --> 00:01:51,690 So as you can see, we open the tag and we didn't close the tag in DOCTYPE Declaration. 26 00:01:52,260 --> 00:01:55,650 So dirt, something called self-closing tags. 27 00:01:55,680 --> 00:02:01,140 This is Volf the types and these are rare, rigidly open the tags and close the tags. 28 00:02:01,410 --> 00:02:07,200 And I'm going to show you s closing tags examples later on. 29 00:02:07,520 --> 00:02:09,660 But then you type or renew. 30 00:02:09,750 --> 00:02:11,340 Just write some tag. 31 00:02:11,610 --> 00:02:16,860 You must close it or else HDMI won't understand what you're doing. 32 00:02:17,250 --> 00:02:21,930 For example, if you're writing a text, you need to say it's the text. 33 00:02:22,350 --> 00:02:27,570 And for example, if you write HDMI, well, then you should close it. 34 00:02:27,600 --> 00:02:31,740 So this is a closing tag and the left part is an opening tack. 35 00:02:32,340 --> 00:02:35,010 So this these are called tags again. 36 00:02:36,150 --> 00:02:37,140 So here you go. 37 00:02:37,440 --> 00:02:40,710 It means that I'm starting my HDMI coat. 38 00:02:41,160 --> 00:02:41,660 OK. 39 00:02:42,060 --> 00:02:43,580 And then HDMI code. 40 00:02:44,040 --> 00:02:51,150 We generally have two different parts which are head and body. 41 00:02:52,230 --> 00:02:59,460 So we can see this in every Web site because it defines some structure. 42 00:03:00,390 --> 00:03:05,820 So Buddy means buddy of the code or buddy of the page. 43 00:03:05,850 --> 00:03:08,400 It's what we see, actually. 44 00:03:08,430 --> 00:03:10,020 So let me show you what I mean. 45 00:03:10,710 --> 00:03:16,760 If you go to Google again and say inspect element, we can see this buddy. 46 00:03:16,870 --> 00:03:23,820 And if you just closes down, as you can see, there are two main paths under HDMI Alltech, which is 47 00:03:23,820 --> 00:03:25,290 the head and body. 48 00:03:26,200 --> 00:03:26,560 OK. 49 00:03:27,210 --> 00:03:31,440 So when I hover over this hat, I it doesn't show me anything. 50 00:03:31,440 --> 00:03:35,010 But when I hover over this buddy shows me the whole page. 51 00:03:35,370 --> 00:03:42,120 So when you hover over items in this inspector, it's highlights the items that you're hovering on. 52 00:03:42,750 --> 00:03:50,760 For example, if you want to find the HDMI code of does Google image, you can hover over the items 53 00:03:50,760 --> 00:03:53,970 one by one until you see the code itself. 54 00:03:54,780 --> 00:04:01,750 And as you can see, when I hover over had, it doesn't show me anything because in had we have general 55 00:04:01,750 --> 00:04:11,280 information like meta data, like the title of the page or some of the encryption of the page, something 56 00:04:11,280 --> 00:04:11,910 like that. 57 00:04:12,080 --> 00:04:12,290 OK. 58 00:04:12,420 --> 00:04:16,110 But we don't have the items that user will see. 59 00:04:16,650 --> 00:04:19,080 For example, in the title we see the Google. 60 00:04:19,110 --> 00:04:20,310 And this is the title. 61 00:04:20,340 --> 00:04:21,930 We see the Google over here. 62 00:04:22,350 --> 00:04:22,710 OK. 63 00:04:23,220 --> 00:04:29,670 So that kind of information, generally information that we're not going to see in the Web page itself, 64 00:04:30,420 --> 00:04:33,360 like the title, like the metadata content. 65 00:04:33,630 --> 00:04:35,640 UTF eight encryption. 66 00:04:36,510 --> 00:04:41,520 OK, we're going to actually use this in our HDMI cord as well. 67 00:04:42,090 --> 00:04:49,980 If you don't give the title, if you don't specify a title, nothing will show up in the browser tabs. 68 00:04:50,310 --> 00:04:52,260 And this is not what we want. 69 00:04:53,280 --> 00:04:59,580 So basically in other HDMI tag, we're going to have two separate tags, first of which is head. 70 00:05:00,380 --> 00:05:06,030 So in the hat, like we have seen, we can't specify the title. 71 00:05:06,920 --> 00:05:11,720 And again, I'm writing what I have to write inside of these tags. 72 00:05:11,990 --> 00:05:12,230 OK. 73 00:05:12,290 --> 00:05:17,870 If I write something out of this tag, it won't be included in the head section. 74 00:05:18,620 --> 00:05:20,780 It will be included in something else. 75 00:05:21,320 --> 00:05:27,110 And similarly, if I write title over here, if I write something between these tags. 76 00:05:27,500 --> 00:05:27,930 OK. 77 00:05:28,280 --> 00:05:31,880 It will be included in the title section. 78 00:05:32,360 --> 00:05:36,650 If I write somewhere else, it won't be included in the title section. 79 00:05:36,680 --> 00:05:38,960 That's why we use tags. 80 00:05:39,860 --> 00:05:41,300 So here we go. 81 00:05:41,330 --> 00:05:44,000 So I have written Color Links website. 82 00:05:44,480 --> 00:05:45,440 If you save it. 83 00:05:45,800 --> 00:05:47,690 If you run it on your browser. 84 00:05:47,880 --> 00:05:48,310 OK. 85 00:05:49,010 --> 00:05:54,480 As you can see now, we don't see anything because we don't have anything in body, but we see the color 86 00:05:54,490 --> 00:05:56,240 Linux Web site as a title. 87 00:05:56,900 --> 00:05:58,970 So before we didn't see that. 88 00:05:59,450 --> 00:06:05,250 Maybe if you just delete this or cut this with control X and save it with control s. 89 00:06:05,790 --> 00:06:06,260 Okay. 90 00:06:06,670 --> 00:06:12,020 And if you come over here and refresh this, as you can see, we don't see this. 91 00:06:12,590 --> 00:06:14,930 We don't have the title anymore. 92 00:06:15,830 --> 00:06:21,570 So if you just replace it with Control V and save it with control s. 93 00:06:22,010 --> 00:06:27,920 Then if you come back and refresh this, as you can see now I have this color, the next Web site. 94 00:06:28,700 --> 00:06:29,660 So that's it. 95 00:06:29,690 --> 00:06:32,100 That's why we use title. 96 00:06:32,930 --> 00:06:35,030 So it's in the had section. 97 00:06:35,030 --> 00:06:40,090 As I said before, it's not what the user sees, but it's the jerilyn formation. 98 00:06:40,430 --> 00:06:49,340 We're not going to specify an encryption or something like content, like on maybe an image like the 99 00:06:49,460 --> 00:06:51,830 Google logo icon in here. 100 00:06:52,320 --> 00:06:56,540 OK, so it's enough for us to understand what Head does. 101 00:06:56,780 --> 00:06:57,590 What we're gonna do. 102 00:06:57,590 --> 00:07:01,790 We're going to focus on body to see different parts of the body. 103 00:07:02,750 --> 00:07:09,040 So as you can see, Buddy is written in the same way like we did with the hat. 104 00:07:10,400 --> 00:07:12,290 So that's it for the hat section. 105 00:07:12,770 --> 00:07:18,350 So if I want to go into the body, then I will have to open another tag in here. 106 00:07:18,350 --> 00:07:21,830 But if I open it in here, it won't be body. 107 00:07:22,090 --> 00:07:22,520 OK. 108 00:07:23,000 --> 00:07:28,490 So if I write something in here, it will be included in the hat section, not body section. 109 00:07:29,120 --> 00:07:32,300 And by the way, you cannot write just random things. 110 00:07:32,300 --> 00:07:35,420 You have to specify if you want to take notes. 111 00:07:35,630 --> 00:07:37,460 For example, you can do this. 112 00:07:38,150 --> 00:07:39,540 The smaller sign. 113 00:07:39,770 --> 00:07:42,710 Exclamation mark, dash, dash. 114 00:07:43,160 --> 00:07:44,840 Metadata, for example. 115 00:07:44,840 --> 00:07:48,890 Metadata is just a note that you take and close the tag. 116 00:07:48,910 --> 00:07:49,550 Like this. 117 00:07:49,790 --> 00:07:51,110 So this is the syntax. 118 00:07:51,350 --> 00:07:55,100 If you want to take notes, you can write whatever you want in here. 119 00:07:55,400 --> 00:08:00,020 I have written down metadata because that's what the head section does. 120 00:08:00,020 --> 00:08:02,010 You write the metadata in here. 121 00:08:02,360 --> 00:08:06,920 It won't be shown in the content or to the user at all. 122 00:08:07,370 --> 00:08:07,640 OK. 123 00:08:07,760 --> 00:08:10,730 If you want to take notes during this section. 124 00:08:10,940 --> 00:08:17,980 Just use this sign, text, exclamation mark, dash, dash and add the same thing at the end of this 125 00:08:17,980 --> 00:08:18,720 thing as well. 126 00:08:19,260 --> 00:08:24,800 And you can do this like that with TAPS in order to make it a little bit more readable. 127 00:08:25,010 --> 00:08:25,410 OK. 128 00:08:25,700 --> 00:08:27,920 For example, it's much better right now. 129 00:08:28,460 --> 00:08:31,760 So under HDMI we have that had. 130 00:08:32,240 --> 00:08:40,130 And don't forget to check every time you just make a change and spurt working perfectly right now for 131 00:08:40,130 --> 00:08:40,580 us. 132 00:08:41,150 --> 00:08:43,110 And you can just do it like this. 133 00:08:43,340 --> 00:08:46,340 If you see something like this, it's exactly the same thing. 134 00:08:46,370 --> 00:08:47,510 But it's more readable. 135 00:08:47,810 --> 00:08:50,870 And you get all these nice things in Genie as well. 136 00:08:51,560 --> 00:08:53,150 So, OK, let's tap here. 137 00:08:53,300 --> 00:08:56,150 And within the next picture, we're going to move on to Buddy. 138 00:08:56,150 --> 00:08:58,550 So I'm just writing buddy over here. 139 00:08:58,790 --> 00:08:59,060 OK. 140 00:08:59,170 --> 00:09:02,840 We're going to fill this up in the next lecture. 12134

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.