BluePink BluePink
XHost
Gazduire site-uri web nelimitata ca spatiu si trafic lunar la doar 15 eur / an. Inregistrare domenii .ro .com .net .org .info .biz .com.ro .org.ro la preturi preferentiale. Pentru oferta detaliata accesati site-ul BluePink

above banner

banner website
under banner
home html css references contact
like hr
HOMEspace above menu HTMLCSSREFERENCES CONTACT
head of content;
monitors
under monitor image space
folder icon space between sign and sugestion Lessons

HTML Elements

HTML Element syntax
        An HTML elements start with a tag of form like <tagname> called the start tag and end with  tag of  form like </tagname> called the end tag.
         The element's content is everything between the begining and also the finish tag.
Some HTML elements dosen't have nothing between starting tag and ending tag.
Empty elements are oppened and closed with same tag.
          Most HTML element contain attributes.
An HTML elemenet is an node of an HTML document or web pages,once this has been parsed into DOM tree* .HTML consist a tree of HTML elements and others nodes with same type or not, like text nodes.
Every HTML element can contain specified attributes,elements may also have content, including others types of node.
HTML elements reprezent meaning or semantics.
For example, the <head> element reprezent the head of the web page.
In the syntax of HTML,most elements are written with a opening tag and closing tag.

HTML elements

An HTML elements is everything from opening tag* to the closing tag*
<button> this is a button</button>
<a href="floweba.xhost.ro"> This is a link to my website</a>
*The opening tag is also called start tag.The closing tag is also called the end tag.
Most HTML elements are often nested(can have HTML child elements)
HTML pages consist of a tree of HMTL nodes

Empty HTML Elements.

An empty HTML elements it's elements without content.
<input> is an empty HTML element without  closing tag </input>
(the <input> define an form input)
Tip:All XHTML elements must be closed.
Adding a slash inside the opening tag like <input/> is the proper way of closing empty elements in XHTML(and XML)
HTML TIP:
Use tag with name written lowercase.
HTML tags aren't case sensitives:<input>  means same as </INPUT>
several internet site use HTML tags written uppercase
prevnext
Biblography
  1. www.wikipedia.org
  2. www.w3schools.com




Introduction
Elements
Attributes Page content
Head
Tables
Forms
Colors

like hr2
end site bar

Copyright 2014 Florin Bacu | All Rights Reserved

home  contact


under copyright