HTML Lesson 2. Review Questions  What are HTML tags used for?  What do HTML tags look like?  What are the 3 required HTML tags?  In what section of.

Slides:



Advertisements
Similar presentations
HTML.
Advertisements

1 Lesson 5. 2 R3 R1 R5 R4 R6 R2 B B A A
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.
Designing a Poster Difference between content, layout and styles Miss Allgar.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Basic HTML UCR Webmasters Support Group Derk Adams.
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. 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.
Introduction to HTML. Topics HTML –What is HTML –Parts of an HTML Document –HTML Tags.
Web Design Unit Assignment #2: Job Skills Favorite Links Page You will create a HTML web page with links to informational websites about a variety of job.
Web Pages: Creating & Maintaining Body Tags. There have been several versions of HTML since its inception. VersionYear HTML1991 HTML HTML
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
CSS My favourite ICT lesson By Federico Boschi Cascading Style Sheets.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
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.
Just Enough HTML How to Create Basic HTML Documents.
All you ever needed to know…and more!. H.T.M.L. HyperText Mark-up Language Web’s programming language All web browsers Set of instructions Written with.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Last week you should have had something that looked like this.
HTML Basic IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
My Homepage Welcome to my Homepage! SPOT THE BUG No closing title tag.
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.
CREATING WEB PAGES Using…More HTML code! My First \ Web Page.
McLean HIGHER COMPUTER NETWORKING Lesson 5 HTML Description of HTML web page Creating a simple HTML web page.
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.
Images Worksheet. Web template Download the template folder Unzip and save in your documents Rename the folder to “images work” without quotes.
M Dixon 1 Tech HTML. M Dixon 2 Admin Attendance Register: –log in to your profile.
Informatics Computer School CS114 Web Publishing HTML Lesson 1.
Mark Dixon Page 1 Tech – HTML. Mark Dixon Page 2 Admin Attendance Register: –log in to your profile.
HTML Tags Lesson 2. What are HTML Tags?  Markup tags  Coded instructions that accompany the plain text of an HTML document  Syntax –Left wicket< –Tag.
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.
HTML BASIC IST 210: Organization of Data IST210 1.
Headings are defined with the to tags. defines the largest heading. defines the smallest heading. Note: Browsers automatically add an empty line before.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
HTML World Wide Web Consortium What does HTML stand for? – – –
Spiderman ©Marvel Comics Creating Web Pages (part 1)
External Style Sheets Exploring Computer Science – Lesson 3-6.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
This shows CIS17 and the first day introduction..
CS 100 Introduction to Web Page Construction and HTML.
HTML Basic Structure. Page Title My First Heading My first paragraph.
Creating Your 1 st Web Page. Tags Refers to anything between on a webpage Most appear in pairs surrounding content Some appear as empty tags (no closing.
HTML Tags BTT1O. HTML  Documents written in hypertext markup language can be interpreted by all web browsers.  This language lets the web page developer.
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.
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
Week-11 (Lecture-1) Introduction to HTML programming: A web based markup language for web. Ex.
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.
HTML Basic IST 210: Organization of Data IST2101.
Prepared by Sana Maqbool. Objectives After completing this lesson, the you will be able to… Understand about web authoring Name and explain the uses of.
Prepared by Sana Maqbool. Objectives After completing this lesson, the you will be able to… Understand about web authoring Name and explain the uses of.
IGEM Wiki Workshop 11/05/2017.
HTML GUIDE Press F5 and then
CSE 3! By Emma Sasson CSE Online Webpage HTML WORD EXCEL ALICE
HTML Lesson 2.
S.Y.B.M.M. LECTURE SERIES - PART 2
HTML Robert McIntosh
HTML.
Essentials of HTML.
My web site..
Essentials of HTML.
Web Design and Development
Making Web pages.
Web pages Lesson 3.
Web pages Lesson 4.
WJEC GCSE Computer Science
Unit 13: Website Development
HTML Lesson 3.
Presentation transcript:

HTML Lesson 2

Review Questions  What are HTML tags used for?  What do HTML tags look like?  What are the 3 required HTML tags?  In what section of your HTML code does the title tag go?  Where does the title show up on your actual web page?  What are headings used for and what section of your HTML code to they go in?

Review Questions  How do you make text show up bold on your web page?  How do you make text show up italic on your web page?  How do you make a line show up across your web page?  How do you make a picture show up on your web page?

Remember A Basic Web Page My page Hello this is my page Head section Body section Tags don’t show up on the page

Centering and changing the background colour  I’m in the center of the page   Replace the x’s with code for a specific color  Called hex codes  / /  Or search for html colour codes

How To Make A List  Ordered(numbered) list My favorite football teams are: 1. Newcastle United 2. ___________ 3. ___________

Lists  Ordered(numbered) list My favorite football teams are Newcastle United ____________  Un-ordered (bulleted list)  Change the to

Task 2  Open your webpage you were designing last week.  Place the background colour html in the body tag and give your webpage a colourful background. If you cannot find the right hex number to use search for “html colour codes” in google   Centre your titles. i.e. My School and Fun Stuff text  Under the Fun Stuff title. List your top five favorite things. This could be football teams, games or celebrities. My favorite football teams are: Newcastle United ____________