HTML elements - HTML syntax - Guide to HTML, XHTML Guide

Change Font Size: / / Directory List

3.2. HTML elements.

HTML element is the construction of a web page units by the HTML tags and attributes of the HTML, HTML page element is a basic unit.

Trackback Address: http://www.nt22.com/xhtml-html/element/

Example

  <a Href = "http://www.nt22.com" /> Be learning </ a> 

This is a HTML link elements.

  <p> This is my first website, where "http://www.nt22.com" <a href => Be learning </ a>! </ P> 

This is a paragraph HTML elements, it includes a link HTML elements.