Fundamental Body Elements

Fundamental Body Elements

Check out our CSS Course, made especially for Elementor users.

Table of Contents

Welcome to this new chapter, where we discuss HTML Fundamental Body Elements, building on what we learned in the previous chapter about basic HTML tags.

Tags are needed to create a visual and semantic categorization of the content of your HTML document.

Understanding the HTML Fundamental Body Elements

Element.how also provides premium tutorials showing awesome advanced designs, check them out here.

Looking for something else? Search across 2445 Elements right here:

Checkout the Elementor Addon Finder directly

Comments

5 Responses

  1. Hey Miguel!

    Thank you for this very valuable feedback.

    Indeed the "checkmark" wasn't working as intended, and after seeing your message I went it and fixed that, as well as the 404 links.

    If you have any other such good feedback and recommendations, please share!

    Cheers!

  2. Hi Maxime,

    Can you please give an example of how you would use the HTML widget in order to add contact information to the address tag in Elementor in the footer?

    It would really be beneficial to see a markup code as an example.

    Thank you,
    Michal

    1. Hey Michal!

      You would simply add something like the following, in the HTML element:

        <address>
          Contact us at:<br>
          123 Main Street<br>
          Anytown, USA 12345<br>
          Phone: (123) 456-7890<br>
          Email: info@example.com
        </address>
      

      You might then wish to add a class name to target it with custom CSS:
      <address class="address-information">

      Cheers!

Leave a Reply