What HTML you use?

HTML, PHP, JavaScript...ask your questions or post your tips here!
Post Reply
sshayndell12
Posts: 9
Joined: Sat Apr 17, 2010 2:29 am

What HTML you use?

Post by sshayndell12 »

What HTML you use?
darrween483
Posts: 3
Joined: Sat Jun 19, 2010 5:01 am

Re: What HTML you use?

Post by darrween483 »

HTML is used for creation of various forms.
dillan598
Posts: 3
Joined: Mon Jun 21, 2010 12:06 pm

Re: What HTML you use?

Post 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.
alpyssa12
Posts: 4
Joined: Tue Oct 19, 2010 10:39 am

Re: What HTML you use?

Post 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.
alpyssa12
Posts: 4
Joined: Tue Oct 19, 2010 10:39 am

Re: What HTML you use?

Post 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
shandy7894
Posts: 1
Joined: Thu Dec 30, 2010 1:22 am

Re: What HTML you use?

Post by shandy7894 »

I use HTML-5.HTML5 is a standard for structuring and presenting content on the World Wide Web.
panashmarshel
Posts: 3
Joined: Tue Jan 10, 2012 12:43 pm

Re: What HTML you use?

Post 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.
Post Reply