Education
Mastering the Art of Speaking: Why It Matters and How to Improve
In our increasingly connected world, the ability to speak fluently is more than just a nice-to-have—it’s a necessity. Whether you’re climbing the corporate ladder, pursuing personal growth, or navigating the halls of academia, articulate speech can open doors and create opportunities. The Power of Fluent Speech For non-native English speakers, the journey to fluency can…
Read MoreLearn to Code: Episode 013 – CSS Properties
In this episode we’ll talk about some of the basic CSS properties and how we can use them in our HTML page. For now, we will just play around with the basic properties and how to apply them to HTML so the page won’t look that pretty. Some of the properties we’ll discuss are: color…
Read MoreLearn to Code: Episode 012 – CSS Basics
Now it’s time to discuss CSS finally! All websites must have HTML. Whereas CSS (Cascading Style Sheet) is optional but essential in any website. We can only do so much with HTML alone. CSS makes web pages become lively. There are three ways to add a style into a web page: Linked stylesheet file Inline…
Read MoreLearn to Code: Episode 011 – Using Relative Path – Intro to HTML Part 8 (last part)
Finally, this is the last part of the Introduction to HTML series. I’ve never thought it will reach 8 parts, but I think it’s important for absolute beginners to take things slow at first in order to get familiar with programming syntax, structure, and how to use a specialized text editor. Now let’s talk about…
Read MoreLearn to Code: Episode 010 – HTML Forms – Intro to HTML Part 7
Reaching the 10th episode/lesson since I started teaching how to code for free with more episodes to come! Make sure to tell your friends about this. They don’t need to pay anything to anyone to learn web development! Again these tutorials are in TAGLISH (Tagalog and English) and are really made for complete beginners. English…
Read MoreLearn to Code: Episode 009 – Semantic Elements – Intro to HTML Part 6
HTML Sementic Elements In the last episode, I’ve mentioned that we will start to discuss CSS next. However, there are few more important HTML Tags that I forgot to discuss. In this episode, we will take a quick look on what is called Semantic Elements. These HTML elements clearly defines its content. <div> and <span>…
Read MoreLearn to Code: Episode 008 – Creating HTML Links – Intro to HTML Part 5
In the last episode, we’ve discussed about how to insert pictures to an HTML document using either relative source or absolute source. We’ll continue discussing more HTML tags that we need to be familiar with. One of the powerful feature of HTML and World Wide Web is the ability to link between pages. The first…
Read MoreLearn to Code: Episode 007 – Images and Chrome Dev Tools – Intro to HTML Part 4
In the last episode, we’ve talked about more common HTML tags like self-closing tags and lists. We also covered a cool Visual Studio Code function to generate a non-sense text called “lorem ipsum” by just typing in “lorem” and hitting TAB. This is useful for testing purposes as a placeholder text. Now we will discuss…
Read MoreLearn to Code: Episode 006 – HTML Tags – Intro to HTML Part 3
In the last episode, we talked about the most common HTML tags that we must be familiar with. This episode is the continuation where we will discuss more HTML tags using Visual Studio Code. We’ll start with what is called “self-closing” tags. Named because it does not require a closing tag in order to use.…
Read MoreLearn to Code: Episode 005 – HTML Tags – Intro to HTML Part 2
There are lots of HTML tags available and more are being added. Do you need to know all of them to be able to work with HTML? No. As a matter of fact, we only need to know around 10-15 HTML tags 90% of the time. The rest can be referred to anytime if the…
Read More