Welcome to Creative Web Design You will soon be creating your first web page.

Slides:



Advertisements
Similar presentations
Introduction to Web Design XHTML. The Basics Elements and Tags are the basics of any webpage.
Advertisements

Basic HTML Workshop LIS Web Team Spring 2007.
Learning HTML. > Title of page This is my first homepage. Tells Browser This is an HTML page Basic Tags Tells Browser End of HTML page Header information.
Communicating Information: Web Design
Teppo Räisänen LIIKE/OAMK 2010
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
Anne McGrath 16 th February  Review of what we have learned so far.  Angled brackets surround HTML tags.  The words between the angled brackets.
How Tags are used to form your Web Page
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;
HTML syntax By Ana Drinceanu. Definition: Syntax refers to the spelling and grammar of a programming language. Computers are inflexible machines that.
Basic HTML Workshop LIS Web Team Fall What is HTML? Stands for Hyper Text Markup Language Computer language used to create web pages HTML file =
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.
Cascading Style Sheets Dreamweaver. Styles Determine how the HTML code will display Determine how the HTML code will display Gives designers much more.
CS134 Web Design & Development Creating a Basic Web Page Mehmud Abliz.
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
Introduction to HTML. What is HTML? Hyper Text Markup Language (HTML) is a language for describing web pages. HTML is not a programming language, it is.
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.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Creating Webpage Using HTML
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
Welcome to Creative Web Design You will soon be creating your first web page.
HTML Basics Let’s Make a Web Page. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a.
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
15.1 Fundamentals of HTML DeKalb County School System.
RUBRIC IP1 Ruben Botero Web Design III. The different approaches to accessing data in a database through client-side scripting languages. – On the client.
HTML.
 Computer use language to communicate  A web browser will read these tags and translate it into what you actually see  Viewing Code of ESPN WebsiteESPN.
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 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 & CSS BasicsHTMLCSSQuizAnswers  The logo In this website(made of html and css Codes), you will learn some basics of How to use HTML and CSS codes.
15.1 Fundamentals of HTML 2 assignments: 1st—complete the worksheet. 2nd—create your first HTML web page following the directions in this PowerPoint where.
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.
Headings are defined with the to tags. defines the largest heading. defines the smallest heading. Note: Browsers automatically add an empty line before.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
HTML and the DOM. What is HTML? Hypertext Interconnected documents Markup Our code goes around our documents Language Yes, it’s programming.
HTML Review * is used as a reference for most of the notes in this powerpoint.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
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.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
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.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
HTML is the language that allows text and graphics to be displayed as Web pages. It is a set of special codes, called tags, that tells a browser application.
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.
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.
Basic HTML Introduction to HTML.
Web Basics: HTML/CSS/JavaScript What are they?
Basic HTML PowerPoint How Hyper Text Markup Language Works
Intro to Web Development Class A Review
HTML.
Basic HTML PowerPoint How Hyper Text Markup Language Works
HTML <tag> Syntax
HTML HYPERTEXT MARKUP LANGUAGE.
HTML 12/27/2018.
What is HTML anyway? HTML stands for HyperText Markup Language. Developed by scientist Tim Berners-Lee in 1990, HTML is the "hidden" code that helps us.
What is HTML?.
HTML Basic Structure.
HTML What is Html? HTML stands for Hypertext Markup Language.
Web Application Development
Document Structure & HTML
Basic HTML Workshop.
15.1 Fundamentals of HTML 2 assignments: 1—complete the worksheet
A Summary of Some Key Points from Chapters
Web Design & Development
Presentation transcript:

Welcome to Creative Web Design You will soon be creating your first web page.

What’s behind the web page?

Behind every web page is computer code. What’s behind the web page?

Computer Programming is uses a separate language you must learn to speak. What’s behind the web page?

Element An element is any object or item in a web page. Pictures, text, lines, etc. all of these can be elements. Learn some words in computer language:

“tags.”Elements are separated by “tags.” Mr. Millendez’s Page Element Learn some words in computer language: tags

“tags.”Elements are separated by “tags.” My Web Page Element Learn some words in computer language: You cant see the tags on the web page because they have: >< These Things

My New Web Page Element Learn some words in computer language: <title></title> The web browser knows not to show the stuff inside the

Elements The “tag” is the code on either side of the content. Tags should be lower case letters. There are many different kinds of “tags” you will see and be working with soon. My Page

Review: Element: Tag: A part of a web page. Computer code surrounding the element. Parts on the outsides of the tags (that’s how you know it’s a tag…)