CodersVilla
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Keywords

Latest topics
» A Pascal Program to Marks the scores of students in three courses!
Intro to HTML EmptyTue Feb 12, 2013 7:07 am by Morris

» Download Force3.0 for fortran
Intro to HTML EmptyMon Dec 17, 2012 10:41 am by Morris

» A simple Pascal program to turn on/off an AC
Intro to HTML EmptyMon Dec 17, 2012 10:23 am by Morris

» Download IDE/Compiler for Pascal
Intro to HTML EmptySat Dec 01, 2012 1:00 am by Morris

» Here is a a FORTRAN COMPILER FOR FREE DOWNLOAD!
Intro to HTML EmptyTue Nov 27, 2012 6:56 am by Morris

» ALERT! A NEW TROZAN THAT STEALS YOUR PICTURES
Intro to HTML EmptyMon Nov 26, 2012 11:59 am by Morris

» Dell cellular broadband modem.
Intro to HTML EmptySun Sep 23, 2012 6:35 am by Alphamj

» 2011/2012 SPDC Joint Venture University Scholarship Award Scheme
Intro to HTML EmptyThu Jul 26, 2012 8:46 pm by Morris

» A mad man and a foolish thief.
Intro to HTML EmptyWed Jul 25, 2012 6:33 pm by Alphamj

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar


Intro to HTML

2 posters

Go down

Intro to HTML Empty Intro to HTML

Post by Morris Sun Jul 15, 2012 10:19 pm

This article is an intro to HTML......Today we will create a simple HTML page to display "Hello world!" to our screen.
here are the codes........

<html>
<body>
<p>
HELLO WORLD!
</p>
</body>
</html>

HINTS:
1. observe how each tag is open and closed e.g <body> </body> ie the closing tag has "/".
2. The point at which we inserted HELLO WORLD! could be replaced by any other word or phrase....
3. See how each tag is neatly nested within each other....ie <html> - <body> - <p>
.............Good luck...


Last edited by Morris on Mon Jul 16, 2012 7:41 pm; edited 1 time in total
Morris
Morris
Admin

Posts : 19
Join date : 2012-07-06
Age : 34
Location : BENIN CITY

https://codersvilla.board-directory.net

Back to top Go down

Intro to HTML Empty Re: Intro to HTML

Post by Alphamj Mon Jul 16, 2012 5:03 pm

Why does the second <p> not have a closing tag? As in </p>
Alphamj
Alphamj

Posts : 6
Join date : 2012-07-08
Age : 29
Location : BENIN CITY

Back to top Go down

Intro to HTML Empty Re: Intro to HTML

Post by Morris Mon Jul 16, 2012 7:42 pm

dat has been fixed!!!
Morris
Morris
Admin

Posts : 19
Join date : 2012-07-06
Age : 34
Location : BENIN CITY

https://codersvilla.board-directory.net

Back to top Go down

Intro to HTML Empty Re: Intro to HTML

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum