Published Articles

lesson

HTML Links

A link is an HTML element that allows users to navigation from web page to web page. The link element is defined by the letter a. The attribute href is used to define the destination page. To add a link to your web page, you use <a href=”www Read more...

lesson

HTML Headings

A heading is an HTML element that denotes titles and subtitles. The heading element is defined by the letter h followed by a number in the range 1 to 6. The smaller the number, the bigger the title. To add the largest available heading to your HTML p Read more...

lesson

HTML Paragraphs

An HTML Paragraph is an HTML element that is defined by the letter p. To add a paragraph to your HTML page, you use <p> some content </p>. In the example below, the content is “Hello world!”. The browser does not display the t Read more...

lesson

Your First HTML Document

HTML (Hyper Text Markup Language) is the series of elements that defines the structure of a web page. These elements are refered to as HTML elements. 1. What is an HTML Element? An HTML element is a building block used to create web pages. These bloc Read more...

subject

Introduction to HTML

HTML (Hyper Text Markup Language) is the standard language for creating web pages. It describes the structur of web pages with a collection of elements such as “link”, “paragraph”, “heading” and much more. In this Read more...

tutorial

How to Make Unity Work

Here is what you need to do! Read more...