In this article, I am going to correlate seven spinal energy chakras to seven web development HTML tags. Our bodies consist of vibrating energetic vortices called chakras. Each chakra is located at a specific part in our spine and relates to our emotional, physical, and spiritual well-being. The first chakra, root chakra, sits at the base of our spine. The second chakra, sacral chakra, sits in our pelvis below the navel. The third chakra, solar plexus chakra, resides near our navel. The fourth chakra, heart chakra, resides in the center of our chest. The fifth chakra, throat chakra, is located in our throat. The six chakra, third eye chakra, sits three inches inside of our forehead. The seventh chakra, crown chakra, resides on the top of our head and expands above throughout the universe.
HTML stands for Hypertext Markup Language. Don’t let computer terms intimidate you. HTML is just a language no different from English or Spanish. It is a language that interacts with websites. When you visit a web page online, HTML computer code displays text, pictures, and video on your computer screen. It is the behind-the-scenes computer language that allows your computer screen to view a website. HTML tells the website what should be included on a web page. If you go to any website and right click your mouse or laptop and press View Page Source, you will see the site’s HTML code.
HTML consists of different keywords placed within tags. Think of this as a language’s punctuation and dialect. For example, to write a sentence in HTML, you would use the <p> tag. Notice the p is enclosed within angled brackets.
<p>Hello World! I am learning HTML.</p>
Notice there is a closing paragraph tag with a forward slash placed within brackets. This marks the end of the text and the HTML code would appear on a website as: Hello World! I am learning HTML.
Your root chakra, located at the base of your spine, is all about grounding, balance, and survival energy. Think of this chakra as your energetic tree root system that grounds and balances the rest of your body. This is your core chakra. The <html> tag sets up all other tags and is the computer coding tree root system. It is placed at the beginning and the end of your computer code and all other tags reside inside of it. It is the foundation.
The sacral chakra, located below your belly button, is attributed with creativity, self-worth, and pleasure. This chakra is where your emotions reside. The most unique and creative HTML tag is the <style> tag. The style tag is responsible for coloring text in a webpage and it creatively maneuvers other HTML tags. In a sense, the <style> tag does give pleasure to all other HTML tags.
Your solar plexus chakra, located near your belly button, is characterized by manifestation, power, and vitality. To manifest in HTML, the <a> tag is used. This tag links one page to another and allows the user to click on a link that travels to another website. It is a very powerful tag that instantly manifests a new page.
The heart chakra is located right where it says, the heart. This is your center chakra as there are three other chakras located above and below. This chakra is all about harmony, healing, and love energy. The heartbeat and main pulse of HTML is the <body> tag. All tags placed within the <body> tag appear on websites. Think about it. It is called the <body> tag for a reason.
Your throat energy chakra is located in your throat. It is considered your communication and self-expression center. The HTML <!– –> comment tag is all about communication. This is how developers communicate with one another. Developers describe their code in between the comment tag. The writing only appears in the HTML code and is not displayed on a web page. Other developers can read the code and see what a programmer was thinking through use of comments.
The third eye chakra is located directly inside your forehead. This chakra is about intelligence, knowledge, intuition, and insight energy. The <head> tag is the brain tag of HTML. It sets the tone for the website and gives websites more information. The document title and <style> tag are placed within the <head> tag. Also, the <head> tag is placed within the <html> tag and is located above the <body> tag. The <head> tag tells the web page how text should be read and interpreted.
Your crown chakra is energetically spinning at the top of your head. This chakra is your center for spirituality, enlightenment, and cosmic consciousness. The HTML <!DOCTYPE> declaration is the crown of every HTML page. Every current HTML page has <!DOCTYPE html> written at the top of the page. Without it, code will not execute.
My hope with this article is to shed light on energy chakras and HTML. If you know HTML, but nothing about energy chakras, this will expand your horizon. If you are aware of energy and don’t know anything about HTML, this will help you better understand computer programming.