0:00:00.097,0:00:01.245 Welcome back! 0:00:01.245,0:00:04.093 Are you feeling a little more comfortable[br]with HTML tags 0:00:04.093,0:00:05.913 now that you've typed some yourself? 0:00:05.966,0:00:07.700 We have a bunch more tags to cover 0:00:07.700,0:00:10.167 so you'll be tagging[br]all over the place soon. 0:00:10.167,0:00:13.459 Now, do you remember this[br]paragraph about rabbits? 0:00:13.459,0:00:17.846 I'm a bit worried that the aliens[br]might read it in a monotone voice. 0:00:17.846,0:00:19.287 And they won't pay attention 0:00:19.287,0:00:21.893 to the really important[br]words and phrases in it. 0:00:22.010,0:00:25.407 So I want to markup the parts[br]that they should emphasize. 0:00:25.407,0:00:29.450 We can start by using the `` tag,[br]which stands for emphasis. 0:00:29.450,0:00:31.600 We use it whenever we want to to indicate[br] 0:00:31.600,0:00:34.033 where we would[br]emphasize a word while speaking. 0:00:34.033,0:00:36.100 Like, if I want the aliens to say, 0:00:36.100,0:00:39.100 "The most orange vegetables in OUR world." 0:00:39.100,0:00:43.850 Then I can wrap the[br]"our" in an `` tag. 0:00:44.296,0:00:46.333 The browser will see the ``, 0:00:46.333,0:00:49.962 and then italicize the text inside of it[br]to show the emphasis. 0:00:49.962,0:00:52.073 Now the aliens will[br]really realize that I'm 0:00:52.073,0:00:54.600 talking about OUR world not theirs, 0:00:54.600,0:00:57.200 because I don't know[br]anything about their world 0:00:57.200,0:00:59.372 and what their vegetables look like. 0:00:59.707,0:01:03.000 What if the aliens are[br]just skimming the text? 0:01:03.000,0:01:06.860 What if they don't even read[br]the entire amazing paragraph that I wrote? 0:01:06.866,0:01:10.580 In that case, I want to make sure[br]a few key phrases stand out. 0:01:10.580,0:01:13.240 And I can use a `` tag for that. 0:01:13.240,0:01:17.356 Probably the most important fact,[br]is how much rabbits reproduce. 0:01:17.356,0:01:20.440 Because I wouldn't want[br]aliens taking rabbits home with them 0:01:20.440,0:01:24.006 and then being mad at us when the[br]rabbits eventually overpopulate them 0:01:24.006,0:01:25.593 and take over their government. 0:01:25.603,0:01:30.399 So, I will wrap this[br]fact in a `` tag. 0:01:32.903,0:01:35.799 Alright, the browser[br]will see the ``, 0:01:35.799,0:01:40.006 and then bold the text inside of it,[br]to make sure that it stands out. 0:01:40.006,0:01:42.466 We can even combine `` and``, 0:01:42.466,0:01:44.300 and put them inside of each other. 0:01:44.300,0:01:46.200 Like if I want the aliens to say, 0:01:46.200,0:01:49.133 "More than any human ever has." 0:01:49.133,0:01:53.784 Then I can wrap the "ever" in an `` . 0:01:55.166,0:01:58.666 Okay, now I'm happy, I think[br]they'll really pay attention. 0:01:58.666,0:02:01.900 And now you've got two more[br]tags in your HTML toolbox. 0:02:01.900,0:02:04.643 Use them, but don't abuse them.