Learn the Basics: Create a Basic Website Using HTML5 - Part 3

preview_player
Показать описание
AwfulMedia's first tutorial series covers how to create a website from start to finish using HTML5 and CSS3. We go over the very basics of HTML in this video.

Learn how to create a Wordpress theme from scratch:

Рекомендации по теме
Комментарии
Автор

Dude, this is so helpful! There is hours of footage to help someone do their website, normally people would have to subscribe for this type of quality context! Thanks bro, keep it up! SUBBED!

PrizeNb
Автор

Lovin these tutorials Austin! Your a great instructor.

Cerics
Автор

My page wont load. What have I done wrong?

AnnaRandomTangentsJohnstone
Автор

thank video! so really useful for first using html and css!

vomanhtung
Автор

Hey Austin,

Really good tutorials btw! Helped me alot!

Just one question, when your typing in your commands/tags or whatever you call them, you get a little prompt or selection coming up as you type it?

Is that a setting you can turn on?

Thanks

MLGHaynez
Автор

Great video! Really helpful! 
Thanks! 

charanjitkaur
Автор

I can´t see my logo i can see the alt sign. Its a png

james-obrz
Автор

This is a really great collection of videos! I keep getting stuck on one thing though, when I add the navigation to the header, set it to float right and display inline it aligns to the top of the header, where as the one in the video seems to align to center... any idea how to change it, anyone? 

annapeskova-el
Автор

I am having a hard time loading my picture I go on to type it in just like you did on the SRC="" part and my image did not pop up. I got it from photobucket

nicksherouse
Автор

I was also having trouble with the logo size try 100 x 50, it worked great for me. 

Nirvanab
Автор

What is the name of the plugin that shows you when you write what you are trying to write?

ericsundell
Автор

really awesome tutorials.. They are my first aid in my project website.. I have an inquiry.. I want to make the logo at the center of the page and in the style.css under header img{} i am righting float: center but the logo is still staying at the left side.. why?? thanks..

goldenlion
Автор

Can someone please help me? I made separate pages for the About contact and Home links and linked the buttons to the pages. But my home page section is all screwed up. Linked its really high above the aside and there is a big white space between the section and footer.

MrLimble
Автор

Is it possible to put the links (Home, About, Contact) to be centered as opposed to float left or right?

davidkaine
Автор

there's a huge white space between my section and aside even though i set section width 650px and aside width 310px please help? anyone

siviwebam
Автор

this code no longer seems to work header ul {
list-style: none;
float: right;
}
header ul li {
display: inline;
i have to create a id for the un ordered list. but then when i got the header ul li i cant get it to stay on the same line :( my codes is correct (i even double checked with your source code. please help

NyanCraft
Автор

Now, if i give my header the height of my logo it does work... but shouldn't it work without doing this?

AversiePzz
Автор

Hello

First of all, nice video tutorials :)

I have one problem tho, after i added this code:
header img {
float: left;
}

My header ony shows half. So half of my header isn't visible (horizontal)
You know what might have caused this?

AversiePzz
Автор

but I wish I could download the index.html and the style.css files from the net .

petriifoxx
Автор

If your logo isn't showing on your website, make sure that the type of file you saved the photo as (i.e. ".jpg") replaces the ".png" that he has. If they are different, it won't show properly.

livtoflip