By using listi.net you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

listi.net

 


HTML

HTML is an acronym for HyperText Markup Language.

It is the main language that browsers use to show you a webpage.

There are a number of opportunities where knowing HTML was useful:
  • Updated web pages using Excel
  • Formatted emails
  • Extract (aka scrape) data from a website
  • Send an XML format to regulators

    All browsers support a view source via a right menu click. Take a look at a specific webpage.

    Tags are used in HTML for many purposes and usually a beginning and an ending tag.
  • <Table> - Used to create a table
  • <Style> - used to style a webpage via CSS (Cascading Style Sheets)
  • <mark> - used to highlight text in yellow

  • blog comments powered by Disqus