HTML Layouts

HTML Layouts

How to make HTML Website Layout? A well-structured website layout improves its user-friendliness by making it easy for visitors to … Read more

HTML Links

HTML Links

How to Add a Link HTML? A link connects one web resource with another. For instance, a user might want … Read more

HTML Lists

HTML List

How to add ordered list in html? There are three types of lists in HTML namely? unordered lists, ordered lists, … Read more

HTML Meta

HTML Meta

How to insert Meta Element in HTML5? The <meta> element is one of those that are included in the head … Read more

HTML5 Input Types

HTML5 Input Types

What are the new HTML5 Input Types? The newest version of the HTML language comes with new input types like … Read more

HTML Paragraph

HTML Paragraph

HTML Paragraph In HTML, paragraphs are defined using the <p> tag. This is perhaps the most basic tag and the … Read more

HTML Scripts

HTML Scripts

How to add Script in HTML? Javascript is used by web developers to make web pages interactive and to enhance … Read more

Table in HTML

Table-in-HTML

How to make Table in HTML – To insert a table into your HTML document, use the <table> element. The … Read more

HTML Text Formatting

HTML Text Formatting

HTML Text Formatting Text formatting tags in html are used to enhance the appearance of text in a web document. … Read more

HTML URL Encode

HTML URL Encode

The conventions of RFC 3986 specify the range of characters that are acceptable for use with URLs. These are the … Read more

HTML URL

HTML-URL

URL is an abbreviation for Universal Resource Locator. Its purpose is to identify the location of a document or another … Read more

HTML Validation

HTML validation

HTML Validation The purpose of a HTML validation exercise is to ensure that there are no mistakes in your code … Read more

HTML Video

HTML Video

In the past, embedding a video in a HTML webpage was not an easy task because just like in the … Read more

HTML Web Workers

HTML Web Workers

An HTML Web Workers, as defined by the World Wide Web Consortium and the Web Hypertext Application Technology Working Group, … Read more

HTML Application Cache

HTML Application Cache Conventionally, web based applications only work when a computer has an active connection to the Internet. The … Read more

HTML Basic

HTML Basic

HTML: The basics The first thing you need to grasp is how to create a HTML document. This first step … Read more