What are HTML5 Structure Tags
Daniel Walter Scott
Lessons
How This Class is Structured
01:41 2What to Download
02:57 3Creating Our First Webpage
05:55 4What is HTML5 & CSS3
08:24 5Head vs. Body vs. Html Tag
09:01 6Title & Description
05:54What Code Editor Should I Use
02:42 8Using Diy Tags
06:26 9What is a CSS Class
09:05 10How to Create Nested Divs
05:03 11Class Project
05:24 12External CSS
09:07 13Creating Our Index Style Pages
12:16 14Testing Your Website
08:47 15Check Your Code For Errors
11:01 16What are HTML5 Structure Tags
05:47 17Add HTML5 structure elements
16:02 18How to Set the Color of the Background
05:10 19Adding Images to a Website
04:38 20How to Center an Image
01:14 21Change the Font Size & Color
14:11 22Make a Clickable Link
08:45 23Stretching Background Image
05:38 24Making a Div Tag Transparent
02:36 25Simple Website Text Navigation
06:43 26CSS Compound Classes
07:02 27Class Project 02
02:05 28Class Project 02 - COMPLETE
04:48 29Add an Email Button to a Website
03:49 30Add Google Maps to Your Website
11:25 31Making a Website Live
16:50 32Uploading via SFTP
11:50 33Setting Up Our New Project
03:46 34CSS Reset
15:22 35Min-height vs. Height
07:01 36Div Tags Onto One Line
05:23 37Getting div tags onto one line using Flexbox in HTML & CSS
05:23 38Evenly Spaced Div Tags
04:42 39Two Div Tags of Different Sizes
07:13 40Vertically Center Content
07:20 41Class Project 3
02:51 42Class Project 3 - COMPLETE
05:39 43Change Default Fonts
04:19 44Installing Google Fonts
12:44 45What are PX & EM & REM
14:56 46Change Line Height
04:33 47SVG vs. JPG vs. PNG
07:04 48How to Create a SVG, JPG, or PNG
11:00 49Block Images vs. Background Images
08:32 50Finishing Up Our Cards
09:10 51Icons via Font Awesome
16:31 52Making a Div Container Clickable
09:55 53Box-sizing & Border-box
06:19 54How to Make A Colored Button
07:46 55Why Can't I Add Margin or Paddding
11:08 56Rounded Corners
04:17 57Drop Shadows
06:24 58Backup Your Website
05:00 59Reusing a Button Class
03:10 60Class Project 04
02:58 61Class Project 04 -COMPLETE
05:45 62Adding a Horizontal Rule
03:51 63Make Divs Wrap Onto Separate Lines
12:14 64Hover Color & Animating a Button
03:33 65Pseudo Classes
09:31 66Simple Dropdown Navigation
20:04 67Adding Our Dropdown to the Website
14:50 68Useful Shortcuts and Tips in VS Code
13:28 69Large Background Image
09:24 70How to Connect 2 Pages
10:42 71Simple PHP Form Work
17:49 72Placeholder Form Text
05:46 73Multi Line Form Text Box
02:18 74Form Check Marks
03:04 75Form Radio Button
06:07 76Form Drop Down Menu
05:48 77How to Style Your Form
12:55 78What does responsive website design mean
04:17 79How to change a website layout size color when at different sizes using media queries
11:28 80How to test your website on a tablet or mobile phone from Visual Studio Code
06:00 81How to change the layout of a responsive website for mobile vs desktop
16:02 82How to turn things on and off for mobile tablet & desktop responsive websites
06:03 83What is pixel density responsive images pixel ratio dp px in webdesign
14:47 84How to export responsive images for website from XD Photoshop Illustrator
05:11 85How to add responsive images to website using 100% width in HTML & CSS
06:08 86How to use srcset to change images in HTML for responsive website
10:15 87How to add a css style to the first line of a p tag on a website (
11:18 88How to make the header footer full width but the inside centered
05:36 89Class Project 05 – Header design
03:12 90Class Project 05 – Header design COMPLETE
06:25 91How to use a span tag or span class in HTML to change text
10:32 92How to pin the navigation to the top of a website fixed nav
03:17 93How to make a simple responsive mobile menu using CSS only
08:21 94What is Javascript vs Jquery in website web design
06:35 95How to make a burger menu 3 line mobile navigation for a website
15:11 96How to switch a menu nav from desktop to mobile phone
21:45 97Overview of what Bootstrap 4 is in website design
07:57 98How to install Bootstrap 4 on a website using Visual Studio Code
06:27 99Quick overview of how the Bootstrap Grid Layout works in VS Code
10:49 100Quick overview of how Bootstrap Components works in VS Code
09:23 101Quick overview of how Bootstrap CSS Styles works in VS Code
08:20 102How to customize the default Bootstrap 4 css styles
13:51 103How to use Bootstrap Layout Grid Experiment 1
10:20 104How to make 100% header & uneven widths in Bootstrap 4
07:16 105How to create uneven col widths in Bootstrap 4
07:27 106How to add padding & margins using Bootstrap 4 in VS Code
12:03 107How to change layout of Bootstrap depending on mobile or desktop
15:46 108How to turn things on & off on your website using Bootstrap 4
05:30 109Google Chrome Inspect
12:40 110Add Shadows to Text & Boxes
07:06 111Change the Default Buttons
06:16 112Responsive Images in Bootstrap 4
09:34 113How to Center Text & Div Tags
04:16 114Customize the Bootstrap Navbar
07:29 115Add Your Own Logo
03:58 116Change the Default Nav Styles
12:12 117Fix the Navigation to the Top
04:41 118Col Images & Col Background
07:56 119Bootstrap Border & Rounded Corners
04:20 120Bootstrap 4 Carousels
05:13 121Card Groups
03:29 122Drop Shadows On Bootstrap Cards
02:25 123Clickable Boxes in Bootstrap 4
04:02 124Final Quiz
Lesson Info
What are HTML5 Structure Tags
Hey there. This video is all about learning what the html five structure tags are. Okay. They are things like header and main and footer and nav and you can kind of see they're pretty simple. They're just containers that we put stuff in exactly like a div except we give them special names because they do special things. It's pretty easy to do. Let's jump in now. Learn what they are. All right. So what are these html five structural elements basically. Html four. What we used to do is what we've done up until now we would just make a div tag, remember a division of space. It's kind of a box and we'd give it a class name and then start over here in our CSS and that works fine. Okay. We have a box at the top for our heading and a box for our navigation in a box for the main parts. Box in the footer and we just create all these dibs with all these names over here. So what they decided in html five is like, hey, we're reusing these things. Wouldn't it be nice to have an actual tag instead o...
f writing Derby calls blah blah blah. You just write novels. Okay. And at the end we're going to close the nav. Same with this one here. Maybe this is the main part of our content. Okay. We'll just call it main and over here call it main. Okay, spell it right. And over here style, the word main. Okay. So that's what it is. Okay. They're just replacing some commonly used div tags with some pre existing names now, other than that there's not a lot of difference between dives and these kind of predefined names. They're just ready to go. There must be some accessibility options for like screen readers. That that might use this these types of tags that have to do a bit more research and that it's never come up in my work. I'm gonna do this because I'm wrecking this document. So what are these tags? There are some main ones. Okay. They're all kind of suggestions. So I'm at w three schools dot com and here's a bunch of the kind of new structural tags. Okay. And there's basically just a couple of them that get used. You should if you're going to be like the best html five implemented in the world, go through and research them all and using more perfectly. What you'll find is that most people pick the good ones and there's a lot of confusion about some of where you should use some of these and because the like pros and cons, well the the pros aren't huge and for adding them. Okay. Other than it's just a bit clearer, people don't use them. So I guess I want to be honest about that so that we're not so I'm not telling you you have to use these tags now. I made a little handy. Um your exercise files, a little drawing. Why am I drawing these, I could use illustrator. I don't know. I feel like it's proper if I go into wire frames, if you go into wire frames in your exercise file, I've made these two so there's html structure A and B. And I'll show you two really common kind of uses of them. So instead of printing div header, we're just going to use the header tag the nav. This is what I normally do. I throw in a website this outside box, the kind of green one. It doesn't have a name. They should have just put one called container that everybody uses in web design but they didn't. So there's no name for this. Outside one we have to give it a name. But inside of here I often put my header inside of the header, I put my logo over here. There's no specific html tag for logo. So you put that in as a separate element but there is a novel. So I put the knob and they're often on the top right, This big section in the middle. I call it the main okay, well I call it the main it's actually a pre defined. You can kind of see it over here. It's actually a predefined HTML five tag. The weird thing about Maine is that that one doesn't get used very often and I'm like why wouldn't you such a good explanation of what this area is. But anyway, and footer is a really easy one. So that's what I do. I want to show you another way of working that. I see a lot of other sites done. Okay I guess I don't want you to all follow me perfectly because there's different ways of doing it. So again the big blue thing around the outside is doesn't have a specific name, will give a name in a second but hitter. So I wanted to show you this one as well cause header the nav doesn't have to be inside the header to work. You can have the header that could have your logo and some graphics. I don't know what's going up there but you can have your navigation separately. Your navigation could be down the side though. Nobody does that anymore. And then you've got these then you got your footer we've already talked about and you've got these three, these are common enough and a side is pretty easy if you've got a web design where you've gotten, you know, sidebar or something often it's like related articles or latest twitter feeds, you can have this, you can put it inside a div tag called aside, that's clear. Great. These two are the ones that are real confusing so this is how I interpret how it was set out. So you have an article and its unique to that page, it might be a blog post that might be you know you're writing about a topic and then within that article you have sections. Okay. So you might have a main kind of article but you might have some bullet points or like little F A Q. S or kind of pull quot extra bits. Again you might have 10 sections or two sections, but you have a main article, there's arguments on sites where that can be completely the other way around. You have a section and you have articles within the section and you have multiple articles on the page, the documentations not super clear and I guess I wanted to share the unclear Ignace because you might get to one website where they've been very, very deliberate about using articles and then sections within the articles and then you get to another site and they've done something, they've implemented this article section thing completely different and be like, hey, so if that happens if you get you get to the moment um it's not you, it's the internet. Clear, clear, clear, clear. Weird. But a lot of people don't use main, that's why I didn't include it here. Alright, so we've learned what these kind of tags are, just replacements for dives with special names. We are going to go and start building our actual project structure in the next video, see in a sec
Class Materials
Ratings and Reviews
Viwosoft Technologies
Great tutorial - your clear instructions and concise explanations make learning HTML5 & CSS3 a breeze!