Category: HTML

  • HTML Tutorial 4 – CSS Code

    css-codeIn this HTML Tutorial I will teach you to create Cascading Style Sheets or CSS code and apply it to web-pages. You will learn to make outstanding styles and apply it to your website text and images. Consistent use of CSS code will save you hours or even days of your time while creating websites. Besides, when you become a real master of this technique you will amaze website visitors with the power of your imagination and skills. (more…)

  • HTML Tutorial 3 – HTML URL and MailTo

    mail-box

    In this HTML Tutorial I will teach you how to create an HTML URL (previously known as Hyper-Link). I’ll use HTML URL and HTML link (or just link) interchangeably, because they are different names for the same thing. We’ll also pay special attention to the Mailto function, which allows you to start your default email client to send an email message. Hopefully you got some crackers to eat while reading the post. My studies show it works best that way. (more…)

  • How to setup a local server using WAMP

    New to websites, CMS, PHP and all that stuff? Don’t want to pay for a server and domain name till you learn what that all stuff really means?
    Or maybe you want to test WordPress or some other CMS on your PC, before uploading it to a production server? There is one way to “fix” all that – setup a local server directly on your PC. (more…)

  • HTML Tutorial 2 – HTML tags

    HTML Editor
    In the tutorial, you will learn how to add basic HTML tags (headings, special characters, metatags, etc) to your web-pages. Also, we will learn how to use a few languages in one HTML file, redirection and refreshing (no, not when you’re tired, it’s something different). Plus, I’ll show you some basic tricks on text formatting in HTML.

    (more…)

  • How to Create an HTML/PHP Contact Form – Radio Buttons, Checkboxes, Dropdown Menus

    How to Create an HTML/PHP Contact Form – Radio Buttons, Checkboxes, Dropdown Menus

    Welcome back to our contact form tutorial series. If you’re not exactly sure why I’m saying “back”, check this link. This is the third episode and in this tutorial we’re gonna learn how to add different types of inputs to the contact form and process that with PHP. It’ll make your contact form look absolutely gem and the features allow you to obtain some extra info from the user. So, you totally need to know how to do that.
    If you followed my two previous contact form tutorials you should have 2 files: contact-form.html and send-mail.php. If not, then you can download them here. Now just open them with your favorite html/php editor. (more…)

  • HTML Tutorial 1

    HTML Tutorial 1

    HTML Editor

    Introduction

    This HTML tutorial is going to teach you HTML which is a language used to create websites and unlike complex programming languages studying of which may take months or even years, HTML is simple and an easy to learn markup language. Being able  to code in HTML will help you increase your company’s income or even better (more…)

  • How to Create an HTML/PHP Contact Form – Processing Form Data with PHP

    Gears - image by Alvaro Heinzen

    In the previous tutorial – creating HTML PHP contact form – we successfully created a basic layout for the contact form. By the way, I’ve also added 2 screencasts to the post for those of you guys who really prefer video content to textual. So, if you wish to watch instead of read, you can do it. In other words you can choose now which way to go. Alternatively, you can both watch and read (or the other way around) just for better understanding. By the way, I’d really appreciate if you subscribe to our YouTube channel and like our videos. 🙂 Now let’s make our contact form actually do something. First off, it’s a good idea to understand how it works.

    Under the hood

    So, what happens after a user hits the “Submit” button of our contact form?

    1)Let’s go step-by-step. The user fills in the form and hits the button: (more…)