APTECH JANAKPURI INSTITUTE PROVIDING WEB DESIGNING COURSES Address:- J-1,2nd Floor, Opp Metro Pillar No – 559, Janakpuri East, Delhi /42.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

/k/k 1212 Cascading Style Sheets Part one Marko Boon
Authoring Languages and Web Authoring Software 4.01 Examine web page development and design.
Understand Web Page Development Software Development Fundamentals LESSON 4.1.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Web Page Introduction. What is a web page? A web page is a text file containing markup language tags. –A markup language combines text and extra information.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Web Design Basic Concepts.
Web Page Introduction. What is a web page? A web page is a text file containing markup language tags. –A markup language combines text and extra information.
What is Web Design?  Web design is the creation of a Web page using hypertext or hypermedia to be viewed on the World Wide Web.
CGS3066: Web Programming and Design Summer 2014 Instructor Mir Anamul Hasan.
Creating a Basic Web Page
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Web Page Introduction. What is a web page? A web page is a text file containing markup language tags. –A markup language combines text and extra information.
CSE3310: Web training A JumpStart for Project.
With your friendly Web Developer, Chris.. Terminology  HTML - > Hypertext Markup Language  CSS -> Cascading Style Sheet  open tag  close tag  HTTP->Hypertext.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Web Page Introduction. What is a web page? A web page is a text file containing markup language tags. –A markup language combines text and extra information.
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 Basics BCIS 3680 Enterprise Programming. Web Client/Server Architecture 2  Your browser (the client) requests a Web page from a remote computer.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
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.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Asstt. Prof Sonia Sharma Computer Dept 1 HTML ( Hypertext MarkUP Language ) HTML is the lingua franca for publishing hypertext on the World Wide Web.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
CSE3310: Web training A JumpStart for Project. Outline Introduction to Website development Web Development Languages How to build simple Pages in PHP.
introductionwhyexamples What is a Web site? A web site is: a presentation tool; a way to communicate; a learning tool; a teaching tool; a marketing important.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
Web Development. Agenda Web History Network Architecture Types of Server The languages of the web Protocols API 2.
Alabama Educational Technology Conference
Web Page Introduction.
Web Basics: HTML/CSS/JavaScript What are they?
Egyptian Language School General Questions Prep.2
CNIT131 Internet Basics & Beginning HTML
Chapter 2 - Web Design Tools
Project 1 Introduction to HTML.
Objective % Select and utilize tools to design and develop websites.
Inquiring and analyzing options for creating a website
PHP MySQL Crash Course with HTML CSS
CISC103 Web Development Basics: Web site:
Concepts of HTML, CSS and Javascript
Key concepts of Computing
Project 1 Introduction to HTML.
The Internet and HTML Code
Introduction to Web programming
Developing Web-Based Applications
Unit 2, Lesson 5 Website Development Tools
Objective % Select and utilize tools to design and develop websites.
Unit 2, Lesson 5 Website Development Tools
Department of Computer Science, Florida State University
Markup Languages -Use codes, called tags, to provide instructions about formatting and structure of a website HTML (Hypertext Markup Language) Must be.
Prepared for Md. Zakir Hossain Lecturer, CSE, DUET Prepared by Miton Chandra Datta
Database Driven Websites
CISC103 Web Development Basics: Web site:
Digital Design – Copyright Law
Of HTML, CSS and JavaScript
Test 1 Review Website Basics, HTML, CSS
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Secure Web Programming
Teaching slides Chapter 6.
Tutorial 3 Working with Cascading Style Sheets
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
CIS 133 mashup Javascript, jQuery and XML
Web Development 101 Workshop
HTML and CSS Basics.
Markup Languages -Use codes, called tags, to provide instructions about formatting and structure of a website HTML (Hypertext Markup Language) Must be.
creating websites and web applications responsive.
HTTP and HTML HTML HTTP HTTP – Standardize the packaging
Web Application Development Using PHP
CGS 3066: Web Programming and Design Fall 2019
Presentation transcript:

APTECH JANAKPURI INSTITUTE PROVIDING WEB DESIGNING COURSES Address:- J-1,2nd Floor, Opp Metro Pillar No – 559, Janakpuri East, Delhi / /14

What is Web Designing Web designing refers to the design of websites that are demonstrated on the internet. It refers to the user experience aspects of website development rather than software development. Web design used to be focused on designing websites for desktop browsers; however, since the mid-2010, design for mobile and tablet browsers has become ever- increasingly important. WEB DESIGNING

 Definition: A static website contains Web pages with fixed content. Each page is coded in HTML and displays the same information to every visitor. Static sites are the most basic type of website and are the easiest to create. Unlike dynamic websites, they do not require any Web programming or database design. 1. Static Website Server Client/Br owser

 Definition: Dynamic websites contain Web pages that are generated in real- time. These pages include Web scripting code, such as PHP or ASP. When a dynamic page is accessed, the code within the page is parsed on the Web server and the resulting HTML is sent to the client's Web browser. 2. Dynamic Website SERVE R Client & Browser DATABAS E

 Definition: E-Commerce websites are online portals that facilitate online transactions of goods and services through means of the transfer of information and funds over the Internet. In the early days, E- Commerce was done partially through s and phone calls. 3. E-Commerce Website

What is Web Technology Web technology refers to the means by which computers communicate with each other using markup languages and multimedia packages. It gives us a way to interact with hosted information, like websites. Web technology involves the use of hypertext markup language (HTML) and cascading style sheets (CSS). Web Technology HTML (Hyper text Markup Language) CSS (Cascading Style Sheet)

1. HTML (Hyper Text Markup Language) Web Technology HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text Markup Language HTML describes the structure of Web pages using markup HTML elements are the building blocks of HTML pages HTML elements are represented by tags HTML tags label pieces of content such as "heading", "paragraph", "table", and so on EXAMPAL Page Title My First Heading My first paragraph.

2. CSS (Cascading Style Sheet) Web Technology CSS stands for Cascading Style Sheet s CSS describes how HTML elements are to be displayed on screen, paper, or in other media CSS saves a lot of work. It can control the layout of multiple web pages all at once External style sheets are stored in CSS files EXAMPAL body { background-color: light blue; } h1 { color: white; text-align: center; } p { font-family: verdana; font-size: 20px; }

3. Bootstrap ( Front end framework) Web Technology Bootstrap is a free front-end framework for faster and easier web development Bootstrap includes HTML and CSS based design templates for typography, forms, buttons, tables, navigation, modals, image carousels and many other, as well as optional JavaScript plugins Bootstrap also gives you the ability to easily create responsive designs EXAMPAL !-- Latest compiled and minified CSS -->

4. PHP (Hypertext Preprocessor) Web Technology PHP is an acronym for "PHP: Hypertext Preprocessor" PHP is a widely-used, open source scripting language PHP scripts are executed on the server PHP is free to download and use EXAMPAL My first PHP page

What is Content Management System (CMS) Aptech Janakpuri Institute A content management system (CMS) is a software application or set of related programs that are used to create and manage digital content. CMS are typically used for enterprise content management (ECM) and web content management (WCM).

Contact us : /42 mail us:-