Free Tutorials

Free Tutorials for IT, Web Design/Development & Digital Marketing


IT Fundamentals Tutorial HTML Tutorial

HTML5 Tutorial > SEO Tutorial

Email Marketing Tutorial > Python3 Tutorial


Feb
24
2020

HTML5 - Web SQL Database

What is the Web SQL Database Actually, The Web SQL Database API is not part of the released HTML5 specification, it is a specification that is on its own, it comes with a set of APIs that is meant for manipulating client-side databases with the use of SQL Web SQL Database is available on the latest version of Chrome, Opera and Safari. The Core Methods The following are the three core methods that were defined in the specification. open database: This core method generates the .

READ MORE
Feb
24
2020

HTML5 - Web Storage

What is HTML5 Web Storage HTML5 introduces two new structures, that are like HTTP session cookies, mainly for storing structured data directly on the client-side in other to overcome the following disadvantages. 1. Regular cookies are added with every HTTP request, thereby slowing down your web application by transmitting the same data. 2. Regular cookies are added with every HTTP request, thereby sending data unencrypted over the internet. 3. Regular cookies are restricted to about 4 KB of .

READ MORE
Feb
24
2020

HTML5 - MathML

The new HTML5 syntax allows for MathML elements to be made use of inside an HTML document using the <math>...</math> tags. Many web browser can display the <math> tag. If your browser does not have support for MathML, then we would suggest  that you use the newest version of Firefox. MathML Examples The example below is a valid HTML5 document with MathML − <!doctype html> <html> <head> <meta charset = "UTF-8"> <title&.

READ MORE
Feb
24
2020

HTML5 - Web Forms 2.0

What is Webforms 2.0 WebForms 2.0 is an extension to the forms features that are found in HTML4. Every form elements and attributes in HTML5 offer a greater level of semantic mark-up than the HTML4 and it frees us from a great amount of stressful scripting and styling that was required in HTML4. The <input> element in HTML4 HTML4 input elements make use of the type attribute for setting the data type. The following types are available in HTML4: Sr.No. Type & Description .

READ MORE
Feb
24
2020

HTML5 - Events

Users, when visiting your website, they carry out different activities like clicking on various text, images, and links, also they hover over certain elements, etc. These activities users perform are called Events. We can write event handlers in Javascript and then we can further set these event handlers as a value of event tag attribute. The following attributes are made available for events according to HTML5 Attributes. Attribute Value Description offline script This HTML5 ev.

READ MORE
Feb
24
2020

HTML5 - Attributes

What are the HTML5 attributes? Some HTML5 attributes are globally defined and they can be made use of with any element but others are specially defined for specific elements only. All attributes always posses a name and a value and they look like the example below: <div class = "example">...</div> Attributes can only be specified mainly within starting tags and must never be used in end tags. All HTML5 attributes are case insensitive and can be written in all uppercase or mixed.

READ MORE
Feb
24
2020

HTML5 - Syntax

What is HTML5 Syntax The HTML 5 language was shipped with a "custom" HTML syntax that is compatible with HTML 4 and XHTML1 web documents that are published online but aren't compatible with the more esoteric SGML qualities of HTML 4. HTML 5 doesn't have equivalent syntax rules as XHTML where we would have needed small letter tag names, quoting our attributes, an attribute had to have a value and to shut all empty elements. HTML5 was shipped with a lot of flexibility and it has support for the.

READ MORE
Feb
24
2020

HTML5 - Introduction

What is HTML5 HTML5 is the main standard rework of the HTML standard coming after HTML 4.01, XHTML 1.0, and XHTML 1.1. HTML5 is a web standard for arranging and also displaying content on the World Wide Web. HTML5 is a collaboration between the W3C(World Wide Web Consortium) and the WHATWG (Web Hypertext Application Technology Working Group). HTML5 Browser Support The newest versions of Apple Safari, Google Chrome, Mozilla Firefox, and Opera all offer support for many HTML5 features and Inte.

READ MORE
Feb
24
2020

Email Marketing - Tips

How to Manage a Mailing List This requires you to do some technical work. Before starting your first email campaign, you have to gather all email addresses into a Text file or in an Excel sheet. These two formats are supported by major marketing providers. The column of the email address can be copied Excel File/Text file. Once it's there, then copy the Emails column into another Excel File/Text file. The main goal is to extract email addresses from the database. Save this file in a (CSV) form.

READ MORE
Feb
24
2020

Email Marketing - Follow Ups Tactics and Practice

The Follow Up Tactics and Practice Here are seven key email follow up practice to building and maintaining strong customer relationships and retention. This is one of the ways to keep your customers coming back. Take these 7 steps to effectively carry out a good follow up to boost customer relationship and retention: 1. Set an email automation system and sequence. 2. Set the goals you want to achieve with the follow up. 3. Catchy headlines or subject. 4. Clearly state benefits & value .

READ MORE