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

948 Steps to 6 Figures by Learning Excel-VBA and Other Skills



Step 523 - 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


  •    Table of Contents | Send us your feedback | © 2025 All Rights Reserved | Edit