This page has been translated from English

Articles Comments

Guatewireless.org " e-learning , HTML " HTML Elements

HTML Elements

HTML documents are text files built from HTML elements. These elements are defined using HTML tags.

HTML tags are not case sensitive .- <B> <b> means the same thing. When surfing the Internet, we realize that many pages in your source code using HTML tags in uppercase.

If we follow the latest web standards, we should always use lowercase tags. The World Wide Web Consortium (W3C) recommends lowercase tags in their documentation of HTML 4 and XHTML (the next generation HTML) require labels to lowercase.

Tags HTML Tags

  • HTML tags are HTML elements used to mark
  • HTML tags are enclosed within the <and>
  • Regularly these tags come in pairs, as <b> and </ b>
  • The first tab is the initial torque and the second is the final label
  • The text enclosed within the start tag and the end is the element content
  • HTML tags are not case sensitive, <b> is the same as <B>

Recall the example of the previous article:

 <html>
 <head>
 <title> Page Title </ title>
 </ Head>
 <body>
 This is an HTML page.  <b> This text is bold </ b>
 </ Body>
 </ Html> 

This is an HTML element:

<b> This text is bold </ b>

The HTML element starts with a start tag: <b>
The contents of the HTML element is: This text is bold
The HTML element ends with the end tag: </ b>

The purpose of the label is defined <b> an HTML element which must be displayed in bold.

This is also HTML elements:
<body>
This is an HTML page. <b> This text is bold </ b>
</ Body>

This element begins with the start tag <body>, and ends with the </ body>.

The purpose of the body tag is to define the element that contains the HTML document body.

Popularity: 1% [ ? ]

Written by

Passionate about home technology, music, free software and networks.

Filed under: e-learning , HTML · Tags: html tags , html page , Wide Web Consortium , World Wide Web Consortium

2 Responses to "HTML Elements"

  1. JOSPER says:

    I like the paper good, really did not know about Chapinas pages or groups "these from google" but rather that there are people interested in chapina teaches ± ar

    1. fher98 says:

      Thanks for your comment, really just a small colaborarion ± a, if I had more time we will gladly walk into most things, GREETINGS!

Leave a Reply

*

You may use HTML tags and attributes These: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Search Terms

  • html elements (150)
  • what are the elements of HTML (68)
  • bold in html (51)
  • html bold (20)
  • html elements (3)
  • 1 2 Do Elements of an HTML page? (1)
  • and list elements in HTML (1)
  • Which are elements of HTML (1)

  • Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 41293486 bytes) in / home / guatewireless / site / wp-content / plugins / google-bot-bling / google-bot-bling.php on line 114