Basic examples of HTML

In the previous HTML lesson, you know which tools to use to write HTML code, how to save and open HTML files. This article will give some basic examples of HTML text.

This article will give some basic HTML text examples  . Don't worry if you see unlearned bookmarks. You will soon learn about them in the upcoming lessons.

HTML Text

  1. All HTML documents must begin with -!DOCTYPE html-
  2. As for the HTML text content, it starts with -html- and ends with -/html-
  3. The HTML text that will display is the part that is contained within the 2 tags  -body- and -/body-

HTML title

The title of the HTML document is defined by the markup -h1- and  tags -/h1-

-h1- indicates that it is the most important title, and  -h6- indicates that it is the least important.

Text paragraphs in HTML

Paragraphs are identified by bookmarks  -p- and end with -/p-

Paths are identified by tags  -a- and -/a-

  1. The destination of this path is specified in the attribute href.
  2. Attributes are used to provide additional information to an element in HTML.
  3. You will learn about   HTML elements and attributes in the next lesson.

Images in HTML

The image is identified by the tag -img-

The alt (src), text  source file  (alt), width and  height the properties of the image.

Buttons in HTML

Buttons identified by tags -button-

List in HTML

Lists are identified by tags  -ul- (bulleted/  -ol- unordered lists ) or (bulleted / ordered lists), followed by a tag  -li- (item list)

You've just finished reading the article "Basic examples of HTML" edited by the TipsMake team. You can save basic-examples-of-html.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV : Elements in HTML...
HTML editing tool... : NEXT »