Creating a website. What you should learn HTML HyperText Markup Language Basic structure of your web.

Slides:



Advertisements
Similar presentations
3.02B Authoring Languages 3.02 Develop webpages..
Advertisements

Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 11: Advanced Web Technologies.
ASP.NET Intro An introduction to the languages and communication of an ASP.NET system.
Authoring Languages and Web Authoring Software 4.01 Examine web page development and design.
CNIT 133 Interactive Web Pags – JavaScript and AJAX Review CSS.
VCE IT Theory Slideshows By Mark Kelly McKinnon Secondary College Vceit.com Power Websites CMS and CSS.
Project 1 Introduction to HTML.
Lecture 2B: HTML and CSS IT 202—Internet Applications Based on notes developed by Morgan Benton.
Web Program Development1 February 23, 2011 HTML Web Page Development Debbie Bartlett February 23, 2011.
1st Project Introduction to HTML.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
What is Web Design The term “web design” has come to encompass a number of disciplines, including: Visual (graphic) design User interface and experience.
Static VS Dynamic websites. 1-What are the advantages and disadvantages? 2- Which one should you choose and why?
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
Create a Website Session I Key Components Hands-on HTML.
INTRODUCTION TO DHTML. TOPICS TO BE DISCUSSED……….  Introduction Introduction  UsesUses  ComponentsComponents  Difference between HTML and DHTMLDifference.
Seng and Wavering present:.  Don’t forget your paperwork!  Will be developing a website for a client – usually a club, nonprofit, or other worthy.
With your friendly Web Developer, Chris.. Terminology  HTML - > Hypertext Markup Language  CSS -> Cascading Style Sheet  open tag  close tag  HTTP->Hypertext.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
The Internet and the World Wide Web. The Internet A Network is a collection of computers and devices that are connected together. The Internet is a worldwide.
AJAX Making Dynamic Web pages more Dynamic Jim Hendricks April 25th, 2006.
Build a HTML 5 App Octobershiner. What is a HTML 5 app ? What is a Web application ? Sth. In your browser Maybe a webpage or a game Multiple type of OS.
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.
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.
Weekend MS CS Program Internet and Web Technologies COT 5930 Web Project Development - Ajax Dr. Roy Levow, Associate Chair & Professor
How the Web Works Digital Histories Workshop Adam Crymble.
XHTML and CSS Session 1 Intro, (X)HTML, CSS, W3C, browsers, webpage, structure, tags, attributes, elements, web development process, basic XHTML elements.
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.
 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.
TOPIC II Dynamic HTML Prepared by: Nimcan Cabd Cali.
Web Terminology Intro to Web. North Lake College 2 by Sean Griffin HTML vs. XHTML HTML: Hypertext Markup Language XHTML: eXtensible Hypertext Markup Language.
Louisa Lambregts, Louisa Lambregts
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
The Web Wizard’s Guide To DHTML and CSS Chapter 2 A Review of CSS2 and JavaScript.
HTML HyperText Markup Language Victoria E. Kozlek.
Basic Steps to create a Website using HTML5. Hypertext Markup Language.
1 ITEC 4830 Graphics Design Chapter 1 Dreamweaver MX 2004 Basics.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
WEB DESIGN Presentated By Amit Kapri Contact No
HTML LAYOUTS. CONTENTS Layouts Example Layout Using Element Example Using Table Example Output Summary Exercise.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
Web Development. Agenda Web History Network Architecture Types of Server The languages of the web Protocols API 2.
Web Basics: HTML/CSS/JavaScript What are they?
4.01 How Web Pages Work.
How Websites work and how to easyly create your own
Project 1 Introduction to HTML.
Objective % Select and utilize tools to design and develop websites.
4.01B Authoring Languages and Web Authoring Software
Chapter 1 Introduction to HTML.
Introduction to Website Creation in sphb K200
Where to Start When Re-Designing a Webpage
Project 1 Introduction to HTML.
The Internet and HTML Code
Developing Web-Based Applications
Objective % Select and utilize tools to design and develop websites.
Markup Languages -Use codes, called tags, to provide instructions about formatting and structure of a website HTML (Hypertext Markup Language) Must be.
WEB 240 knowledge is divine-- snaptutorial.com. WEB 240 Entire Course For more classes visit WEB 240 Week 1 Individual Website Brainstorm.
Introduction to Internet Programming
04 | Web Applications Gerry O’Brien | Technical Content Development Manager Paul Pardi | Senior Content Publishing Manager.
4.01B Authoring Languages and Web Authoring Software
Mozafar Bag-Mohammadi
Apply procedures to create cascading style sheets.
Computer communications
Markup Languages -Use codes, called tags, to provide instructions about formatting and structure of a website HTML (Hypertext Markup Language) Must be.
Client-Server Model: Requesting a Web Page
Presentation transcript:

Creating a website

What you should learn

HTML HyperText Markup Language Basic structure of your web

CSS Cascading Style Sheets Creating a visual appearence

Javascript high-level, dynamic, untyped and interpreted programming language For programming purposes such as animation

Creating webpage localy

How to learn it?

Jakpsatweb.cz Pros: – Czech site – Basics of HTML, CSS and Javascript Cons: – Created long time ago

W3schools.com Pros: – Everything about HTML, CSS and Javascript – Corresponding to new trends Cons: – Did not find any

Frameworks that makes your work easier

Why use a framework? Makes your work easier Mostly responsible Includes extensions and other libraries Well-prepared documentation Large fan base

Maintening your webpage

Why use CMS CMS – content management system Helps you with mainteaning a webpage Could install lot of plugins and extensions Even begginer could change content without knowledge of HTML

How to publish your masterpiece? 1.Register a domain 2.Buy a web hosting 3.Upload your files