Web Design. How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web.

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

World Wide Web Hyperlinks Servers/Clients Browsers HTML (HyperText Markup Language)
1 Lesson 5. 2 R3 R1 R5 R4 R6 R2 B B A A
1 تقنيات الانترنت عال457 HTML. 2 HTML  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web. HTML is a text formatting.
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
Made by: Dan Ye. Introduction Basic Last Page ☆ HTML stands for Hyper Text Markup Language; ☆ HTML is not a programming language, it is a markup language;
Web Workshop: CSS Objectives: - “What is CSS?” - Structure of CSS - How to use CSS in your webpage.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Creating your website Using Plain HTML. What is HTML? ► Web pages are authored in HyperText Markup Language (HTML) ► Plain text is marked up with tags,
HTML.
HTML. What is HTML?  HTML is a language for creating web pages.  HTML stands for Hyper Text Markup Language  A markup language has tags which are codes.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
Anatomy of a URL: Finding Broken Links Dr. Steve Broskoske Misericordia University.
HTML Structure & syntax
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
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.
Just Enough HTML How to Create Basic HTML Documents.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
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
Hypertext Mark-Up Language Web Page Creation HTML.
Lesson 2: Basic HTML Code Basic HTML Code. HTML is an acronym for Hypertext Markup Language. Internet browsers translate the HTML code into texts and.
1 What is HTML? Standardized codes Web pages SGML Descriptive markup Tags.
HTML Internet Basics & Beyond. What The Heck Is HTML? HTML is the language of web pages. In order to truly understand HTML, you need to know a little.
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.
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
CPT 499 Internet Skills for Educators Session Ten Class Notes.
McLean HIGHER COMPUTER NETWORKING Lesson 5 HTML Description of HTML web page Creating a simple HTML web page.
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
CS 111 – Oct. 4 Web design –HTML –Javascript Commitment: –This week, read sections 4.3 – 4.5.
Informatics Computer School CS114 Web Publishing HTML Lesson 1.
CPS Today’s topics Basic HTML The Internet Upcoming ä Networks and the Internet ä Writing programs in pseudocode Reading Great Ideas Chapters 1,
HTML Basic. What is HTML HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it.
Introduction to HTML Unit 3: E-business.
Introduction to HTML Year 8. What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes.
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
Web programming Part 1: HTML 由 NordriDesign 提供
(HYPER-TEXT-MARKUP-LANGUAGE) By: Saima Islam By: Saima Islam.
Take Web Design Presurvey Username: First initial, last name For example, Omar Estrella -> oestrella Password: Same as.
Hypertext Markup Language.  Developed by Tim Berners-Lee in 1990  Stands for HyperText Markup Languange  A format that tells a computer how to display.
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.
Notes Test #2 will be held one week from this Thursday Check to see if you have a Vision account –Launch Netscape –Point & Click to location and type vision.
HTML HyperText Markup Language Victoria E. Kozlek.
HTML: Hypertext Markup Language The language to make web pages 0.
HyperText Markup Language (HTML) Developing a Web Page.
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 cancho. HTML HyperText Markup Language A set of HTML tags.
Displaying Your Ideas on the Internet How to let everyone admire your project
Week-11 (Lecture-1) Introduction to HTML programming: A web based markup language for web. Ex.
HTML 17 HTML 17. HTML 17 HTML is the language for making webpages Hypertext Markup Language You need to know the basics Questions about HTML are common.
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.
Web Basics: HTML/CSS/JavaScript What are they?
Basic HTML PowerPoint How Hyper Text Markup Language Works
What is HTML? Standardized codes Web pages SGML Descriptive markup
Web software.
S.Y.B.M.M. LECTURE SERIES - PART 2
Basic HTML PowerPoint How Hyper Text Markup Language Works
Web Design and Development
HTML 12/27/2018.
What is HTML?.
HTML What is Html? HTML stands for Hypertext Markup Language.
WEB & HTML Background Info.
HTML.
BTT Web Design Quiz Solutions.
WJEC GCSE Computer Science
HTTP and HTML HTML HTTP HTTP – Standardize the packaging
Presentation transcript:

Web Design

How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web pages. These programs are called Browsers.

HTML stands for: Hypertext Markup Language As well as the writing you see on the screen there is extra text, that tells the browser what size to show the text, to make it bold, and so on. HTML

What does HTML look like? This is text is bold This is text in italics This text is underlined This is a new paragraph This is a link to a web page

Do we need to know HTML?? No – there are programs that will do all the hard work for you We are going to use a program called Freeway.