Skip to content

added HTML validation and debugging - #110

Merged
ajay-dhangar merged 2 commits into
codeharborhub:mainfrom
Tirth-chokshi:main
May 15, 2024
Merged

added HTML validation and debugging#110
ajay-dhangar merged 2 commits into
codeharborhub:mainfrom
Tirth-chokshi:main

Conversation

@Tirth-chokshi

Copy link
Copy Markdown
Contributor

added HTML validation and debugging modules

  • importance of validating HTML code
    -> why validate HTML code
    -> importance of validation
    -> Introduced to W3C validator
  • Using W3C Validator
    -> what is W3C validator
    -> why use W3C validators
    -> explained how to use W3C online validator
    -> explained how to use W3C validator Using the API for Automated Validation
  • Common HTML errors and how to fix them
    -> explained common errors and how to fix them with Error description and fix of the error

under Issue #53

@vercel

vercel Bot commented May 15, 2024

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
codeharborhub-github-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 6:19am

@deepsource-io

deepsource-io Bot commented May 15, 2024

Copy link
Copy Markdown
Contributor

Here's the code health analysis summary for commits 580ac50..7a284ba. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@ajay-dhangar ajay-dhangar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay

@ajay-dhangar ajay-dhangar linked an issue May 15, 2024 that may be closed by this pull request
@ajay-dhangar ajay-dhangar added documentation Improvements or additions to documentation GSSOC'24 GirlScript Summer of Code | Contributor level1 GirlScript Summer of Code | Contributor's Levels gssoc GirlScript Summer of Code | Contributor labels May 15, 2024
@ajay-dhangar
ajay-dhangar merged commit ed24478 into codeharborhub:main May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation gssoc GirlScript Summer of Code | Contributor GSSOC'24 GirlScript Summer of Code | Contributor level1 GirlScript Summer of Code | Contributor's Levels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

HTML Validation and Debugging

2 participants