Posts

HTML Series-Chapter-1- Basics of HTML

Chapter-1- Basics of HTML My First Program  <!doctype html> <html>     <head>         <title>My First Web Page</title>     </head>     <body>         Hello world         <ul>         Guru Welcome's you         <h2>This is all my Home Page</h2>         <p>And all of my homepage content</p>     <body> </html>  My First Program

Chapter-1- Basics of HTML - 1 My First Program

My First Web Page Hello world Guru Welcome's you This is all my Home Page And all of my homepage content
Guru's first website Hello world! Guru Welcome's you. My Website Home Page-2 Page-3 google.com This is my home page And all of my home page content In Lesson #2, we cover CSS and how it adds style to webpages. How to build webpages with html, css, javascript tutorial for beginners. i had the same problem with the color/font not corresponding from my css file to my html files. I did everything as the video told (ie create 3 .html files, 1 .css file, and save them all to the same folder) and it just wasn't working for me; I got semi-frustrated and left the project. 5 hours later I jumped back on the horse. So i fiddled and fuddled with what I had, and what I did to resolve the problem on my end was: although i saved all the files to the same folder i noticed that i did not have to include the folder name (styles/main.css) after the href portion in the link (since i'm assuming the computer automatically knew to look ...