How To Create a Simple Tooltip Using CSS and jQuery
Tooltips are a great way to create context for users, especially when they require some more information. Tooltips are actually very easy to make, and can greatly help to provide information on your...
View ArticleHow To Make IE7 and IE8 to Support HTML5 Tags
Ever since the introduction of HTML5, the compliance for modern web standards have continuously been a debacle when dealing with older browsers, particularly with Internet Explorer. While IE9 and newer...
View ArticleHow To Create a Back To Top Button Using HTML, CSS, and jQuery
One of the most common elements, that a lot of websites use to help users get back to the navigation menu without having to continuously scroll, is a “back to top” button. Most websites, especially...
View ArticleHTML and CSS for Absolute Beginners – Part 1 – Intro
Target audience Before I begin, I’d like to clarify who my target audience is. These next series of tutorials are for absolute beginners who have no insight or knowledge into making and creating...
View ArticleHTML and CSS for Absolute Beginners: Part 2 – HTML Elements, Tags, and...
Writing HTML In the Part 1 of this tutorial, I went briefly into what HTML and CSS is and some of the things you’ll need to help get you started in creating your own webpages. Now, I’ll explain in...
View ArticleHTML and CSS for Absolute Beginners: Part 3 – Structure of a Webpage
Structure of a Webpage In my previous post, we understood and got an idea of what HTML elements, tags, and attributes are. Now it’s time to actually apply what you have learned and start creating your...
View ArticleHTML and CSS for Absolute Beginners: Part 4 – Adding More Content and Structure
Adding More Content and Structure In the last chapter, we finally created our first web page. Unfortunately, there was nothing to be shown on the page itself, even though we did write out some HTML...
View ArticleHTML and CSS for Absolute Beginners: Part 5 – Creating Links, Images, and Pages
Creating Links, Images, and Pages In the last chapter, we learned what block and inline-level elements were and we got familiar with creating headings, paragraphs, lists, breaks and horizontal rules....
View ArticleHTML and CSS for Absolute Beginners: Part 6 – HTML Tables
HTML Tables In the last chapter, we learned how to create links, images, and leared how to link to several pages. In this chapter, I’ll be going over how to create HTML tables. Tables are great for...
View ArticleHTML and CSS for Absolute Beginners: Part 7 – Form Fields
Form Fields In the previous chapter, we talked about how to create tables to display tabular data. In this chapter, we’ll go over how to create our own forms on a page. Forms are useful in capturing...
View Article