• Hey, guest user. Hope you're enjoying NeoGAF! Have you considered registering for an account? Come join us and add your take to the daily discourse.

Can someone help me with some HTML 101

Status
Not open for further replies.

Firest0rm

Member
I'm trying to open this simple page from my computer.


<html>
<body>
hello
</body>
</html>

and whenever i try to open the .txt file through explorer, notepad opens up instead with the html code and the browser doesn't open it as a webpage. What am I doing wrong?
 

BuddyC

Member
Change the .txt extension to .html

Afterwards, if you have to edit it further, right click on the file and choose "Open With..." to open the proper editing program.
 

aoi tsuki

Member
Teflar said:
I could be wrong, but try :

<html>
<head>
</head>

<body>
hello
</body>
</html>

The HEAD tag is for metadata. You don't really need it for ubersimple pages like this example. Technically, if you just wanted to display "hello" on the screen, you could probably omit the BODY and HTML tags.
 

demi

Member
aoi tsuki said:
The HEAD tag is for metadata. You don't really need it for ubersimple pages like this example. Technically, if you just wanted to display "hello" on the screen, you could probably omit the BODY and HTML tags.

sooo smart
 

alejob

Member
Now that this Q is answered I'd like to announce that today I passed my CCNA exam and noa am Cisco CCNA certified. I had to take it twice though. But I finaly got it. :D
 

keiichi

Member
alejob said:
Now that this Q is answered I'd like to announce that today I passed my CCNA exam and noa am Cisco CCNA certified. I had to take it twice though. But I finaly got it. :D
Nice, congrats. You have anything lined up?
 

Gattsu25

Banned
alejob said:
Now that this Q is answered I'd like to announce that today I passed my CCNA exam and noa am Cisco CCNA certified. I had to take it twice though. But I finaly got it. :D


I need to take this test either this month or next...is it hard? Did it have a lot of scenario Qs?
 
Status
Not open for further replies.
Top Bottom