Hyper Text Markup Language Developing & Hosting a Web page Lecture 21
Imran Ahmed Home Page Imran Ahmed Asst. Professor in Computer Science UMT 52 – L Gulberg III, Lahore I teach the Introduction to Computing course. HTML Code
Imran Ahmed's Home Page Imran Ahmed Asst. Professor in Computer Science UMT 52 – L Gulberg III, Lahore I teach the Introduction to Computing course. The ones in yellow, i.e.,,,,, are the six essential HTML tags, required in all Web pages
Imran Ahmed's Home Page Imran Ahmed Asst. Professor in Computer Science UMT 52 – L Gulberg III, Lahore I teach the Introduction to Computing course.
Imran Ahmed's Home Page Imran Ahmed Asst. Professor in Computer Science UMT 52 – L Gulberg III, Lahore I teach the Introduction to Computing course.
Imran Ahmed's Home Page Imran Ahmed Asst. Professor in Computer Science UMT 52 – L Gulberg III, Lahore I teach the Introduction to Computing course. Link Label Link Descriptio n
Imran Ahmed's Home Page Imran Ahmed Asst. Professor in Computer Science UMT 52 – L Gulberg, Lahore I teach the Introduction to Computing course.
Imran Ahmed's Home Page Imran Ahmed Asst. Professor in Computer Science UMT 52 – L Gulberg, Lahore I teach the Introduction to Computing course.
Imran Ahmed's Home Page Imran Ahmed Asst. Professor in Computer Science UMT 52 – L Gulberg, Lahore I teach the Introduction to Computing course.
Imran Ahmed's Home Page Imran Ahmed Asst. Professor in Computer Science UMT 52 – L Gulberg, Lahore I teach the Introduction to Computing course.
This HTML document is developed in a plain- text editor called notepad
Imran Ahmed Home Page Imran Ahmed Asst.Professor in Computer Science UMT 52 – L Gulberg III, Lahore I teach the Introduction to Computing course.
After typing the code into notepad,saved it as index.html To check it, double clicked on icon of the saved file index.html Double clicking on the icon launched the Web browser displaying my index.html
Problem! My Web page is visible only on my computer. It would be nice if it was also visible on the computers of all my friends and relatives as well.
Solution! I need to upload my Web page to a Web server that is connected to the Internet As a result, my Web page will become accessible to anyone with a computer hooked up to the Internet
Developing Your Own Web Page Step 1 Open notepad, type in the HTML code, and save it as index.html on your PC’s Desktop
Developing Your Own Web Page Step 2 Log on to the UMT Web server and upload that index.html from your PC’s Desktop to your account on that Web server
That is it! Your Web page is now accessible on the Internet through the URL: where xxxxxxxxx is your user ID
Let’s take a brief review of the HTML tags …
…
HTML tags that go in the HEAD portion of a Web page
…
…
HTML tags that go in the BODY portion of a Web page
…
… Paragraph
Line break
… Bold text
label Anchor (Anchors are used to embed links in a Web page)
label Displays the Web page specified by the link example: “ mailto: Sends an to the specified address example:
label label can be any text string
HTML Code I am at the UMT. You can send me an by clicking here. Browser Display I am at the UMT. You can send me an by clicking here.
Useful URL’s HTML for the Conceptually Challenged NCSA’s Beginner's Guide to HTML
Homework Assignment Develop your own home page. Among other things, it should contain At least one link to Your (clickable) address A paragraph ( words) on what are your ambitions in future? Deadline: 12:00pm, 10th May, 2007