Tag Archives: Web Page

What are the differences between printing an html and a pdf document?

I am writing a research paper and html and pdf documents have different citations. I can’t remember which I used when I printed my resources. It gave me both options. html documents are essentially the information that is put on the Internet to create a web page. PDF documents are saved from other software programs … Continue reading

How to redirect an HTML website index?

I want to redirect my web page that doesnt have a cpanel, only ftp and html files. How can I do that? Add this to the head section of your index page: <script> window.location="http://example.com" </script> Where example.com is the url of the site you are redirecting to. addthis_url = ‘http%3A%2F%2Fhtmlindex.net%2Fhtml-index%2Fhow-to-redirect-an-html-website-index’; addthis_title = ‘How+to+redirect+an+HTML+website+index%3F’; addthis_pub = … Continue reading

HTML TUTORIAL – Learn about the HEAD Tag in 5 Minutes

http://www.rickcable.com/blog/default.asp?Display=7 – This is a great tutorial if your new to HTML all about the html HEAD tag. Explains what it is, when to use it and what other tags are commonly found inside it and what they mean in plain english. Duration : 0:7:52 addthis_url = ‘http%3A%2F%2Fhtmlindex.net%2Fhtml%2Fhtml-tutorial-learn-about-the-head-tag-in-5-minutes’; addthis_title = ‘HTML+TUTORIAL+%26%238211%3B+Learn+about+the+HEAD+Tag+in+5+Minutes’; addthis_pub = ”; Technorati … Continue reading