Why HTML is a must for every website

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • browser-compat-data

    This repository contains compatibility data for Web technologies as displayed on MDN

  • ,,, ,

    ,

    ,
      ,
      , and many more, you can format and organize a webpage.
      HTML create an interface that allows you to add text, images, buttons, text field, video, audio and many more. Now, you can see why HTML is a must for every website.

      HTML semantics helps give meaning to a webpage. Users have better experience on your website when you make use of semantic elements because of its accessibility. More info on semantics [(https://developer.mozilla.org/en-US/docs/Glossary/Semantics)]

      HTML can also be referred to as the building block of a website. or the foundation of a website. Without the foundation, you can't build a house. Without HTML,you can't have a structured website.

      Examples of websites that make use of HTML are google.com, geeksforgeeks.com, waiting.zuriboard.com, freecodecamp.com etc

      There are 15 HTML empty tags which are:

      - It gives paragraph to a text
      - Line break, it creates a new line whenever it's used. - Insert an image into a webpage - It is used to map a portion of an image to make it clickable by the end-user. It is used to direct the user to different links after the user clicks on the mapped portions of the image. It is used as a child tag of the tag. - For all relative URLs in a document, the base URL is specified to use with the element. Only one element can be used in a document. - The tag in HTML is used to set the column properties for each column within a tag. This tag is used to set the style property to each column. - The tag in HTML is used for embedding external applications which are generally multimedia content like audio or video into an HTML document. It is used as a container for embedding plug-ins such as flash animations.


      - A thematic break between paragraph-level components is represented by the
      element. It looks like a line - This empty element is used to create interactive controls for web-based applications and forms, for accepting the information from the user such as an address, name, phone number, etc, depending on a variety of types of input data and control widgets are available. - The HTML element is used to establish a connection between the current content and an external resource. - The HTML element represents metadata i.e., information of a information. - The tag in HTML is used to define a parameter for plug-ins which is associated with element. - The element is an empty element that provides various media resources for the , , or elements. It provides the same media material in several file formats to ensure compatibility with a wide variety of browsers, as image and media file formats are supported by the browsers differently. - The tag in HTML stands for word break opportunity and is used to define the position within the text which is treated as a line break by the browser. It is mostly used when the used word is too long and there are chances that the browser may break lines at the wrong place for fitting the text. - The tag specifies text tracks for media components audio and video. This part is employed to specify subtitles, caption files, or different files containing text, that ought to be visible once the media is taking part in. The element is an empty HTML element that is used as a child of the audio and video media components. It allows you to define timed text tracks (or time-based data), for example, to handle subtitles automatically. - It is used to specify a key-pair generator in a HTML form. A private and public key will be generated. The private will be saved in the browser local key storage while a public key will be sent to the server. Note: The tag is no more recommended.
      Enter fullscreen mode Exit fullscreen mode

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts