Unit 3 Day 3 FOCS – Web Design. Journal Unit #3 Entry #2 What are (all of) the required tags in a html document? (hint: it’s everything that is in sample.html)

Slides:



Advertisements
Similar presentations
How To Make Your Own Web Page: Basic Web Design
Advertisements

The essentials managers need to know about Excel
Getting Your Web Site Found. Meta Tags Description Tag This allows you to influence the description of your page with the web crawlers.
Introduction to Creating a Web Page using a Simple Text Editor (Notepad) 1  2004 Ecirp Studios
Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
Unit 3 Day 4 FOCS – Web Design. No Journal Entry.
WeB application development
 Use the Left and Right arrow keys or the Page Up and Page Down keys to move between the pages. You can also click on the pages to move forward.  To.
XHTML Basics.
Creating and Editing a Web Page Using Inline Styles
MODULE 4 File and Folder Management. Creating file and folder A computer file is a resource for storing information, which is available to a computer.
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
XP Information Technology Center - KFUPM1 Microsoft Office FrontPage 2003 Creating a Web Site.
Introductory CMS Training Welcome to the new Montana State University Content Management System!
HTML CS1315 Fall What You Need to Get Started A *simple* text editor to write HTML – Windows: notepad – Mac: textedit (be sure to pick Format 
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Working with SharePoint Document Libraries. What are document libraries? Document libraries are collections of files that you can share with team members.
Creating a Web Page HTML, FrontPage, Word, Composer.
Basic HTML The Magic Of Web Pages. Create an HTML folder  Make a folder in your H drive and name it “HTML”. We will save EVERYTHING for this unit here.
Website Designing Using Ms FrontPage FrontPage 2003 Create a Web site with FrontPage.
Internet Skills An Introduction to HTML Alan Noble Room 504 Tel: (44562 internal)
Microsoft Windows LEARNING HOW USE AN OPERATING SYSTEM 1.
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
INTRODUCTION TO DREAMWEAVER 8. What we already know…  Design basics  Contrast  Repetition  Alignment  Repetition  HTML.
Adding Content To Your Faculty Page 1.Login 2.Create your Faculty Page 3.
Create Your Own Webpage. Fun with images Today we’ll cover –Working with images Including an image on your page Making the image a link Editing images.
Review Chapter 3, 4 & 5 - Dreamweaver. How does defining the site in Dreamweaver help in designing a web page? Answer: It shows all the files and images.
HTML Structure & syntax
creating a page layout With the index.htm and recipe.htm pages you created, you got some hands-on practice creating different kinds of design elements.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Tutorial 1 Developing a Basic Web Page. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives – Lesson 1 Introduction to the.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Learning Web Design: Chapter 4. HTML  Hypertext Markup Language (HTML)  Uses tags to tell the browser the start and end of a certain kind of formatting.
Web Design Fundamentals Demystifying Basic HTML. 2 After completing this lesson, you will be able to: Understand the basics of HTML coding. Use HTML tags.
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
Mail merge I: Use mail merge for mass mailings Perform a complete mail merge Now you’ll walk through the process of performing a mail merge by using the.
15.1 Fundamentals of HTML.
Web Design (2) Brackets - introduction. Brackets Brackets is a web design code editor It is an open-source project initiated by Adobe (creator of Dreamweaver)
WEB PAGE DESIGN FOR CHIARVELLE PIZZA Open Notepad Click on Start Point to Accessories Point to Notepad Click Notepad Click the Maximize button Click Edit.
Putting Applets into Web Pages.  Two things are involved in the process of putting applets onto web pages ◦ The.class files of the applet ◦ The html.
Unit 3 Day 6 FOCS – Web Design. Journal Unit #3 Entry #4 Write the source code that would make the following display on a rendered page: Shopping List.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 1 1 Microsoft Office FrontPage 2003 Tutorial 1 – Creating a Web Site.
1 Creating Web Pages Part 1. 2 OVERVIEW: HTML-What is it? HyperText Markup Language, the authoring language used to create documents on the World Wide.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
Creating a Web Site Using 000webhost.com The 000webhost.com Site You will be required to create an account in order to use their host computer 000webhost.com.
15.1 Fundamentals of HTML DeKalb County School System.
15.1 Fundamentals of HTML 2 assignments: 1st—complete the worksheet. 2nd—create your first HTML web page following the directions in this PowerPoint where.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
PART 2 INTRODUCTION TO DYNAMIC WEB CONTENT AND PHP.
Creating and Editing a Web Page
This shows CIS17 and the first day introduction..
Creating and Editing a Web Page Using Inline Styles
HTML Review * is used as a reference for most of the notes in this powerpoint.
Behind every site is a mix of special languages that your web browser understands The main way of describing any website is HTML HTML stands for Hyper.
HTML Overview.  Students will learn: How HTML tagging works How browsers display tagged documents How an HTML document is structured.
Creating a Web Site Creating a new Web site Defining and using folders Creating and editing Web pages Viewing pages in a Web browser.
How to build a Web Page or “The things geeks never told you!”
GETTING STARTED WITH VISUAL STUDIO.NET Getting Around Visual Studio.NET Using Panes Getting Panes back to normal The View Menu Online Resources Compatibility.
Creating Web Pages with Links, Images, and Embedded Style Sheets
HTML is the language that allows text and graphics to be displayed as Web pages. It is a set of special codes, called tags, that tells a browser application.
Revised June 2008 Online PD Basic HTML1 Let’s Try It!  Open Notepad oStart > All Programs > Accessories > Notepad oDon’t get WordPad by mistake – won’t.
Intro to Google Docs 2014.
Online PD Basic HTML The Magic Of Web Pages
HTML5 Basics.
With Microsoft FrontPage 2000
Adding a File to a Course
HTML Structure.
15.1 Fundamentals of HTML 2 assignments: 1—complete the worksheet
Presentation transcript:

Unit 3 Day 3 FOCS – Web Design

Journal Unit #3 Entry #2 What are (all of) the required tags in a html document? (hint: it’s everything that is in sample.html)

Sample Web Page Your sample Web page should look like this if you're using Notepad as your editor: Do you see any errors in your own code? If so, now would be a good time to correct them.

Saving your web page Before we go any further, let's save all this hard work. I'm going to have you save it as index.htm, because that's a common name for a site's home page (the first page one sees when visiting your site). Here are the steps: Close your editor. In Windows, click Close (X) in the upper right corner, or choose File > Exit from the menu bar. In TextEdit, click the red Close button. When asked if you want to save your work, click Save or Yes—or whatever indicates the affirmative in your program. Choose MyWebsite as the folder that you want to save the file in. Type index.htm as the filename

Save yo Shhhtuff…

At this point, the editor and page should close. The page is saved with the filename you specified in the folder you specified. The exact size and shape of the icon depends on how you're viewing icons in the folder. And the icon you see will match the icon of your default browser, which may be different from the examples shown. But the filename should be index.htm.

Browsing and Editing Pages Let's begin by covering some of the basics about files. The index.htm page you created in Chapter 2 is a Web page—a plain text file that contains HTML tags, and the filename has a.htm filename extension. All operating systems treat the.htm and.html filename extensions equally as Web pages. There's no advantage or disadvantage to using one extension or the other.

Text Editor vs. Web Browser When you look at the page in your text editor, you see the source code—the HTML tags you typed there. To see the page as the rest of the world would see it, you have to view the page in a Web browser. When you open the file in a Web browser, you see the rendered page rather than the source code. You'll see a few examples in this lesson.

Default Web Browser To open index.htm in a Web browser, you just have to double- click the index.htm file's icon in your MyWebsite folder. The page will open in your default Web browser. That'll be whatever you've defined as your default browser in the past. When you open index.htm in a browser, you won't see any source code at all. It's there! You just won't see it. In fact, you won't see anything but an empty page. Why? Because the tags you put into the page define the structure of the page only. You didn't yet put in any content for people to see.

My Blank Web page

User Agents Even though our index.htm page looks empty, it's not empty to user agents. To a user agent, the tags in the source code are still there and provide useful information. A user agent (sometimes abbreviated UA) is any program that might access the page. Your Web browser is a user agent. The Web-crawling infobots (also called spiders, crawlers, and bots) that the search engines like Google use to index your page and make it easy for people to find are user agents. The various browsers and browser-like programs on cellphones, e-readers, and tablets are also user agents. User agents need information about the page to best decide how to present it to the user (the person using the user agent). The tags you typed provide—information that's for the user agent rather than the human user's eyes.

Editing your web page Nobody wants to look at an empty Web page. So needless to say, your index.htm page isn't exactly ready for publishing to the Web. To be useful, you need to add some content to the page. (Recall that content is what people see, unlike code, which is what programs see). If you try to just start typing content into your browser, nothing will happen. Why? Because Web browsers are for viewing Web pages, not for creating or editing Web pages. If you want to change or add to a page, you're going to have to open it in your editor again.

Right Click “Open With”

Indentations In your editor, you're now back to seeing the source code, which means that you can see all the tags. In the code below, I've added some indentations that might make it easier to see how some tags are contained within other tag pairs. The indentations aren't required. Your code works the same with or without them. The indentations are for your eyes only

Indentations Example

The very first tag,, tells the user agent that's opening the page that it's about to encounter an html document. That very first tag will vary depending on the version of HTML or XHTML you're using. The tag is kind of a plain vanilla tag that'll work for right now. But it's nothing to be concerned about right now, because the rest of the tags are core HTML—which means that they're exactly the same regardless of which version of HTML or XHTML you're using to create your page.

: At the very bottom of the page, you see That tags tells the user agent that it has reached the end of the html document.  End of Document

Opening and Closing tags Note As you can see, most of the tags come in pairs. For example, at the top of the page and at the bottom. Most tags in HTML come in pairs like that. The first tag in the pair is called the opening tag for the pair, and never has a slash (/) in it. The second tag is called the closing tag and is always the same as the opening tag except that it has a slash (/) right after the < at the start of the tag.