WEB DESIGN Presentated By Amit Kapri Contact No-7895496344.

Slides:



Advertisements
Similar presentations
Anatomy of a Web Page. Parts of a Web Page Title Bar Navigation Tool Bar Location Bar Header Graphic/Image Text Horizontal Rule Links.
Advertisements

HTML III. Learning Objectives HTML Links Structuring Pages with Frames Introduction to Cascading Style Sheets (CSS)
Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
HTML and CSS. HTML Hyper Text Markup Language Tells browser how to display text and images.
Introduction to HTML & CSS
Presenter: James Huang Date: Sept. 26,  Introduction  Basics  Lists  Links  Forms  CSS 2.
Making Things Look Nice: Visual Appearance and CSS CMPT 281.
Cascading Style Sheets Understanding styles. The term cascading describe the capability of a local style to override a general style. CSS applies style.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
Instructional Technology & Design Office or Insert Workshop Name Presented by Your Name Here.
Chapter 7 Using Advanced Cascading Style Sheets HTML5 & CSS 7 th Edition.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
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;
COMP101 – Exploring Multimedia and Internet Computing LA2 (Thu 14:00 – 16:50) TA: Jackie Lo.
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 =
Introduction to HTML academy.zariba.com 1. Lecture Content 1.What is HTML? 2.The HTML Tag 3.Most popular HTML tags 2.
Understanding HTML Style Sheets. What is a style?  A style is a rule that defines the appearance and position of text and graphics. It may define the.
Basics of HTML.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
© 2012 Adobe Systems Incorporated. All Rights Reserved. LEARNING THE LANGUAGE OF THE WEB INTRODUCTION TO HTML AND CSS.
Introduction to HTML. Topics HTML –What is HTML –Parts of an HTML Document –HTML Tags.
Define html document byusing Example : Title of the document The content of the document......
Working with Cascading Style Sheets. Introducing Cascading Style Sheets Style sheets are files or forms that describe the layout and appearance of a document.
Styling and theming Build campaigns in style. What we'll look at... How a web document is structured How HTML and CSS fit together Tools you will need.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
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.
Lesson 2 Adding more content to your web page. Thanks to Richard Hudnutt, Luella HS.
Copyright © 2013 MyGraphicsLab / Pearson Education STRUCTURE AND HTML TAGS MyGraphicsLab: Adobe Dreamweaver CS6 ACA Certification Preparation for Web Communication.
By Brieya. What is HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects.
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.
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
Adobe Certified Associate Objectives 1 Setting Project Requirements.
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.
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model.
Jozef Goetz, STEM Summer Camp Dr. Jozef Goetz.
CSS Cascading Style Sheets A very brief introduction CSS, Cascading Style Sheets1.
Unit 5 The Web Book Test. Unit 5 Test The Web Book Test 1. On the bottom of page 46, why is writing web pages not like writing printed documents ?
Basic Steps to create a Website using HTML5. Hypertext Markup Language.
HTML Basic Structure. Page Title My First Heading My first paragraph.
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
1 ITEC 4830 Graphics Design Chapter 1 Dreamweaver MX 2004 Basics.
Before We Begin Please download the files from as we will be using them in our walkthroughs.
Command Innovative Technologies HTML (Hyper Tax Markup Language AND CSS(Cascading Style Sheet) 1.
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
Chapter 1: Intro to HTML Section 1: HTML Structure Presentation Section 2: Layout of an HTML File Section 3: Working with Lists & Tables Section 4: HTML.
CASCADING STYLE SHEET CSS. CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a problem.
CSS Introductions. Objectives To take control of the appearance of a Web site by creating style sheets. To use a style sheet to give all the pages 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.
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 concepts of web design
Pertemuan 1 Desain web Pertemuan 1
MIT 511- Web Design & Usability
Week-12 (Lecture-1) Cascading Style Sheets (CSS): describe how documents are presented on screens. Types of Style Sheets: External Style Sheet - Define.
Web Basics: HTML/CSS/JavaScript What are they?
Objective % Select and utilize tools to design and develop websites.
INTRODUCTION TO HTML AND CSS
Key concepts of Computing
The Internet and HTML Code
Lecture 8. HTML. Author: Aleksey Semyonov
Objective % Select and utilize tools to design and develop websites.
INTRODUCTION TO HTML5.
Introduction to web design discussing which languages is used for website designing
Digital Design – Copyright Law
HTML HYPERTEXT MARKUP LANGUAGE.
INTRODUCTION TO HTML AND CSS
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Pertemuan 1 Desain web Pertemuan 1
Creating your website and learning HTML
One Set of Styles Connected to As Many Pages as You Want!!!
Presentation transcript:

WEB DESIGN Presentated By Amit Kapri Contact No

HTML,CSS,JAVA SCRIPT,PHP ETC………. (HTML)Hyper text markup language, (CSS)Cascading style sheet,……………………..

WHAT IS HTML  HTML is a basic language of web page design. A collection text graphic sound and video this is called web page. The web page collection are which are hyperlink to each other web page this is called web site.  Name of any website start from www (world wide web).www

HTML IS BASED ON THE TWO CONCEPTS  Hyper text & Markup language…..  Hyper Text:- These are the text used for hyperlink for the same web page as well as for the different web pages.  Markup:- Language :- These are the special tags which are used for designing the web page.

COMMON HTML TAGS  :- Title of the HTML document.  :- Section Heading (h1-h6)  :- Paragraph text.  :- Define link to other page or website.  :- Insert an image…..

HTML 5 TAGS  :Header  :Navgation  : Content for the page  :Footer  :Video  :Audio

T THREE PARTS OF HTML DOCUMENTS Web page Hello word! HTML version the document conforms is Functional (non-visual) Content Visual content

WHAT IS CSS  Cascading Style sheets(CSS) is a language used to describe the design of HTML. AND Controls the visual properties of the content.

BENEFITS OF CSS  Separates the visual properties from the content. Can be internal or external An external CSS file can be used on multiply HTML pages.  Internal CSS-: At the top of an HTML page  External CSS-: A linked CSS file.

THE STRUCTURE OF CSS   CSS Style   H1{ font-family:Arial; font-size:4em;}   This is the first heading page in html document 