Presentation is loading. Please wait.

Presentation is loading. Please wait.

Lesson 2 – Unit B. Quick review 1. What is the name of the eGCC host that you ftp your files? 2. What type of software do you use to create and edit web.

Similar presentations


Presentation on theme: "Lesson 2 – Unit B. Quick review 1. What is the name of the eGCC host that you ftp your files? 2. What type of software do you use to create and edit web."— Presentation transcript:

1 Lesson 2 – Unit B

2 Quick review 1. What is the name of the eGCC host that you ftp your files? 2. What type of software do you use to create and edit web pages? 3. What type of software do you use to view web pages? 4. What type of software do you use to publish web pages? 5. What is the name of the folder in your eGCC account where you will have any web pages and folders that contain web pages? 6. What is the location that you will store your original files?

3 Quick review continued 7. What type of files are web pages? 8. What is the URL that you and others would use to view the folder that contains your files for lesson1? 9. If a web folder does NOT have a page named index.htm or index.html, what will the browser display? 10. What is the easiest way to enter your URL into Canvas?

4 Project 1 – due at 11:59 pm Two parts to this project. Practice work from textbook – uploaded to the unit folder that is directly under the lesson1 folder. Project work – two files that are uploaded to the project folder that is directly under the lesson1 folder. ◦Info.txt – text file edited in notepad ◦Project1.docx – screen capture In Canvas you submit the URL for the location in your eGCC account where these files are located i.e. http://web.gccaz.edu/~abc1234677/lesson1

5 “The only thing constant is change.” The World Wide Web Consortium (W3C) maintains HTML standards and those standards are constantly "under transformation". HTML5 and CSS3 are the current standards. Deprecated features can still be used but their use is not recommended. Obsolete features should never be used.

6 Two Languages – two purposes HTML IS A SEMANTIC LANGUAGE STRUCTURE CSS IS A PRESENTATION LANGUAGE APPEARANCE

7 Hypertext Markup Language HTML is a mark up language that marks up text with tags. Web pages consists only of text and tags and therefore should only be created and edited with a text editor.

8  What you code. What the browser renders 

9 HOW HTML TAGS MARK UP ELEMENTS Normal tags (Chop sticks) A journey of a thousand web pages begins with a single click. Opening tag Closing tag One sided tags (fork) A journey of a thousand web pages begins with a single click. Anonymous Just one tag without end tag.

10 Common Questions Are tags case sensitive? Should I use UPPER CASE, lower case or Mixed Case? Does code need to be spaced in a certain amount? Does code need to be written on separate lines? Can I use Word to write my web pages? Well can I use Dreamweaver or a similar development tool to write my web pages? What is the web developer mantra?

11 After you edit a page in notepad what should you do? Save the file. When you view a page in the browser since it has changed, what should you do? Refresh or Reload the page. “Save and Refresh”.

12 Using your text editor (Notepad), start with the DOCTYPE tag then add the html tags.

13 Add and tags in new lines within the html tags. Add and tags in new lines within the html tags. Add to specify character encoding.

14 title - and The text that is enclosed in the begin and end title tags will appear in the tab or window of the browser. The title tag should always be in the head section not in the body. It also will be used if a page is bookmarked or made a favorite. heading - and - where n is a number from 1 to 6 Headings come in various sizes with the largest being an h1 and the smallest being the h6. An h3 tag is often called a medium size heading. Examine the code and its result below to see how these tags are coded and their results. paragraph - and The text enclosed inside the paragraph tags will wrap as one item as the browser window's size changes. break - The break tag will cause the next item to start on a new line. The paragraph tag inserts a blank line where the break tag does not.

15 and : text that appears in the browser’s title bar and : highest level heading and : paragraph of text

16 HTMLComments Comments do not appear when the page is displayed in the browser. Can be used to document code. Portions of code being developed can be commented until completed. Useful when testing code.

17 Web page validation. Can be used to detect errors in code. Errors should be corrected. Warnings and informational messages http://validator.w3.org/

18 If you have challenges Double check ◦Incorrect tags ◦Missing end tag ◦Speeling ◦Missing or incorrect quotes - “ is not the same as Validate Upload all the files and then send an email with the published address to the instructor including a meaningful description of the difficulty. Do not submit in Canvas until it is to be graded.

19 R.O.T. – Rules Of Thumb Do not put spaces in file names or folder names. Be careful with quotes – always finish what you start. ONLY update the files on your USB. Make a backup copy of your USB. Once updates have been made to the files on your USB, then publish them to your eGCC web space. Always use the html extension. TEST, TEST, TEST

20 Just a reminder In Lesson 2 practice work from the textbook you are creating the web page files – there are no files in the Unit B folder.

21


Download ppt "Lesson 2 – Unit B. Quick review 1. What is the name of the eGCC host that you ftp your files? 2. What type of software do you use to create and edit web."

Similar presentations


Ads by Google