Tag Archives: Html Check

Youtube Security Advisory – HTML Comments 0day – cwade12c

Script breaker by: coolerwesbox Modified by: cwade12c I’ve edited this vulnerability into something more major. Alerts can be generated, h1, marquee, redirect, iframes, etc. Concept: Creating a script tag after your given comment, there is no script to match this, which breaks YouTube Javascript. Concept Wade: YouTube uses a certain function to generate HTML and … Continue reading

One Hour HTML

Check out these html what is html products: A single Hour HTML The classic HTML course – now accessible in video. Learn the language of the internet in just 60 minutes. Apply what you find out as you go, with the unique html Sketchpad. A single Hour HTML addthis_url = ‘http%3A%2F%2Fhtmlindex.net%2Fhtml-what-is-html%2Fone-hour-html’; addthis_title = ‘One+Hour+HTML’; addthis_pub … Continue reading

Help please! i downloaded a free template and edited it with dreamweaver, i update the index.html?

and when I check my website, only the text shows, not the template itself, why? The template, if it is HTML, you would have to put it into the index.html for it to show up. It won’t just magically link to the template. If the template is CSS, you’ll still need a link at the … Continue reading

How to make different pictures using HTML format in web designing?

I want the html format for making different pictures,can u please tell me some formats for making nice pictures for website??? Pictures in html are all handled using the <img statement. If you want other graphics effects, use css: for example, usually background-image: url(‘something.jpg’) for something in your web page (a paragraph or a banner … Continue reading