views
HTML is an acronym for Hypertext Markup Language. For learning purposes, think of it as a language that a computer can understand. For example, as humans, we are taught different languages. That is, HTML is used as a language primarily and exclusively for building websites. A web browser HTML Comments, such as Microsoft Internet Explorer or Mozilla Firefox, will understand the code or language (HTML), interpret it, and display it in a way that we can understand, just like in a basic web page.
Knowing basic HTML is great, but if you don't, it's not the end of the world! You can take an HTML course or search for information online at any time. I started surfing the web with zero HTML knowledge, but I learned the basics and built a website. Now, I'm still not an expert, but I'm still building websites.
Now go to Google or Yahoo and enter "Basic HTML". You can find many websites that provide basic HTML information. Don't be afraid of language, the closer you get to it, the more familiar you will become.
Plus, get access to built-in online web developers and website builders, and control directly from the web. There are many different professional builders online. Many web hosts also offer website wizards to help you get started with web pages.
Guides for books and magazines can help you with tutorials and how to build your own website. Even online tutorials are reliable because, in the modern world, information technology is the best and most cost-effective way to retain knowledge, especially in this particular field.
I've been using PHP for years and I've only scratched the surface of its usage. But that doesn't mean you have to study PHP for years before using it. I remember when I started learning PHP the first week, I made a website, linked to an MYSQL database, and made an online calculator. It's really simple, you won't believe it.
Old and new technologies using PHP are all over the web. WordPress and Cake are the best examples of what can be achieved with PHP.
The only downside to PHP is that as a programmer you can easily develop bad habits like merging all PHP with HTML. It might feel like a programming way in the early days, but you'll realize it soon enough. Scripts cannot be read and debugging can be a nightmare. So it's important to program with an organized system like MVC, which is basically an organized way of working, which makes debugging scripts a more pleasant experience.