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
    • Lists
    • Unordered Lists
    • Ordered Lists
    • Other Lists
  • 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 Other Lists

Description lists pair terms with their definitions.

A description list uses <dl>, with each term in <dt> and its description in <dd>.

A description list

<!DOCTYPE html>
<html>
<body>

<dl>
  <dt>HTML</dt>
  <dd>Structure of a page.</dd>
  <dt>CSS</dt>
  <dd>Look of a page.</dd>
</dl>

</body>
</html>

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