Create A Free Website From Scratch

preview_player
Показать описание
This video will go through the steps of creating a webpage from scratch using the basic HTML language and some free web resources. Please visit the blog posting for links and downloads regarding this video:

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

Hi tinkernut. You might not see this, but I wanted to say it regardless. I wanted to say thank you. After 6 years, this is the first video that kicked off my interest for computers. After 6 years, I now have a job in the software development field, because of you. Thank you.

Remys-bv
Автор

Oh wow, 10 years ago I watched this video. THIS video got me into programming and web development. I sincerely thank you!

PhasedHere
Автор

Made in 2009? Bruh, this is what I've been searching for my entire 2019!

CA-slzs
Автор

This Is my favorite video IN THE WHOLE WORLD
2 years ago I watched this video and now I do HTML, Javascript, Python, Java and more..
Thank You So Much

Atomic_Steel
Автор

You sir have put good effort to making this fast and understandable.

Chrisshao
Автор

Just wanted to say I first got into web development from this video, all the way back in 2009. I still use these skills to this day and have broadened my range of languages. thank you Tinkernut!

Acceptable
Автор

I created a website for my dad with this vid and he payed me £100
THANK YOU! i subbed

eagles
Автор

I watched this video when I was in 8th grade about 13 years ago. This made all of this seem so simple and approachable. This was a pivotal moment in my life I think, and it eventually led me to becoming a software engineer. I found this video again in my liked videos playlist, but I still remember this from 13 years ago.

McCuLlY
Автор

1. <header> is no longer used, use <head>
2. <center> is deprecated, use <div align="center">

BasicsCodingg
Автор

Thank you for the simple and concise introduction to HTML and web hosting, also this is such a great comment section. This video blew my mind about 11 years ago, and I'm glad that Tinkernut is still active on YouTube. I'm getting my bachelor's degree in design next semester, and this video feels like where my continuing career journey started.

takedowntheinternet
Автор

you explained all the basics you need to create a site and publish it.Good job!!

RivenbladeS
Автор

This is legitimately the best guide I have ever watched. You are quick and concise, the explanations are clear, and everything gets to the point. Thank you, this video is very helpful.

gowasu
Автор

Ahh figured it out. For everyone stuck on placing the Youtube vid in the table. You gotta add the "http:" before the //www. so on.

JamieBActs
Автор

More than a decade since this video was uploaded, though it's the best I've seen abou websites. Nowadays it's all about "pay and get your website". It's actualy impressing how concise this is, useful knowledge in less than 12 minutes.

marcelocortez
Автор

Yo this is the best video so far I've watched that actually made sense within 11 minutes.

abumannocchi
Автор

The <header> element is used in the body to mark the _visual_ header of the page. To create the _header_, as in the place to put stylesheets, scripts, and other things not viewed by the viewer, use the <head> tag instead.

verbicide
Автор

When a Wix ad appears



GG artificial intelligence

agarcj
Автор

So grateful I found this video while in middle school. It was the first thing that got me into coding.
Now I have become proficient in full stack and embedded systems development. I built an On-chain NFT project last year and have helped with development on Art Blocks. None of those things could have happened without you making this awesome video. Thanks for the great content

skyfly
Автор

I wouldn't have created a proper website without you. Thank you.

happymust
Автор

i already know how to code... im 12 and have been coding for 2 and a half weeks now,
iv managed to "master" if and else commands and my best accomplishment was making a truck move with the arrow keys the command line i used for this was 
var x =1; just a variable i commonly use.
.if (keyIsPressed && keyCode LEFT)
 {x=x-1;}
else {x=x;}
then just rect command (means rectangle obviously) rect(x+199, 200, 50, 50);
so ya pretty simple stuff but the problem is i don't want help from any websites when creating one i like making things from scratch without any shortcut bullshit.
and this video supported me with that, thank you I am subscribing

FveDays