Semantic HTML for non technical people

Semantic HTML for non technical people

We have already covered the importance of responsive design (here), specifically on the web.

Today we cover another topic as much important as the previous one: Semantic HTML.

Web pages are composed of HTML, CSS, and Javascript, and each of them has a specific goal:

  • HTML: to include all the information that must be present on the page;
  • CSS: to style all the information;
  • Javascript: to add interaction to the page.

As usual, we have many ways to write down information in the HTML of the page, but the HTML structure must represent the real hierarchy of this information.

HTML specification provides a lot of different HTML tags to express which kind of data is present on the page.

Some examples:

  • Title: to represent titles on a page, we have <h1>, <h2>, etc.;
  • Paragraph of text: we have <p> tag;
  • Lists: we have both unordered (<ul> tag) and ordered (<ol> tag) ones;
  • Important text: we have <strong> tag;
  • Images: <img> tag exists;
  • Section of the page: <section> tag;
  • Navigation block: <nav>;
  • Abbreviations: <abbr>;
  • and many more.

When we write our HTML code following the correct hierarchy of information and the most appropriate HTML tags, we write semantic code!

Why it is important?

Representing the correct hierarchy and nature of the data you insert into the HTML page allows Google and other search engines to index your data in the best possible way, improving the chances of being found by people interested in your content.

So, always ensure that your websites are written semantically!


No alt text provided for this image

This series of articles is dedicated to managers who are not technical but need a quick introduction to technical topics from various subjects to be more aware in their work.

Feel free to propose new topics clicking here!

要查看或添加评论,请登录

Simone Dall'Angelo的更多文章

  • Analisi email 2024 e relativi insight

    Analisi email 2024 e relativi insight

    Ogni anno guardo i 12 mesi precedenti cercando di vedere, dati alla mano, come sia andata la gestione delle email: ecco…

    5 条评论
  • ETF Bitcoin: 3 mesi dopo

    ETF Bitcoin: 3 mesi dopo

    L'11 gennaio sono partite le vendite degli ETF "Spot" Bitcoin autorizzati dalla SEC. I principali ETF sono: IBIT:…

  • Comunicare il marchio con la voce degli intermediari: croce e delizia per il nostro brand

    Comunicare il marchio con la voce degli intermediari: croce e delizia per il nostro brand

    Come non disperdere valore nella comunicazione online dei propri rivenditori o franchisee? Le aziende che si affidano a…

  • IT ? Design: racconto di un percorso

    IT ? Design: racconto di un percorso

    è il 2007, lavoro nella prima società che ho fondato con due compagni di classe e ci occupiamo di sviluppo IT. Siamo…

    1 条评论
  • Analisi email 2023 e relativi insight

    Analisi email 2023 e relativi insight

    Nella mia giornata lavorativa la gestione delle email è un aspetto importante per non creare colli di bottiglia, ma al…

    2 条评论
  • Sul metaverso

    Sul metaverso

    Per un po' sembrava che il metaverso sarebbe stata la grande nuova frontiera dell'innovazione e, anche qui su LinkedIn,…

    7 条评论
  • Blockchain: Come dimostrare qualcosa preservando la propria privacy?

    Blockchain: Come dimostrare qualcosa preservando la propria privacy?

    Come ormai abbiamo imparato, una delle caratteristiche delle blockchain è la loro trasparenza. In ogni momento, dato un…

    1 条评论
  • Defensive programming for non technical people

    Defensive programming for non technical people

    When developers write code, they can apply different styles; today we talk of Defensive programming. Defensive…

  • Crypto domains for non technical people

    Crypto domains for non technical people

    In one of the past articles, we talked about the Domain Name System (you can find it here). Today we talk about a…

  • Web servers for non technical people

    Web servers for non technical people

    The whole internet experience we have daily is possible thanks to web servers. But what are they? How do they work?…

社区洞察

其他会员也浏览了