HTML stuff, Iframe! Makes it ... lookable?

00:30

Lookable isn't really a word, but that's not the point.
I recently started a sort of... "section" that is called "stumble". That is basically me recomenting or sharing random, yet I like it, crap I find while spending half my life on StumbleUpon.

Now, I tend to use something called Iframe, which is something I put in the HTML code, and that allows me to show you the website without ou actually having to click on the link.

the code is

<iframe src="url"></iframe>

Example:
<iframe src="http://www.w3schools.com/html/html_iframe.asp"></iframe>
it would look like this;


  That site is btw the site where I learned pretty much all my HTML skills, so checking it out wouldn't be suck a bad idea.

You can also decide how big the box is going to be, like this;

<iframe src="http://www.w3schools.com/html/html_iframe.asp" width="900" height="600"></iframe>

That would make it look like this;



You are now actually being present of a iframe-ception. So hopefully this can help you out. if you want to put it in a blog post, just click HTML next to the "compose" button, and put it in. Some pages don't really work tho, and the code might mess itself up.

You Might Also Like

0 kommentarer