Using the ­ soft hyphen in HTML
In this tutorial we look at text hyphenated using the HTML entity and compare it to normal text as…
productivity through technology
In this tutorial we look at text hyphenated using the HTML entity and compare it to normal text as…
In this tutorial: Required knowledge: Basic syntax Sound files are embedded in an HTML page using the <audio> tag combined…
I am in the process of moving the information in this post from the Website contact form tutorial. Online forms…
HTML5 has provided a set of semantic HTML tags lacking in the original HTML versions. At one stage the term…
One of the massive advantages that came with HTML5 is the ability to add multimedia to your web pages. Adding…
Modern browsers are able to detect content written in different languages and will offer to translate the page into the…
Create and save an HTML5 boilerplate that you can use as a template for your web pages work.
The <del> (“delete”) tag converts the enclosed text into the strikethrough version of that text. The following HTML: results in:…
The <samp> tag is used to define sample output from a computer program. The content inside is displayed in the…
Quoting in HTML5 is as simple as tagging the quoted text with the inline <q> tag. The cite attribute of…