Brian Damage
Tank
- Joined
- Sep 27, 2003
- Messages
- 8,310
- Reaction score
- 3
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
It's like the "stuff" found in the Tate Modern...Brian Damage said:
<html><head><title>Something.</title></head>
<body>Something.
</body>
</html>
Ritz said:I just finshed doing a training coruse in html, and they told me you do, if you point out a reason why you dont then okBut till then im going to stick with what the professionals said.
Ritz said:I just finshed doing a training coruse in html, and they told me you do, if you point out a reason why you dont then okBut till then im going to stick with what the professionals said.
If you want it to work universally, you do it properly, otherwise you'll end up finding out your page doesn't work for certain browsers or systems.DreamThrall said:Using HTML tags is the *right* way to do it, yes, but you don't *actually* need them. Try it... create a blank text document on your desktop, type some text in it (no HTML), rename the extention to .htm and open it in your browser. It will work. You can even add HTML elements like tables and divs and whatever you like, without the enclosing <html> and <body> tags.
PS... I'm a professional too :thumbs:
The Dark Elf said:If you want it to work universally, you do it properly, otherwise you'll end up finding out your page doesn't work for certain browsers or systems.
There aren't any. The browser sends a get request to the server which in response sends out the data in the requested file. If the only data in the file is "Potatoe" then that is what it'll send and that's what the browswer will recieve, and it'll show the word "Potatoe"....but show me a current browser that won't render html code just because it doesn't have <html> and <body> tags.
He probably uses it to host stuff and doesnt need a main pageOxygenetic said:Don't really see the point in wasting money to showcase a simple word.