Presentation is loading. Please wait.

Presentation is loading. Please wait.

WEB PUBLISHING 2/19/2019 JIPRA ICT DEPARTMENT

Similar presentations


Presentation on theme: "WEB PUBLISHING 2/19/2019 JIPRA ICT DEPARTMENT"— Presentation transcript:

1 WEB PUBLISHING 2/19/2019 JIPRA ICT DEPARTMENT
THIS IS SECTION B WEBSITE DESIGNING AND AUTHORING 2/19/2019

2 AIMS OF TODAY’S LESSON SUITABLE PUBLISHING SOFTWARE TO USE
INSTALLING THE SOFTWARE NAVIGATING THE SOFTWARE ENVIRONMENT RUNNING A SAMPLE WEBPAGE HTML TAGS 2/19/2019

3 NOTEPAD++ SOFTWARE TO USE 2/19/2019 IT IS EASY TO USE FLEXIBLE EDITOR
MULTIPLE WEB BROWSERS OPEN MULTIPLE TABS etc NOTEPAD++ 2/19/2019

4 Installation procedure
3. Welcome to setup 1. Installer 2.Select Language/ English THIS IS A TEXT EDITOR LETS MOVE TOGETHER FROM HERE……………. 2/19/2019

5 NAVIGATING THE EDITOR KEY AREAS FILE (NEW,OPEN,SAVE,SAVE AS, E.T.C)
RUN (VARIOUS WEB BROWSERS) 2/19/2019

6 RUNNING A SAMPLE WEB PAGE
<HTML> <HEAD> <TITLE> MY FIRST WEB PAGE </TITLE> </HEAD> <BODY> THIS IS MY FIRST WEB PAGE FOR CRYING OUT </BODY> </HTML> 2/19/2019

7 HTML TAGS What is html tag? A html tag is composed of the name of the element surrounded by angle brackets. For example a paragraph would be written: <p> this is a paragraph </p> 2/19/2019

8 Parts of HTML document/web page
There are three main parts of an html page/document i.e. <html> <head> <body> 2/19/2019

9 Tags used in html < > These are opening tags </> these are closing tags. For example : <html>……</html> NB: opening tag should be closed in that way. <head>…..</head> etc 2/19/2019

10 Html declaration There are only two ways of declaring in html… these are; <html> or <!doc type html> The browser will automatically display the page so long as saved with file extension of .html This must be at the beginning of the document it’s a MUST. 2/19/2019

11 Saving criteria These web documents are saved with a file extension of .html. a file extension is suffix that appears at the end of document and determines which file to be opened. For example mycafe.html, HOME.html, index.html 2/19/2019

12 NEXT: DESIGNING 2/19/2019 TABLES USING MARQUEE HEADING LINKS
AND OTHER ELEMENTS 2/19/2019


Download ppt "WEB PUBLISHING 2/19/2019 JIPRA ICT DEPARTMENT"

Similar presentations


Ads by Google