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
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
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
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