Tag Archives: Tag

Q&A: How do i change the font styles of web feeds?

Question by peter s: How do i change the font styles of web feeds? This is what i (and others) have on their page. This is the code thats in the .js file: document.write(‘This is where the news event will go‘); According to this the font colour should be 333333 which is dark grey. However … Continue reading

Write the XHTML tag required to complete the basic frameset.?

Write the XHTML tags to place the Web page file menu.html in the first frame and the home.html file in the second frame. Write the XHTML tag required to create a frameset that defines two vertical panes. The first frame should use one-fourth of the browser window. The second frame should use three-quarters of the … Continue reading

HTML Flash Embed

http://ogsolution.com – In this screencast, we are going to talk about embedding flash into a webpage. Video websites like Youtube and Revver usually use flash to show their flash movies. In addition, they allow users to copy the flash embed code snippet and paste it on some other webpage. That’s why you see Youtube videos … Continue reading

What are the alternatives to CSS while still using an xhtml strict doctype?

Out of curiosity, is there an alternative to CSS, particularly for positioning/layout, when styling xhtml content? I am excluding Flash as a viable alternative. You can style without using actual stylesheets, but you’d have to use the "style" property in each tag you want to style and then that’s still technically stylesheets. Obviously you can … Continue reading

HTML Tutorial 2 – Colours, Fonts, Backgrounds Website Design

In this html website design tutorial I will teach you how to change background and text colours/colors with microsoft notepad. Difficulty Level: Easy/Beginner If you have any problems or need help with any of this tutorial please leave a comment below or message me on YouTube. Duration : 0:3:3 addthis_url = ‘http%3A%2F%2Fhtmlindex.net%2Fhtml%2Fhtml-tutorial-2-colours-fonts-backgrounds-website-design’; addthis_title = ‘HTML+Tutorial+2+%26%238211%3B+Colours%2C+Fonts%2C+Backgrounds+Website+Design’; … Continue reading

How can you make an html link that executes a javascript injection?

If it’s possible? You use the "<a href=…" tag in html to link to a website. You can type into the url bar something like "javascript:alert(‘Hello!’);" to do a javascript injection. How would you make a link in a web page that when you click on it, it does the javascript command? Effectively <a href="javascript…">, … Continue reading

What is the difference between HTML, XHTML and CSS?

They say it XHTML and CSS are both extensions of HTML. And when Im starting to make new website there is Doctype I need to choose – either HTML or XHTML..but doesnt matter what I choose I always use the same tags dont I?? I am very confused. The only essential difference between XHTML and … Continue reading

Website Search Engine & HTML META Tag Tutorial

In this video I will teach you and show you how to add your website onto google and various other major search engines as well as show you how to add META tags to your html websites. Follow Me: http://www.twitter.com/edzjohnson Music: Kevin MacLeod Duration : 0:5:11 addthis_url = ‘http%3A%2F%2Fhtmlindex.net%2Fhtml%2Fwebsite-search-engine-html-meta-tag-tutorial’; addthis_title = ‘Website+Search+Engine+%26amp%3B+HTML+META+Tag+Tutorial’; addthis_pub = ”; … Continue reading

What is the html code for text over images?

What is the html code for text to appear when someone moves the mouse over a picture? People never know what they are talking about. The alt="" attribute is NOT the attribute that shows the tooltip popup on a mouseover of an image. Although Internet Explorer does show the tooltip on a mouseover using the … Continue reading