Creating your first website

Slides:



Advertisements
Similar presentations
HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
Advertisements

KompoZer. This is what KompoZer will look like with a blank document open. As you can see, there are a lot of icons for beginning users. But don't be.
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.
HTML.
Project 8 Creating Style Sheets.
UNIT 12 LO4 BE ABLE TO CREATE WEBSITES Cambridge Technicals.
Creating and Editing a Web Page Using Inline Styles
Using Advanced Cascading Style Sheets
HTML Basics An Introduction to HTML. What is HTML? Stands for “Hyper Text Markup Language” Composed of “tags” which are surrounded by sideways triangles.
HTML Concepts and Techniques Fourth Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML Comprehensive Concepts and Techniques Third Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
Dreamweaver Learning to be a web design master! By: Mr. Brunton.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Creating Tables in a Web Site
HTML Comprehensive Concepts and Techniques Second Edition Project 3 Creating Tables in a Web Site.
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.
Making an HTML Document Notepad Group Bo Kim Dan Carter Han Chong Justin Weaver Kris Lamont.
HTML.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
Website Development with Dreamweaver
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.
HTML Concepts and Techniques Fourth Edition Project 6 Using Frames in a Web Site.
Web Programming Basics of HTML. HTML stands for Hyper Text Mark-up Language A mark-up language is different than those that you have learned before in.
Getting Started with HTML Please use speaker notes for additional information!
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML. Hypertext Markup Language Lesson Objectives 1. We will be able to understand the need for HTML and where it is used 2. We will be edit HTML to.
15.1 Fundamentals of HTML DeKalb County School System.
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
Creating Your First Web Page – Topic: Creating a wiki, blog, image blog and podcast Click Arrow - Next Slide 1.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
Building a Web Page. Create A New Folder  Right click on the desktop and select New / Folder  Name the folder playpen.
Creating and Editing a Web Page
This shows CIS17 and the first day introduction..
Getting Started with HTML. HTML  Hyper Text Markup Language  HTML isn’t a program language, its known as a markup language  A Markup language has tags.
1 Preparation for site Create a folder in MyDocuments: beavercheese. Create a subfolder, images Classes, career, DW beginner Download.
+ HTML Hypertext Markup Language. + Introducing HTML HTML is the language used in writing websites Open the “HTML Practice” link on the Daily Log Delete.
Creating and Editing a Web Page Using Inline Styles
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.
Word 2010 Headers and Footers You can make your document look professional and polished by utilizing headers and footers. The header is a section of the.
1 Your Web Page title body of Web page main heading H2 heading bulleted list paragraph.
Creating Web Pages with Links, Images, and Embedded Style Sheets
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place Programming language.
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.
Let’s Try It! Open Notepad
Online PD Basic HTML The Magic Of Web Pages
HTML GUIDE Press F5 and then
Uppingham Community College
Project 8 Creating Style Sheets.
Creating Web Pages with Links, Images, and Formatted Text
5.2.3 Be able to use HTML and CSS to construct web pages
HTML Extension.
How to PostPower Point Presentations
HTML Text editors and adding graphics
BUILDING A WEBSITE 7.4.2: Basics of HTML and CSS.
Hyperlinks 1 2.
Enhancing Your Web Site—Adding Links Web Page
HTML Structure.
European Computer Driving Licence
Creating your first website
15.1 Fundamentals of HTML 2 assignments: 1—complete the worksheet
Hypertext Markup Language
HTML Lesson 3.
Presentation transcript:

Creating your first website Web Design using HTML & CSS Create a webpage using Notepad Identify the use of different tags Add text to the website

Exercise 1: Create a folder In your ICT/ Computing folder create a folder called ‘HTML’

Exercise 2: Web Page Layout Click on Apps (on the desktop) > Tools open Notepad and enter the following:   <HTML> <HEAD> </HEAD> <BODY> </BODY> </HTML> Click on File > Save As, navigate to the My Website folder you created, name it First WebPage.htm and click on Save. Note: It is important to add the .htm file extension after the file name to make the file become a web page. Open My Website folder, notice that the file is showing as a web browser file type. To view it, double click on the file and the following web page will be display. Start tag Notice there is always a start tag and an end tag. End tag

Exercise 3: Adding Text To edit the web page, select the web page by left clicking on it. Click on Open dropdown arrow menu at the top> select Notepad as show below Add a header text and body text as shown below in bold, onto the Notepad document.   <HTML> <HEAD> <TITLE> My First Web Page </TITLE> </HEAD> <BODY> This is my first web page (your name) </BODY> </HTML>

Switch to the web browser and refresh the page by pressing on F5. Click on File – Save. Switch to the web browser and refresh the page by pressing on F5. Your page should be display as follow Take a screenshot of both your Notepad page website page side by side in a powerpoint as shown on the next slide. Add a title to the powerpoint - ‘My first website’ Save this powerpoint in your MyWebsite Folder Notice the header Notice the body

Add the text boxes and arrows like I have shown here. Header Website Body Notepad Add the text boxes and arrows like I have shown here.

Exercise 4: Paragraph It is important to realise that to split your text into paragraphs when it is displayed you must either use the paragraph tag <P> or the line break tag <BR> Open a new notepad and copy in the code on the right Save this notepad as a new file Click File> Save as - “Paragraph.htm” <HTML> <HEAD> <TITLE>Paragraph</TITLE> </HEAD>   <BODY> <P> This is my first web page.</P> <BR> <P>I hope you like it! </P> Good-bye for now. </BODY> </HTML>

Open the file on web browser and your page should display something that looks similar to the page below. Again take a screenshot and show both the web browser and notepad on another slide with a heading ‘Paragraphs ‘.

Task Open up your last notepad (paragraph) Open your HTML powerpoint Make sure you have the definition of HTML Find 2 more things about HTML and add these to your powerpoint.

Task 1 Write out what HTML stands for , and 2 bullet points about HTML Use the following website to help http://www.w3schools.com/html/html_headings.asp Find out the what the different headers are in HTML (use website above) Add them to a new notepad document – save as Headings.htm Show a screenshot of both the web browser and notepad on a a slide in your powerpoint with a title – Headings.

Task 2 Find the song lyrics to your favourite song – no inappropriate songs with any swear words in. Add these to a new notepad document Add the appropriate HTML Tags (<p>, <br>, headings, HTML, BODY, TITLE, HEAD) Save it as a .htm file and take a screenshot and add it to your powerpoint. Look up how to add colour on the webiste. Don’t forget to add start tags and end tags otherwise it will not work.