Creating Divisions in HTML using Division Tag
1. Create a blank HTML file / webpage. Use any text editor you want.
2. Now, let's make a header division located on the top of the page. Let's name it "header" but you could use any word you want.
3. Before we could see the division "header", we must first set the values of it's width, height and other attributes. Let's use an inline css. For the color I'll use black. See
Color Names for more colors.
4. Now, let's see the the division we've created.
No comments:
Post a Comment