Skip to content
Home » HTML tutorial » Page 2

HTML tutorial

HTML Form

  • by

HTML form elements are used to collect information from users. A user can enter email address, first name, last name, or click a button to… Read More »HTML Form

HTML Table

  • by

A web document allows you to present your information in the form of a table. HTML table is defined using <table> tag. In this lesson,… Read More »HTML Table

HTML List

  • by

HTML lists elements are used to display a list of items. You can display a to-do list, a grocery list, any kind of lists that… Read More »HTML List

HTML Links

  • by

HTML links are called hyperlinks. The hyperlinks connect HTML page to one another so that you can jump from one page to another page. We… Read More »HTML Links

HTML Image

  • by

In the previous lesson, you learned that the primary element of an HTML document is text. But text content does not always the best way… Read More »HTML Image

HTML Text

  • by

The HTML text elements are to display text information in an HTML page. Every text document (e.g., MS Word) have headings, subheadings, and text contents… Read More »HTML Text