Employers
Jobseekers
Recruiting Partners
HTMLCSSJavaScriptTypeScriptReactAngularVueNode.jsPHPjQueryBootstrapSassDjangoAngularJSASPRWDSVGCanvasGraphicsColorsIconsAppMLPythonJavaCC++C#GoRustKotlinSwiftRBashData StructuresSQLMySQLPostgreSQLMongoDBJSONXMLNumPyPandasMatplotlibSciPyStatisticsData ScienceMachine LearningArtificial IntelligenceExcelGitCyber SecurityRaspberry PiHow ToTyping SpeedSpaces

HTML Tutorial

  • HTML Introduction
  • HTML Editors
  • HTML Basic
  • HTML Elements
  • HTML Attributes
  • HTML Headings
  • HTML Paragraphs
  • HTML Styles
  • HTML Formatting
  • HTML Comments
    • Colors
    • RGB
    • HEX
    • HSL
  • HTML Block & Inline
  • HTML Classes
  • HTML Id
  • HTML Layout
  • HTML Responsive
  • HTML Semantics

HTML Forms

  • HTML Forms
  • HTML Form Attributes
  • HTML Form Elements
  • HTML Input Types
  • HTML Input Attributes
  • HTML Input Form Attributes

HTML Examples

  • HTML Editor
  • HTML Exercises
  • HTML Quiz

HTML HSL Colors

HSL sets a color by hue, saturation, and lightness.

HSL is written hsl(hue, saturation, lightness). Hue is a degree on the color wheel (0 to 360); saturation and lightness are percentages.

An HSL color

<!DOCTYPE html>
<html>
<body>

<h1 style="color:hsl(9, 100%, 64%);">HSL color</h1>

</body>
</html>
Note: HSL makes it easy to create variations of a color by nudging the lightness up or down.

Keep Going

HTML Interview QuestionsPractice real questions asked for HTMLFrontend Developer SalarySee what Frontend Developer roles pay in the marketAuto Apply for JobsApply to open roles related to HTML and tweak your resume