Page 1 of 1

What HTML you use?

Posted: Sat Jun 12, 2010 4:02 pm
by sshayndell12
What HTML you use?

Re: What HTML you use?

Posted: Sat Jun 19, 2010 5:03 am
by darrween483
HTML is used for creation of various forms.

Re: What HTML you use?

Posted: Fri Jun 25, 2010 8:41 am
by dillan598
I use HTML-5.HTML5 is a standard for structuring and presenting content on the World Wide Web. The new standard incorporates features like video playback and drag-and-drop that have been previously dependent on third-party browser plug-ins such as Adobe Flash, Microsoft Silverlight, and Google Gears.

Re: What HTML you use?

Posted: Wed Oct 20, 2010 10:32 am
by alpyssa12
As of version 4.0, HTML defines a set of 252 character entity references and a set of 1,114,050 numeric character references, both of which allow individual characters to be written via simple markup, rather than literally. A literal character and its markup counterpart are considered equivalent and are rendered identically.

Re: What HTML you use?

Posted: Mon Nov 01, 2010 9:07 am
by alpyssa12
We are using various tags in HTML.
<strong>
<b>
<em>
<i>
<a>
<p>
<br>
<img>
<ul>
<ol>
<li>
<iframe> iframe functionality
<embed> This was in the official list of tags

Re: What HTML you use?

Posted: Fri Dec 31, 2010 6:38 am
by shandy7894
I use HTML-5.HTML5 is a standard for structuring and presenting content on the World Wide Web.

Re: What HTML you use?

Posted: Tue Jan 10, 2012 12:59 pm
by panashmarshel
HTML is hyper text markup language. HTML is not programming language. It is markup language. We can create web document using HTML. HTML page start with <html> tag and end with </html> tag. " / " this sign means tag is closed.