The document covers topics on websites, web development, web developers and front-end development. It defines websites as collections of web pages identified by domain names. It describes web development as building websites and applications that run in browsers. It also defines web developers as programmers who specialize in browser-based applications.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
28 views
Presentation-FRONT-END WEB DEVELOPMENT
The document covers topics on websites, web development, web developers and front-end development. It defines websites as collections of web pages identified by domain names. It describes web development as building websites and applications that run in browsers. It also defines web developers as programmers who specialize in browser-based applications.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10
Topics We Will Cover :
❑ What is a website ❑ Web development ❑ Web developer ❑ Front-End development ▪ HTML ▪ CSS ▪ JavaScript What is a website:
• Website is a collection of web pages and related content
that is identified by a common domain name. Websites are typically dedicated to a particular topic or purpose, such as news, education, commerce, entertainment, or social networking. • Facebook, LinkedIn are examples of website. Web Development: ▪ Web development is the process of building, creating, and maintaining websites.
▪ Web development can range from
developing a simple single static page of plain text to complex web applications, electronic businesses, and social network services.
▪ It’s all about creating web pages (websites)
or applications (amazon, Facebook) that runs in a web browser. Web Developer:
A Web developer is a kind of programmer who
specializes in the development of applications that runs in a web browser.
Web developers may:
▪ Write code ▪ Develop and test new applications ▪ Monitor site performance and traffic ▪ Work with graphic designers on site layout ▪ Create content for the site Front-end development:
A Front-end development is building the front-end
portion of websites and web applications—the part users see and interact with. A front-end developer creates websites and applications using web languages such as HTML, CSS, and JavaScript that allow users to access and interact with the site or app. HTML (Hypertext Markup Language):
➢ Hypertext Markup Language (HTML) is the standard
markup language for creating web pages and web application. It defines the meaning and structure of web content.
➢ Web Browsers receive HTML document from a web server
or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document. CSS (Cascading Style Sheets):
➢ Cascading Style Sheets (CSS) is a style sheet
language used for describing the presentation of a document written in markup language like HTML. ➢ CSS designed to enable the separation of presentation and content including layout, colours, and fonts. JavaScript:
➢ JavaScript is the dominant client-side scripting
language of the web. It is a dynamic language. ➢ JavaScript enables interactive web pages and is an essential part of web applications. ➢ The vast majority of websites use it, and major web browsers have a dedicated JavaScript engine to execute it. The End…………