Why I Am Learning HTML, My Journey Into Web Development And Why I Am Taking it More Seriously This Time

I have started to have a handful of thoughts lately regarding how to make money, how to have a career, and how to continue making money at a high level in your chosen field, and I’ve noticed that the more skills you are, the more valuable your human capital is, and the more money you can make even outside of your chosen job or career field. In this blog post, I’ll talk about why I’m adding skills like Web development, HTML and CSS, Software Engineering and Programming, as well as Aviation, Accounting, Insurance, Being a notary public, and a host of other skills to my resume. Aside from just letting my very diverse interests run wild and having a ton of fun doing so at the same time, I think it can have a massive compounding effect over a long period of time, time will tell if I am right! For more information on why I am learning HTML and on all things business and finance, read on or subscribe to our blog for additional details and information.

And so, without further ado, let’s get started regarding Why I am learning HTML, here is the code that I have written so far today:

 

<!DOCTYPE html>Why I Am Learning to Write HTML
<html>
<head>
<title>HTML Cheat Sheet</title>
</head>
<body>
<!– Headings, this is commented out –>
<h>Heading One</h>
<h2>Heading Two</h2>
<h3>Heading Two</h3>
<h4>Heading Three</h4>
<h5>Heading Four</h5>
<h6>Heading Five</h6>

<!– Paragraph, also strong tag = BOLD –>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor <strong>incididunt ut labore</strong> et dolore magna <em>aliqua. Ut enim ad minim veniam,</em>
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
<a href=”https://google.com” target=”_blank”>proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</a>
</p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</body>
</html>

Related Posts

And if this looks like hieroglyphs to you, don’t feel bad, it did to me until my HTML lesson this morning also, but I promise by the end of this blog post, that you’ll be able to make sense of what this code looks like and how it works.

What The Above Code Means, And How it Is Useful

So, at the top, where you have the line <!DOCTYPE html> this line of code essentially means that this is going to be a .html type of document, and is a good start to basically any HTML5 schema. Below this, we have a few sample trials, such as a header tag, h1, h2, h3, h4, h5, and h6 tags, which if you were to copy into the Chrome webpage that this translates to would give you the varying size ranges, and other tags like the <strong> tag, which is how you bold the text in 2021 (an upgrade from the old bold tag) followed by the paragraph tag, and some lorem ipsom sample text. What that Lorem ipsom sample text is, is essentially just built in to the Sublime Text 3 software, you type in “lorem” and press enter, and it generates random text, this is very good for practice or for adding fillers to your code. The ending is the closed off body and HTML tags, letting the system know to close off the body of the page.

Why I Am Learning to Write HTML

Aside from the fact that I just watched Iron man 1 and 2 in a row and so am becoming mildly obsessed with engineering, the reason is that I’m learning the more functional skills you have, the more you can bulletproof yourself and move yourself up in the job market. Some of the skills I’d like to enhance are, getting an insurance license, becoming a more educated and insured notary, getting more proficient at wealth management, becoming an Enrolled Agent, getting an Accounting Degree, getting better at SEO, becoming a Private Pilot, possibly going for a CPA license at some point, and becoming a fully proficient software engineer, specializing in Python, Script, PHP, and quite possibly even getting into Data Science. I’d like to do all of this potentially over the next 5 to 7 years, a very ambitious goal, but hey…..what else have I got to do in the meantime right?

Final Thoughts on Why I Am Learning to Write Code and Program, And Why I Think it May Have a Compounding Effect

And so, that’s why I am learning to write code and program, aside from the fact that I am taking up an interest in it, I think that it is something that can be a lot of fun and that can have a positive spiral effect, moving me up the job market by increasing my overall skillset and making me a good candidate for a multitude of career fields in case its needed. For more information, be sure to comment down below or to subscribe to our blog for additional details and information, and until next time, you heard it first right here at Inflation Hedging.com.

 

Cheers!

 

*Inflation Hedging.com

Sources:

  1. https://medium.com/nori-carbon-removal/how-i-passed-the-securities-industry-essentials-sie-exam-de86529f9feb
  2. https://www.professionalexamtutoring.com/sie-exam-difficulty/
  3. https://www.efinancialcareers.com/news/evergreen/seven-tips-for-acing-the-series-7-and-other-financial-exams

Disclaimer: The opinions and documentation contained within this article and on this blog are the sole property of inflationhedging.com and are not to be copyrighted or reproduced in any manner, else legal action within the rights of the United States legal code could be use to obtain recompense. All articles and blog posts are the sole opinions of the writers of the blog, and are not necessarily in line with what exactly will work for you, you should consult a CPA, Tax Professional, or Financial Professional to determine what exact financial needs are in line with your interests. Also, from time to time, certain links on this website will be used to generate affiliate commissions, in order to support the health and growth of our website, health and business.