troubleshooting.md - brainchildservices/curriculum GitHub Wiki
SLIDE-1
Validate your HTML code
SLIDE-2
Please Clone the Troubleshooting Reposittory to your Local Storage, to Continue
After you Clone Troubleshooting Repository, you get 2 files index.html
& starter-template.css
.
once you open the index page, you can see a window like this.
SLIDE-2(DOWNWARDS)
SLIDE-3
Tasks
-
Go to HTML Validator and upload your Edited file and check to find your code is in proper way.
-
For Validating a CSS, you Have 3 Options
-
Check By Address :- You can Use a URL of Your File. or you can use the Github Link, like this
1. Once you open your .html file in your github Repository, you can see a button named Raw like this,
2. Click on the Raw button, then You'll get the URL for your HTML file.
-
SLIDE-4
* Check By File Upload:- You can upload a file from your Local Drive and check
SLIDE-5
* Check By Text Input:- You can copy paste your codes as text and check.
Tasks:
- Validate Your HTML file and verify its in Proper Format.
- Correct if there any issues with the code, if you don't know how to fix the issue, check online and attach the Reference link as comment
Ref:- https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/HTML_and_CSS