Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web Standards

Why Do Some Major Websites Use Invalid Html?

I noticed that many websites, even Google and some banking sites, have poorly-written HTML with no … Read more Why Do Some Major Websites Use Invalid Html?

Are There Any Web Standards For Voice Over Ip?

Web browser plug-ins such as Flash already provide VoIP functionality in a web browser, but is it p… Read more Are There Any Web Standards For Voice Over Ip?

Legality Of Div Tag Immediately Under Html Tag

I was running lynx to test some HTML I had to do, because having accessibility in mind. I guessed t… Read more Legality Of Div Tag Immediately Under Html Tag

Multiple Forms With Input Fields With The Same Name Attribute? Good Or Bad?

Is it an acceptable practice to have multiple HTML forms on a page with input fields that share the… Read more Multiple Forms With Input Fields With The Same Name Attribute? Good Or Bad?

Is It Good Practice To Add A Php Include Of The Head Section In My Pages?

I am creating my portfolio site and I am wanting to include the head section as a php include on my… Read more Is It Good Practice To Add A Php Include Of The Head Section In My Pages?

Why Are Html5 And Xhtml 2 Separate Standards?

Is there a reason why these two standards are being developed separately? They seem to be solving t… Read more Why Are Html5 And Xhtml 2 Separate Standards?

Which Html Version Should Be Chosen For A Public Website

I am currently working on a website. After studying HTML5 and its features I want to go ahead with … Read more Which Html Version Should Be Chosen For A Public Website

Capturing Microphone Input Through Html5

If I get it right, this will be achieved through the HTML5 JavaScript API navigator.getUserMedia() … Read more Capturing Microphone Input Through Html5