Shout out to all the people that are here because their instructors don't give them proper guidance and you have to learn how to do everything yourself for assignments. ❤
@gtcross45129 ай бұрын
😅 actually im the one who started online course when suddenly i herd that chatgpt can do anything so i quit the course but later it turned out i do need to learn even for chatpgpt
@jeromeHill-oo4ol6 ай бұрын
Just learning for myself
@ceciliamessina63566 ай бұрын
I have to build a esbite and I have 3 more days pray for me😢😂
@4gamers815 ай бұрын
@@ceciliamessina6356hey what did u do
@Vizia2194 жыл бұрын
For those wondering what the a stands for in , it stands for anchor.
@thechrisexperience2634 жыл бұрын
Dude your a life saver I’ve been trying to learn for years and could never understand. You make it so clear and easy to follow I just wanna say I appreciate you for taking time to release these to the public. Much respect ✊🏾
@TheDarkSide.tk99 күн бұрын
lowkey the most helpfull youtuber. You actually teach stuff and dont just abuse your popularity with sponsors. You explain, keep it up.
@johnleon4 жыл бұрын
This is literally the most useful html tutorial I've ever seen. The way it is explained is perfect. Thanks a lot
@deansummer13564 жыл бұрын
Yes, I needed that.
@zantvr63142 жыл бұрын
you make it so quick and simple. Thanks for not overdoing the video with unnecessary crap
@JenniferStewart1004 жыл бұрын
Just found this video. All I can say is Wow! Every aspect is perfect. Sound, visual, instructions. You have my vote 👌 Thank you so much!
@master-ik9ro2 жыл бұрын
This is actually Gold! Many Thanks From me, a coding newbie in a tiny town in Nigeria!
@ShabbyVelarde11 ай бұрын
nahhh i've been searching for it many times but this dude got my respect
@fmtuby2 жыл бұрын
Not everyone has a natural ability to make people things understand, especially technical stuff, mate you are among those few who do!. great work!
@puseletsobushy80742 жыл бұрын
Thank you, Sir. I have been scrolling all day looking for something like this. You are a star
@sebastianwolf4994 жыл бұрын
Thank you for your tutorial. The "a" tag in the hyper link reference origins in the word anchor which somewhat make sense. Have good life.
@baltaza4 жыл бұрын
Man, you are great. I took the Codecademy course and learned a lot of what you are showing here, but the way that you are explaining these things to me it's helping me a lot when it comes to actually building something myself.
@magicman85162 жыл бұрын
its tag because there already is tag used in heading for linking a .css file to a .html file
@ahmadazad83005 жыл бұрын
1:05 An anchor tag is used to make what is usually referred to as links, but a link tag does not create a clickable link, which might be what you'd expect. ... A link tag can only be used in the document header, and is used to "link in" other resources to the document. The most common use is to fetch stylesheets (.css files)
@evansteph10 ай бұрын
Helped me past my studies because you do a better job of explaining than my tutors. One day when I get hired I`m sending you a 12pack ! :)
@nathalievanbellegem53132 жыл бұрын
thank you! my teacher for web 1 never explained this stuff but we have to use it for our final assignement, you really saved me!
@sunday2671Ай бұрын
How did you make the "My Website" folder?
@unruly_ronin Жыл бұрын
What a lifesaver 😭 I'm literally crying bruh
@VEOdev3 жыл бұрын
Thank you for the videos it helped me to start a lot i think anybody watching the first 6 videos will be able to start from it and learn fast
@kabirbhai2441 Жыл бұрын
Your voice is so awesome to understand everything, my problem has been solved for multiple pages. Thank you
@raymondschaefer35664 жыл бұрын
Thank you so much; I kept getting confused on how to link pages together until now.
@MultiOlelukoe5 жыл бұрын
Very good explanation, helping me now with a college project. Thank you.
@siadetx75522 жыл бұрын
thank you so much man you deserve 10 million subs you are a life saver of a lot of people including me
@rickprohaska39495 жыл бұрын
CSS style page isn’t working. I made the style.css file. I copied and pasted all the style into the “style.css” file. I cut the style from the “index.html” file. The webpage went bland. I went back to the style sheet, refreshed, still nothing. I put all the style back into the index.html file and it’s fine. Help!! I need suggestions!
@rickprohaska39495 жыл бұрын
I did paste the style into the “styles.css” file.
@dharmang4 жыл бұрын
did u correctly link the style.css?
@dmytrodavidenko68896 жыл бұрын
To anyone who is interested, why tag is called "a" and not "link": The HTML element (or anchor element) creates a hyperlink to other web pages, files, locations within the same page, email addresses, or any other URL. (from mdn) And in the very first HTML specification we can find: Anchors specify addresses of other documents, in a from relative to the address of the current document. Normally, the address of a document is known to the browser because it was used to access the document. However, is a document is mailed, or is somehow visible with more than one address (for example, via its filename and also via its library name server catalogue number), then the browser needs to know the base address in order to correctly deduce external document addresses. The format of this tag is not yet specified. NOT CURRENTLY USED www.w3.org/History/19921103-hypertext/hypertext/WWW/MarkUp/Tags.html
@learncodeacademy6 жыл бұрын
Love it! Thanks for doing the lookup!
@muhammadeesa2655 ай бұрын
got a weird issue, for my 'contact' link , it works fine but doesnt turn purple after clicking on it, any idea how to fix this?
@PuzaExplores5 жыл бұрын
What if I want to change each page style? Will i have to create same no. Of .Css file too? How can I link .Css file but with diff style format for every page?
@JenniferStewart1004 жыл бұрын
Lorna Muccio You can use just one css style page. In that page you can list as many classes, id's, and tag names as you need to. All the styles from all your html files can be done on this one css page... unless you use an additional css library, like animate.css. If you want your pages to have their own stylesheets then add a style tag in each html file with the css file name. Hope this helps 👍
@PuzaExplores4 жыл бұрын
@@JenniferStewart100 thank you so much for answering 😊
@ItsAnnieKB2 жыл бұрын
Thank you so much .... I was stuck but now I made a beautiful website with multiple pages....
@moomonsta99866 жыл бұрын
When will the next video be released?
@marekmedas10 ай бұрын
hello could you help me please i dont know what to do the link isnt working?
@dianadaviana6 жыл бұрын
thanks a lot ! cant wait for the next one!
@abanimohanty5504 жыл бұрын
hi i have an issue is that ,for home page i have an style sheet and same will be for other page for basic design but how to do for the gallery page and contact page because there we have to design differently on the contact page for styling and for gallery image stuff style part
@PoojaSharma-lk5cn2 жыл бұрын
Which software do u use for coding??pls tell
@JuliaGarbe13 ай бұрын
You make it so easy to understand! Thanks!
@jefflambert75133 жыл бұрын
Man, what an excellent series. This is by far the best I've come across. You provide use with an awesome tool (Visual Studio Code) and your explanations are clear and precise. I can't thank you enough, thank you ... thank you ... thank you... thank you !!!!!!!!!!
@vinodappu1003 жыл бұрын
wow the great experience with your coordination of website .. fantastic and real improvement is switch on.
@tailishlaller53654 жыл бұрын
When I link my styles page it does not show the styles. Please help!
@nightcorealg57654 жыл бұрын
Maybe you put the css inside a folder. If you did that then you should specify that folder/html.css where folder woulde be the folder where you have the css and html the name of the css file
@nevinkuser98925 жыл бұрын
Great video bud. Your voice is on par with Morgan Freeman. Great info. My question was quickly answered, Much appreciated.
@learncodeacademy5 жыл бұрын
Awesome to hear it helped you! Haha, and Morgan Freeman...I'm totally taking that one :) . Have a good one!
@toriancromar9 ай бұрын
I created the style.css sheet and copied the link line to all the pages but for some reason it's not working on any of the pages, any ideas? Do I have to put the ../ in front of the styles.css so href="../styles.css"
@toriancromar9 ай бұрын
yes adding the ../ worked, I forgot you deleted the pages in the other video.
@seekerandroses Жыл бұрын
Hey how can one publish or set up the website for public use?
@Manana7016 Жыл бұрын
Is there any way of getting around having to edit every single page when a change is made without using a framework?
@eurostar07114 ай бұрын
The styles.css portion of the video reminds me of using Excel where you can make a second (or more than one) spreadsheet and have your main spreadsheet grab data from those, that way the main spreadsheet has less "clutter". In this case, you are using #styles.css as a "box" to store code, so your Index (and other pages) can grab that code directly to reduce "clutter".
@uzairabdullah2083 жыл бұрын
🤦♂️🤦♂️🤦♂️ and here's me thinking it's gonna take onClick and stuff like this! Honestly! It is so easy! Thanks man!
@adeelashfaque576411 ай бұрын
"coz everybody likes pink"😂
@artyono90024 жыл бұрын
Thanks man so much! I really like your tutorials, its easy to understand from you and you explane everything how its need to be!!
@Yosuke94 Жыл бұрын
Ok, but If I change something for example in header I need to change single page header or copy this page and then copy content which I had for every page. If I have 100 pages its a torture. Is it posible to only modify whats in your content?
@elitecombine53735 жыл бұрын
Thanks you so much for the free content! This is really helping me on my website and learning more about web development. I’ll be showing my friends your content to help them learn as well.
@al_daf332 жыл бұрын
OMG Thank you so much - you helped me THANK YOUUUUUUUUUUUUUU
@Nagushelp5 жыл бұрын
We can change the styling of navigation bar of all the pages using a common style sheet. But what If I want to edit in HTML itself like I want to add one more tab 'about us' then I have to go and add in each page? Is there any option we can save the navbar in a common place from where we can edit and it shud reflect in all the pages. Is there a way???
@Greystone765 жыл бұрын
@learncode.academy What if I want to keep the pages folder with my “location, contact” pages but want to link the style sheet?? I can’t seem to figure out how to link them with index out of the pages folder. Thanks!
@jacobpoore95755 жыл бұрын
../styles.css
@adobezev87513 жыл бұрын
You use it as a directory. Use "\" to get to the root. For instance, if my CSS was in my root but my pages were in a separate folder I would do "\main.css"
@sharna39293 жыл бұрын
@@jacobpoore9575 you are a absolute legend, im using this method for my project portfolio, thanks so much
@yglol6233 жыл бұрын
three years ago- viewer1: *sees this video*-"meh, ill neaver need to watch it anyway. Viewer 2:*three years later*-*sees the vid*-"YAY I FINALLY NOW HOW TO CODE!"
@juliansinghbassi5320Ай бұрын
Bro thought he said sum
@ankita_pal_03054 жыл бұрын
Sir....I am learning this topic but I have a doubt...please clear this. In the 'a' tag you used 'rel'....I couldn't understand that's functionality
@nightcorealg57654 жыл бұрын
"A" tag defines a hyperlink. The most important attribute of the "A" tag is the "href". The "href" indicates the link's destination
@ankita_pal_03054 жыл бұрын
@@nightcorealg5765 but sir used 'rel' also before 'href'. What is the functionality of 'rel'? Thank you.
@nightcorealg57654 жыл бұрын
@@ankita_pal_0305 oh I am sorry, you are talking about linking the CSS. The "rel" tag specifies the relationship between the current document and the linked document/resource.
@ankita_pal_03054 жыл бұрын
@@nightcorealg5765 Thank you very much😊
@King-gx8yh3 жыл бұрын
I have problem, i cant link locations and contact, it doesnt working. It only acept for index.html I need help! Asap Ty😄
@withmoshka2 жыл бұрын
you're really good teacher damn i've just stucked so u helped me sm thx
@ThePreacherman97 ай бұрын
how do i link the css to another folder?
@williamobrien54304 жыл бұрын
No matter what I do the links won't work. It loads the home page but I keep getting Cannot GET /Locations.html or Cannot GET /contacts.html when I click on either of those links. Please help
@markreyes82913 жыл бұрын
Your tutorial videos are very easy to absorb. I really do appreciate all your content. Keep it up.
@thisis17042 жыл бұрын
So If I used a bootstrap Navbar what links would I carry over to the other pages? So the links can work no matter where you are on the website
@learncodeacademy2 жыл бұрын
You would either use absolute links e.g. "somesite.com/some-link" or relative links that start with a / e.g. /some-link If you look at youtube's code, you'll see they use /watch?v=2m31n2n312 for their links, which translates to kzbin.info/www/bejne/aJ6WYqFoo5hkaA
@jakethecreep57824 жыл бұрын
Hey, what's the extension which auto-fills that link to the CSS?
@Joed744 жыл бұрын
hi when im in locations i cant get back to home .. i went into locations and put the ../ in but still cant return
@nithishnshetty34064 жыл бұрын
what is the use of mt-3 plese help me
@_Juicebaba3 ай бұрын
I love your tutorials, but you mentioned that you do not know what the the A tag stands for. well, it is an Anchor tag. used to attribute an anchored link to the texts within it.
@lllore98954 жыл бұрын
What do you edit the text in? Is it atom? I have notepad++ can I create folders and all that in this program?
@sabrinal.57754 жыл бұрын
He's using Visual Studio Code. I'm not too familiar with Notepad++, but there's a tree view in Notepad++ where you might be able to create directories and files.
@whyrachit4 жыл бұрын
Which editor do u use
@rorh64625 жыл бұрын
when creating a website do you use one CSS file for each page? I'm a beginner.
@Dawud-b7f Жыл бұрын
My attempt to style two HTML pages did not result in any change to the webpage.. Can some body help me out please..?
@Zetus2 жыл бұрын
Why my css not working 5:50 ?
@woozhenchee28864 жыл бұрын
Hey there, just wondering why we would need to write ../../../ to get to the index.html. I have been using just / to get to the root index.html file, wouldn't this be quicker and less cumbersome?
@woozhenchee28864 жыл бұрын
Home
@adobezev87513 жыл бұрын
"../" goes down one directory. So if you didn't want to start from the root if you have nested folders you would just use ../ per directory.
@itsnephix2 жыл бұрын
I am super confused. I am doing an assignment for school and I have done exactly what this video has said. When I save all and refresh the server, I try clicking onto my navigation buttons, but the CSS does not display across all of the HTML pages I have created. Can anyone help me? I can't find an answer anywhere for this.
@captainunderpants488211 ай бұрын
For some reason my css link doesn't work, does anyone know why is that? Thank you
@norakat2 жыл бұрын
What software are you using?
@ZolaPfc_5 жыл бұрын
I have a problem with linking i ussed exact same code and it doesnt work everything is in the same folder
@kelvindiaz84095 жыл бұрын
1. check case sensitivity (lowercase and capital letters) 2. make sure the "../" is on the "index.html" level and not the child page level. so if you are editing your "contact.html" page your directory to go back (../) will be on the "index.html"
@ZolaPfc_5 жыл бұрын
@@kelvindiaz8409 ty for helping i solved this problem that day(i messed up in ../ part hope someone find your answer helpfull. Much love from Serbia
@obaidullahnoori88054 жыл бұрын
made css very easy ! love it.
@vincentv.berchem20855 жыл бұрын
when i put my style code in another .css file like you did in your video, my style code suddenly gets errors. ("errormessage": "at-rule or selector expected")
@PhilipStomp3 жыл бұрын
TY but how do i remove the line and change color and font?
@cockroachwithinternet17093 жыл бұрын
What line
@cockroachwithinternet17093 жыл бұрын
If your referring to horizontal line then just go to css and type hr{ color: red;}
@mollygloeckner18074 жыл бұрын
my stylesheet isn't working when I add it into the head. Any tips on what might be going wrong? I validated my css through a validation checker and made sure there were no errors.
@rudymelo8803 жыл бұрын
Did you save the .css file before linking it?
@female_wellness4 жыл бұрын
My CSS does not work. I am using Chrome and it just does not see the css. When my styles are inside the .html files it works but once I put them into a separate .css file they do not work. Why could that be?
@unknown-ge1ik4 жыл бұрын
i am late but that happens to me too
@unknown-ge1ik4 жыл бұрын
did you find a solution?
@youngdolo84 жыл бұрын
Tried creating a folder called Pages to make life easier on myself and I can't save anything into it. What do I do in that case to string pages together?
@amirnasab54675 жыл бұрын
Hi, Well I don't know what's happening. I exactly followed your tutorial but when I create a folder "pages" and move all 3 pages into the pages folder then and to link "pages/index.html" this error message appeared "Cannot GET /pages/pages/Locations". I don't know were the second pages folder created as I can't see it.
@fleecky70115 жыл бұрын
I got that first to but i'm too smart and figured out myself
@mistakenmeme5 жыл бұрын
@@fleecky7011 then tell Amir how you did it! So freakin rude!
@mistakenmeme5 жыл бұрын
It should be "pages/Locations" (and Home and Contacts) not "pages/pages/Locations". You only have one folder, not two.
@thegoonist4 жыл бұрын
when i try Pages/locations.html, it works the same as 'pages/locations.html. so does this mean the folder name is not case-sensitive but the last part, i.e. locations.html is case sensitive?
@GenetetIncorporated2 жыл бұрын
Hi, I have about a thousand pages, each as a file for an individual person. What I want to do is to add their names at a specific location (say h1). Now I know how to edit a batch of pages when they're all open in my Sublime editor and I look for a regular string that I'll replace with another string. But what when the replacement is different? Cos I really don't see myself editing page after page… Any idea? (If you tell me about some API or whatever that works with a database from which it extracts data, sorry but that's beyond my field, all I know how to use and that works with batches is NameChanger. It renames files in sequence mode by linking a list in a .txt file. But it works with filenames, not their insides.) Thank you in advance.
@programmercodes30024 жыл бұрын
which software u use for coading
@hithere9975 ай бұрын
so insanely helpful and simple. thank u bro
@abdulfathaah24644 жыл бұрын
Thank you so much im a starter coder and this helped me alot
@caleb98264 жыл бұрын
for the styles.css when i do the link i made sure i did it correct it wouldnt work
@glok19895 жыл бұрын
why is your link text on a preview page all in one line tho you don't have any syntax for that. if i do the same syntax my links are all in new line and bulleted
@Kiyalucy Жыл бұрын
why part doesnt work for me😢
@ryanwhitlock4547 Жыл бұрын
Try
@vikaschoudhary60433 жыл бұрын
How to complie all html pages in a single file because I will uploading on blogger
@quinver154 жыл бұрын
can someone help me my styles. css only works with contact
@spencerknifes52605 жыл бұрын
If anyone is getting an error that looks like this" } expected css(css-rcurlyexpected) [73,8]" in VS code then you are missing a curly brace bracket. hope this helps.
@Fumsta10 ай бұрын
You are the best teacher ❤❤
@mariomatschgi3446 жыл бұрын
hey, great video... Can you make a tutorial for "global blocks"? Like a global header/footer in html? I mean like a file where some html code is placed and then i can "link" it to some pages, so that if i change something in this file, it gets updated on all "linked" pages this would be sooo nice!
@AmedeeBoulette6 жыл бұрын
Mario Matschgi this is not what HTML and CSS is about. For that, look for Angular or Vuejs.
@learncodeacademy6 жыл бұрын
If you want to get into content blocks that are shared across multiple pages (which is how large websites scale without a ton of copy/paste), then you have 2 choices: • do it in a front end framework (React, Vue, Angular), which uses javascript to generate HTML/CSS on the fly • do it in a back end framework (Node.js, Laravel, ...there are several for each language), which uses a templating tool specific to each framework to piece together the HTML that gets sent back to the browser when it requests somewebsite.com/some-page There's been discussion about browsers implementing HTML imports, which would allow a feature like you're describing and Google Chrome has done it, but they way they did it was terribly wrong and it looks like it will never materialize because of it. Here's some interesting reading on the topic: hacks.mozilla.org/2015/06/the-state-of-web-components/
@mariomatschgi3446 жыл бұрын
@@learncodeacademy Thank you. Ill try it.
@harie80355 жыл бұрын
You are Rocking Man..... Thank you so much for this 😘😘
@moomonsta99866 жыл бұрын
any idea when the next video will be out finding these so helpfull and cant wait for the next vid
@learncodeacademy6 жыл бұрын
This week for sure. Hopefully Mon or Tues
@moomonsta99866 жыл бұрын
Thanks heaps!!
@nurulashyikin9664 жыл бұрын
what tools you are using? i mean, where to write the code? BRACKET? or just notepad?
@Ginfio5 жыл бұрын
Can you please help me with something? (NAV bar)
@trex7935 жыл бұрын
I'm having some trouble with getting the styles page to actually work, does anyone have any tips?
@lyub12tutorials5 жыл бұрын
whats the trouble?
@thieftakerow6 жыл бұрын
Hey FYI - you mention the link to the earlier videos in the series to be in the description, but it looks like you forgot to paste it in there
@learncodeacademy6 жыл бұрын
Added it to the description! Thanks
@colin77996 жыл бұрын
the trick to fix the locations doesn't work for me. I did the steps you told me but, it just says error after saving?
@szb53286 жыл бұрын
First of all make sure you didn't move the index.html file into the 'pages' folder. That's what I did at first. Next step is to make sure you put "pages/" only in the 'index.html' file and only in front of 'locations.html' and 'contact.html'. Lastly make sure you put '../' only in front of 'index.html' in both "locations.html" and "contact.html" files. Hope that helped.