Web Development

We create custom applications using the latest web technologies, from simple websites to very complex ones

UI/UX

From prototypes to mockups to final designs, we build a product that looks and functions amazing

HTML5

We're using HTML5 for a long time, as it's the future of the Internet and the back-bone of modern websites

Mobile Responsive

We're building complete mobile friendly websites, that work seemlesly across all screen sizes and devices

E-Commerce

We create top-notch shopping experiences, that increase your brand awareness and generate sales

Software Testing

Security is crucial for our team, and we work together so that our applications work the way they are programmed

Support++

We offer unlimited support for our code. No matter when you find an issue or you have a question, we can help

Our Framework

The framework we built our applications in, it's designed to be fast and optimal, with a lot of features

Our Administrator

The CMS software we include with every website, it allows our customers to manage their website with ease

Good Day

Login to your account

Email
Password
Filter articles

Lesson II: HTML and XHTML languages (Introduction)

Posted by Cosmin Calciu | Work & Recruitment | June 06, 2011

HTML means HyperText Markup Language. This is used by web browsers to display pages visually. HTML is based on the idea of tags, enclosed in the '<' and '>' characters. For eg: <p>example paragraph</p>.

Usually, all the HTML tags come in pairs - for eg, <i> and </i>.

The first tag is the opening tag, while the second, the end tag. Inside these tags, web developers can add images, text, flash objects or other such informations. Also, web browsers can use the informations for CSS files to show informations and modify the structure of the page.

The W3C organization maintains HTML and CSS development and encourages using CSS over HTML presentational tags. HTMLs first aparition was in a document called HTML Tags in 1991, mentioned by Tim Berners-Lee. He describes 20 elements from the simple structure of the HTML from then. Besides the anchor link, these 20 elements are very influenced by the SMGLguid language, a SGML documentation used at CERN (European Center for Nuclear Research).

HTML is currently at version 4.01, a new version, HTML5 being in development.

XHTML means eXtensible HyperText Markup Language and is a part of a big family of XML languages, created to extend HTML. While HTML was built as a SGML application, XHTML was created as a extension for XML. There are a number of differences between HTML and XHTML, a few being:
- XHTML needs all the elemets to be closed, either by a separate tag, or by a self-closing tag (for eg: <link />), while HTML syntax alows tags to not be closed (for eg, <br>) or can be determined automatically when to be closed
- XHTML is case sensitive, meaning that a tag will need to be closed with the same format.
- HTML is case insensitive.

To be continued.

Cosmin | Pixelfind