BUILDING A WEBSITE 7.4.2: Basics of HTML and CSS.

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

HTML Basics Customizing your site using the basics of HTML.
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
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.
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
HTML, Formatting Text and Images Lesson 2.
How can basic HTML sites be improved?. The Difference Between Hyper Text Markup Language Is a markup language for describing web pages Is used to create.
Slide 1 Today you will: think about criteria for judging a website understand that an effective website will match the needs and interests of users use.
© 2011 Delmar, Cengage Learning Chapter 2 Developing a Web Page.
Create a Website Session I Key Components Hands-on HTML.
HTML. We’ll learn … What HTML is What tags are What a basic web page looks like What 3 HTML tags are required What HTML comments look like How to title.
HTML & CSS A brief introduction. OUTLINE 1.What is HTML? 2.What is CSS? 3.How are they used together? 4.Troubleshooting/Common problems 5.More resources.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
Eat Your Words! Creating webpage Layout. CONTENT The Layout of a Webpage HEADER FOOTER Each of these sections represents a ‘div’ (or divider). By linking.
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
1 Essential HTML coding By Fadi Safieddine (Week 2)
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.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
Just A Few More Fun Objectives 1 Having Some Fun With Java Script 2 Using Style Sheets.
HTML CSS JAVASCRIPT. HTML - Stands for Hyper Text Markup Language HTML is a ‘language’ that describes web pages. This language is a collection of codes.
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.
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.
Introduction to web development and HTML MGMT 230 LAB.
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.
Week 1 – Beginners Content McAfee & Big Fish Games CoderDojo.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
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.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
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.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
Quick Questions 1. What does HTML stand for? 2. What are the three main languages of the Web? 3. What is the purpose of the tags? 4. Why do we indent different.
Creating Your Own Web Page Using HTML (HyperText Markup Language.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
Presented by the Monroe County Public Library. Me: Austin Stroud, Instructional Designer at the Monroe County Public Library Adjunct Faculty, Ivy Tech.
Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley What did we learn so far? 1.Computer hardware and software 2.Computer experience.
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.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
CSS IS A LANGUAGE DESIGNED TO TARGET HTML ELEMENTS AND NODES BY TYPE, CLASS, ID AND VALUE, AND CHANGE THEIR VALUES CSS – change how your HTML looks and.
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.
Introduction to HTML Hypertext Mark-up Language. HTML HTML = Hypertext Mark-up Language Is just plain simple text marked up by “tags” You can create a.
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.
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
Cascading Style Sheets (CSS). Learning Objectives To develop an understanding of how CSS can enhance the design of a webpage To create and apply CSS styling.
Unit 15 – Web Authoring Web Authoring Project.
Online PD Basic HTML The Magic Of Web Pages
Web Basics: HTML/CSS/JavaScript What are they?
4.01 Cascading Style Sheets
Chapter 2 Developing a Web Page.
HTML and Website Development
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
Essentials of HTML.
HTML.
Essentials of HTML.
Introduction to Web Page Design
5.2.3 Be able to use HTML and CSS to construct web pages
Lesson 4 – Introduction to CSS
Making Web pages.
Intro to Web Development First Web Page
BUILDING A WEBSITE 7.4.3: Applying a Layout.
Creating your first website
HTML & CSS 7 Languages in 7 Days.
Creating your first website
4.01 Cascading Style Sheets
WJEC GCSE Computer Science
Presentation transcript:

BUILDING A WEBSITE 7.4.2: Basics of HTML and CSS

STARTER ACTIVITY >> WEB BROWSERS Which web browser do you use? How many browsers can you think of? What do you like about the web browser you use the most? STARTER ACTIVITY

THIS LESSON: LEARNING OBJECTIVES In this lesson you will: UNDERSTAND how to set up a HTML template. LEARN how tags are used in HTML. UNDERSTAND how CSS can be used to add style to a webpage. So that you can: BEGIN the very first steps of creating your own website! The design will be used as the template to create websites in future lessons.

HOW WEBSITES ARE MADE... Information from BBC Bitesize. Websites are drawn out by hand on large sheets of paper...

… then scanned into a computer to create the website. Information from BBC Bitesize. … then scanned into a computer to create the website.

BUT AM I RIGHT? THINK: PAIR: SHARE: by yourself! your thoughts with the person next to you! SHARE: be prepared to share your thoughts with the rest of the class! Information from BBC Bitesize.

3 BUILDING BLOCKS To create a powerful website from scratch there are 3 languages you need to learn. These are... Information from BBC Bitesize. More information about each on the next slide...

HTML Hyper Text Markup Language provides the basic structure of sites, which is enhanced and modified by other technologies like CSS and JavaScript. Cascade Style Sheets is used to control presentation, formatting, and layout. JavaScript is used to control the behaviour of different elements. CSS Tell students they can learn JavaScript as an extension if they wish. Year 7 students will use it in year 8 but current year 8 students will miss out. JAVASCRIPT This term you will learn HTML and CSS. We will save JavaScript for another time!

BEFORE WE GET STARTED! Open Notepad++ and your online powerpoint. Remember that you will use your development diary to check your progress. It is important that you update it regularly during the lesson to show your progress. Remember to add screenshots of your work and write about your work - this is important to develop your coursework skills.

THE CODE BEHIND >>TASK When visiting any website on Google Chrome you can look at the HTML code behind a webpage! To do this by opening the developer tools. Shortcut = Ctrl + Shift + C Visit the school website Look at the HTML What do you notice? Add your thoughts do your diary

HTML TAGS HTML is built using tags. There are hundreds of different types of tags, each for doing a different job. For example, we can use <p> and </p> to show a new paragraph of text. It is important that when you <open> a tag, you make sure you </close> it! Information from BBC Bitesize. Beware, there are a few exceptions to the rule!

PARTS OF A WEBSITE Head Body Websites are made up of a head and body. All websites also follow a similar HTML template that we use as the first building block. >> GET READY! The next slide has the template. Open Notepad ++ and copy the code. Head Body Information from BBC Bitesize. Let’s set up your website...

>>TASK: Start Building! Copy the code into your Notepad++ and save as ‘mywebsite’ in a new folder called ‘HTML’. >>GOOD Change the title between the <title> tags to match your idea. >>BETTER Between the body tags, add a header tag, for example <h1> Best Website Ever! </h1>. >>BEST Under your header, add some text between paragraph tags, for example <p>text is cool</p>. Information from BBC Bitesize. You can also use <b> tags to make text bold, <u> undeline and <i> italics.

>>TASK: Add an image! Firstly, you need to download some images from Google and save them into your ‘HTML’ folder. >>GOOD Use the image tag <img> to add an image. >>BETTER Change the width of the picture. >>BEST Try adding the image as the background of a paragraph. For example, <p style="background-image:url('clouds.jpg')"> Information from BBC Bitesize. You can also use <b> tags to make text bold, <u> undeline and <i> italics.

CLASS REVIEW Have you created a HTML template? Have you included text to match your ideas from last lesson? Have you included images?

INTRODUCTION TO CSS At the moment, our websites lack style. We can change that by adding CSS. We can add it straight to our HTML in Notepad++ without switching to another application. All CSS is laid out in a similar way, such as the example to the right. Information from BBC Bitesize. Ready to try it! Notepad++ at the ready...

>>TASK: Add some style! You need to add some <style> tags, so that you can write the CSS between them. >>GOOD Change the colour of your headers and text. >>BETTER Change the font style and size. >>BEST Research available colours for CSS and get really creative. Information from BBC Bitesize.

>> TASK: DEVELOPMENT DIARY UPDATE >> EXTENSION: Add screenshots of your work to your development diary. Add a write up about what you have achieved and how you did it. Think about what else you would like to learn to be able to build your website further. Remember your diary is where you will showcase your work. Don’t be lazy with it! Be proud of your work! Coursework is a vital skill to develop. Don’t just write short sentences. Explain and justify the design choices you have made. Discuss what you have learnt and how you applied it! >> EXTENSION:

TASK REVIEW Show your website to the person next to you. Ask questions about the work. Give the work a rating out of five stars. Can you offer feedback? What is good about the work? What could be improved?

PLENARY: Epraise Questions What are the three building blocks of website creating? What do you use to create elements in HTML? How can you add an image to the website? How can you add style to a website?

NEXT LESSON We will introduce new skills using HTML and CSS to develop your website further.