Although I had an idea of what all of the tags were used for, I now know where to put all of them and I'm glad I had a chance to actually "see" where they belong on the page.
@mo42086 Save the file as .HTML in my documents and then go to where you saved it. Right click and select open with, if fire fox option is not there go to choose "default program" and click "more options." If its not there click the browse button and look in desktop section.
Hope this helped you and if I have made a spelling error it's because i am only 13.
@antoniomarkj22 It depends entirely on the browser, many browsers support images that the others do not. The main image formats are png, jpg, gif, svg. You don't really need to go beyond that unless you are doing something very advanced or very specific.
I have a website made by a designer, who I can't find I would like to upgrade it myself. You told us to go to textedit, but where do I go to edit my website? I have the web password to get into the website.
@genbeliz You will need to log into your web host. I think one of my other videos talks about the role of a host and how to do that kind of stuff. One of the early videos in the HTML video, I think. But yeah, you should ask your web designer that question, he may not have designed the site for you to be doing custom HTML. I usually avoid letting clients see any HTML if possible.
@DreDre8424 the tags are [angle bracket]img src="url" alt="some text"/[angle bracket] checkout my videos if you want to know more about HTML and other computer sutff!
@UnleashedTutorials That would be XML format which is problematic in HTML 4 because it is not supported by Internet Explorer unless you serve it with the wrong MIME type. If you use the wrong MIME type, your code is no longer valid which will trigger quirksmode in the browser, something that is undesirable. In HTML5 you can use XHTML format if you like, but HTML format is just as acceptable.
@shishir11355 You need to be sure that the file is saved as HTML not TXT! It should look like:
filename.html
NOT
filename.txt (or .doc or anything else).
If you're using a word processor instead of a text editor, it may be saving in rich format instead of plaintext. Use Notepad or a text editor (notetab+, Smultron, etc) and save as HTML.
I've learned alot of HTML and im trying to learn CSS,Javacript and maaaaybe php... not sure though =P anything that helps with making an epic website i WILL learn eventually >.>
wow this is what i´ve been looking for!!!! please more!!! 5/5 one of the best vidio that i ´ve been seen in the youtube , i hope you up load more thank for share your skills with us.
what program is he using to type this? i like the highlighted links
dinohielo 1 week ago
He's not using this, but if you want the same effect google Notepad++@dinohielo
XxKiprotichxX 3 days ago
Are you using coda?
Dimelo23 4 weeks ago
What's the name of that editor you are using in this tutorial?
Thanks for the vid it's great stuff
Dimelo23 1 month ago
This was really well-put-together.
Although I had an idea of what all of the tags were used for, I now know where to put all of them and I'm glad I had a chance to actually "see" where they belong on the page.
45872287 1 month ago
thanks :) just started a class on web dev and this video already helped a lot
3HaloPlayers 1 month ago
please send me link where i can found your html videos from first to end.
18jaine 1 month ago
Where is the next tutorial on HTML? I found this really helpful and i want to continue the course :D
Jumpspinfail 3 months ago in playlist Educator.com Lessons
anyone know how to open up the file on firefox?
mo42086 4 months ago
@mo42086 Save the file as .HTML in my documents and then go to where you saved it. Right click and select open with, if fire fox option is not there go to choose "default program" and click "more options." If its not there click the browse button and look in desktop section.
Hope this helped you and if I have made a spelling error it's because i am only 13.
MrJackw101 4 months ago
file:///C:/Users/Alex/Desktop/test.html
TheMadmanalex 4 months ago
i cant find the second lesson...does it even exsist?
MistyKnifes 4 months ago
what text editor are you using?
burnleyt 5 months ago
i am going to use ur video and put it on my html website!
TypicalTechTronic 5 months ago
this is awsome! how about a song? how do i do that?
sirgavin7 5 months ago
absolutley fantastic :)
jordboi11 5 months ago
how do you change the url and when i send it other people cant see it help?
The09shaunmc 6 months ago
4:29
Pantvan123 6 months ago
what other format of photo is allowed to put in HTML?
antoniomarkj22 7 months ago
@antoniomarkj22 It depends entirely on the browser, many browsers support images that the others do not. The main image formats are png, jpg, gif, svg. You don't really need to go beyond that unless you are doing something very advanced or very specific.
brentonstrine 6 months ago
good i learn a lot .. thankz
antoniomarkj22 7 months ago
i cant find any other videos for this course
jact36 8 months ago
@jact36 Here's everything you're looking for. Copy the link into your web browser, WITH OUT the parentheses.
(educator.com/computer-science/html/strine)
hammondjorge 7 months ago
@jact36 They are all at educator.com.
brentonstrine 6 months ago
Checkout our tutorials! they're recent and we are active. So ask questions and we'll answer fast! Press on my username! <------
UnleashedTutorials 8 months ago
Hello:)
I have a website made by a designer, who I can't find I would like to upgrade it myself. You told us to go to textedit, but where do I go to edit my website? I have the web password to get into the website.
genbeliz 8 months ago
@genbeliz You will need to log into your web host. I think one of my other videos talks about the role of a host and how to do that kind of stuff. One of the early videos in the HTML video, I think. But yeah, you should ask your web designer that question, he may not have designed the site for you to be doing custom HTML. I usually avoid letting clients see any HTML if possible.
brentonstrine 6 months ago
how u put the picture???
DreDre8424 8 months ago
@DreDre8424 the tags are [angle bracket]img src="url" alt="some text"/[angle bracket] checkout my videos if you want to know more about HTML and other computer sutff!
UnleashedTutorials 8 months ago
@UnleashedTutorials That would be XML format which is problematic in HTML 4 because it is not supported by Internet Explorer unless you serve it with the wrong MIME type. If you use the wrong MIME type, your code is no longer valid which will trigger quirksmode in the browser, something that is undesirable. In HTML5 you can use XHTML format if you like, but HTML format is just as acceptable.
brentonstrine 6 months ago
You know, HTML looked really intimidating but once you figure out the basics, its pretty easy. Thanks for the tut. I feel smarter now ;)
arusark 9 months ago
@arusark You're welcome! Thanks for the positive feedback. :)
brentonstrine 6 months ago
When i open the page on online browser, why the page shows everything (the codes)?
shishir11355 9 months ago
@shishir11355 You need to be sure that the file is saved as HTML not TXT! It should look like:
filename.html
NOT
filename.txt (or .doc or anything else).
If you're using a word processor instead of a text editor, it may be saving in rich format instead of plaintext. Use Notepad or a text editor (notetab+, Smultron, etc) and save as HTML.
brentonstrine 6 months ago
This was the best HTML tutorial that I've ever watched, the most simplest to understand. Thanks sooo much.
coolkyle812 9 months ago
what kinda computer are u using... i have to agree that it look like a huge ipad... where can i get one?
CptKitt 11 months ago
How did you upload you're video over 10 minutes ist the limit 10?
444004541 11 months ago
The image isnt loading up on my browser (Google Chrome)
xHunux 11 months ago
This video was what I needed for my html project. Thanks.
howtocreatewebsite 1 year ago
i feel like a terrible excuse for a nerd right now
kavorkianmercy 1 year ago
Lol that thing on his table looks like a huge ipod touch
taggerwitswagger 1 year ago
This was perfect. Looking forward to exploring the rest of the videos
mattloonam 1 year ago
I've learned alot of HTML and im trying to learn CSS,Javacript and maaaaybe php... not sure though =P anything that helps with making an epic website i WILL learn eventually >.>
imnota5 1 year ago
gotta pay for the entire guide ;/
seems great though. i might get it
Blacckkfire 1 year ago
nice work!
thanks!
20chenx 1 year ago
Thank you very much!
partyrentalsaz 1 year ago
wow this is what i´ve been looking for!!!! please more!!! 5/5 one of the best vidio that i ´ve been seen in the youtube , i hope you up load more thank for share your skills with us.
Nirond 1 year ago
5/5 , Hoping to see more
Arjun007ize 1 year ago
now that what i called a video worth posting in you tube.... thank you
smithmoyong 1 year ago
To find the html source on a pc just right click and select view source... it should pop up...
leglaine 1 year ago
its very very superb
chandumithil 1 year ago
You guys rock, you helped me so much.
TheFreddyfication 1 year ago