Tag Archives: Html Text

Making a HTML Website on notepad

code: html – means open html body – means text body. p – means paragraph – /p – means end paragraph /body – means end text body. /html – means end html! so your code should be: html body p (your text here) /p /body /html msg me or comment for any questions Video Rating: … Continue reading

iWeb Tutorial – Scrolling Text Boxs

In this tutorial, I show you guys how to make an html scrolling text box for your iWeb website. It is fairly, and it can work nicely for other HTML apps. Also, I WON’T BE ABLE TO MAKE TUTORIALS THIS COMING WEEK OR THIS FRIDAY BECAUSE I’M FLYING TO NYC! Until I arrive back, message … Continue reading

HTML Text Editor on Mac os x?

Question by Peter R: HTML Text Editor on Mac os x? What can I use for an HTML test editor on mac os x? I tried “text editor” but when i tried saving it as c:/mysite.html. the colon showed up as a “-” why is this happening? Best answer: Answer by AnonymouseTextEdit doesn’t work for … Continue reading

How can I create a game with html codes?

I don’t want to download a single thing and html seems easy. Is there anyway to create a game with html? html is not really designed for making games. But you can create games for a web-browser using javascript. There’s nothing to download either.. you can simply type the code into a html text document … Continue reading

What is the HTML code to display text without further page loading?

I have seen some sites with something written like this "show details" or "Review" etc.. When we click on it some text gets displayed without loading the web page… Can anyone tel me the html code to do it? its simple linking! web page with a links saying "show details" or "Review" are simply linked … Continue reading

Are there any Web search engines that index and allow searching of HTML code itself rather than text content?

Is there a Web search engine that allows users to search the html code of all sites it indexes, rather than just the text displayed on the site (eg. Google)? If you think about it, if there was a search engine that searches the html code of websites, if you search for the <html> tag, … 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

What is the html code to display slide out text?

In some sites i have seen, where ever the user scrolls(whether up or down) a box with text or image also scrolls with it… Can anyone tell me the html code to do it in my site? I believe its actually Java Scripting within html code that enables this effect. Click this link —> http://javascript.internet.com/image-effects/menu-sliding-image.html … Continue reading

What is the html code to put certain text on a colored background?

I want to know how to do html code so that i can have some text on a light blue background, and some text on a light pink background, for a blog i’m creating that has his/her comments… sort of like when you quote someone in a forum, and it shows up on a different … Continue reading