Saving a .html file in NotePad

Slides:



Advertisements
Similar presentations
Creating a brochure with MS Publisher K Enniss 2/2003.
Advertisements

Conference-CD phdcc: PHD Computer Consultants Ltd CD Format Layout of CDs produced by Conference-CD What folders are on the CD How to use templates to.
Click on File - > New. Name Database then click on “Save”
What happens when you create an HTML document and include pictures.
Garfield Graphics included with kind permission from PAWS Inc. All Rights Reserved. Making a PowerPoint Presentation 02 Adding Sound.
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.
Project 8 Creating Style Sheets.
BCS Schoolwires by Brenda Luther. User Name and Employee Password.
Chinese Information Processing (I): Basic Concepts and Practice Unit 7: Web Pages in Chinese.
FIRST COURSE Creating Web Pages with Microsoft Office 2007.
Created in 2011 at Liberty High School. Getting Started Overview on Magnet Tool – Graphics – Text – Image – Video – Sound – Wall A Sample Glog How to.
Introduction to Web Development in HTML Web module day 1 IS 201.
Making an HTML Document Notepad Group Bo Kim Dan Carter Han Chong Justin Weaver Kris Lamont.
HTML.
February 2006Colby College ITS iWeb Tutorial. February 2006Colby College ITS Topics Create your own webpage Customize your webpage Publish your webpage.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
WEBiT Adding a new page. 1. View a page like the one you wish to create a. Navigate to a page with a similar layout to the new page you wish to create.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
15.1 Fundamentals of HTML.
C-Map Tutorial How to create and save a concept map using C-Map, export a C-Map as an image, and export a C-Map as a webpage.
What is a File? Files are collections of information. In fact, almost all of the information stored in a computer is stored in a file. There are many different.
Creating Your Lesson/Activity Save template from C&I webpage to your computer Template was created as a form so that formatting would remain consistent.
By: Kylia Ivory.  ( Demonstrate understanding of file extension and the purpose of file types across software products).
Microsoft Word Lesson 1. The Undo Button  Don’t worry about making a mistake. If you make a mistake, go up and hit Edit and then hit Undo, Or you can.
HTML Concepts and Techniques Fourth Edition Project 7 Creating a Form on a Web Page.
Creating webpages in Google Sites. 1- Create a Gmail account.
Barbara White School of Information Technology XHTML template Saving files in Notepad.
YEAR 8 – WEB DESIGN IN HTML Lesson 2. STARTER Use the internet to find out what JavaScript is? Use ‘Microsoft Word’ to write down your list.
1 Type in the URL to access the WEBSPACE Control Panel HOW TO MAKE CHANGES AND UPDATES TO YOUR WEBSITE.
15.1 Fundamentals of HTML DeKalb County School System.
Creating a navigation bar in Fireworks. Setting up the canvas Open Fireworks and choose a canvas size big enough to fit the buttons on you are going to.
How To Design Your Own Webpage Created Especially For You By: Amanda E. Stricklin.
CS543: WEB APPLICATION PROGRAMMING Lab 1: HTML tags & SW installation Computer Science Department.
Teacher Websites TALIA R. COTTON. Teacher Websites Log In  To log in to your teacher website  Select Staff only on EGHS Website  Type in your .
A POWERPOINT PRESENTATION HOW TO CREATE…. WHY YOU USE POWERPOINT Well PowerPoint is a vary useful tool when you need to create a presentation. By using.
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
Quick Launch. Google Drive 30 GB Cloud Space Document.
Web Page Creation Standard Grade Computing. WWW n The World Wide Web is a collection of information held in multimedia form on the Internet. n This information.
HTML Introduction 2-1. Lecture 6 HTML - HyperText Markup Language  not a programming language  structure text into title, body, paragraphs, lists, links,
HTML Introduction 2-1. Lecture 6 HTML - HyperText Markup Language  not a programming language  structure text into title, body, paragraphs, lists, links,
+ HTML Hypertext Markup Language. + Introducing HTML HTML is the language used in writing websites Open the “HTML Practice” link on the Daily Log Delete.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
Your HTML website creating your first html file. Creating an HTML FIle Open note pad from accessories, programs. Write code. Save and view. In 3 Steps.
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 NOTES October 6, Starting a document and saving  Always use notepad  Use _ for spaces otherwise it won’t work  When saving make sure you.
CHOOSE 1 OF THESE.
1 Your Web Page title body of Web page main heading H2 heading bulleted list paragraph.
How to build a Web Page or “The things geeks never told you!”
Tips: 1. To insert your picture, click “Insert” –> “Picture”, select picture from your computer. (or just click the icon in the middle of page.) You can.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
BTEC ICT Level 3 Unit 8 E-Commerce. Session 2 – Technologies and What they Consist of.
U NIT 9 Level 2 Web Design. What does HTML stand for? HTML stands for Hypertext Markup Language and it is the language used by all web pages. It consists.
Using a template to create a document
Tutorial: How to Creat a Website.
BASIC HTML CODING BY cHRIS JACKSON.
WEBMAIL and SENDING MAIL
HTML HYPERTEXT MARKUP LANGUAGE.
Programming for webpages
How to PostPower Point Presentations
HTML Text editors and adding graphics
How to Make HTML and CSS Files Using Notepad++
Make a “Title Block” Print Your Furniture
Creating your first website
Using Word templates © EIT, Author Gay Robertson, 2017.
Use an Internet Browser
Creating your first website
TRIPLES.
Hypertext Markup Language
HTML Introduction.
Intro to Programming (in JavaScript)
Presentation transcript:

Saving a .html file in NotePad This .html file can be used by you as a template from which to create every other webpage you ever wish to. So… let’s get it right.

Open Notepad and save the file: 1. Name it: template.html 3. Change encoding to UTF- 8 2. Save as type – .txt 4. Save it. hit125 application concepts

hit125 application concepts Why UTF 8 encoding? UTF 8 encoding is a universal language standard. It can handle just about any language there is Most computers can read it This means that your pages will be able to be read by people in Korea for example – whose computers are set for Korean text! hit125 application concepts

hit125 application concepts Open your template Navigate to where you saved your file Double-click the file icon to open it in a browser Right click the icon and select ‘open with’ for editing. Choose either Notepad or EditPadLite. hit125 application concepts