0% found this document useful (0 votes)
8 views2 pages

Web Site Basics and HTML

Web

Uploaded by

arunkumars.eec
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

Web Site Basics and HTML

Web

Uploaded by

arunkumars.eec
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

WEB SITE BASICS AND HTML

Web Essentials: Clients, Servers, and Communication. WWW - HTTP request and response message.
Markup Languages: XHTML. Introduction to HTML - Basic XHTML Syntax and Semantics
Fundamental HTML Elements – Lists – tables – Frames – Forms - HTML 5.0.
Introduction to Web Technology

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 is a technology that acts as an interface between web client and web server It
includes markup languages, programming interfaces, online presentation tools, Java applets, video
editing tools and so on.
 The commonly used client side scripting languages are HTML, JavaScript, CSS, XML and soon.
 The commonly used server side technologies are ASP, JSP, Java Servlets, PHP and so on

 Access to Data: Web technology provides vast amounts of data that can be used for analysis,
insights, and informed decision-making. Mobile Access: Web technology enables businesses to reach
customers through mobile devices, which have become increasingly important in people's lives.

Technologies of the Web


1. The three core languages of the web that make up the World Wide Web are HTML, CSS, and
JavaScript in Client Side

HTML
 HTML stands for Hyper Text Markup Language
 HTML is the standard markup language for creating Web pages
 HTML describes the structure of a Web page
 HTML consists of a series of elements
 HTML elements tell the browser how to display the content
 HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a
link", etc.

CSS
 CSS stands for Cascading Style Sheets
 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
 There are three types of CSS: external, internal, and inline. External CSS commands are written in a
separate file from the main HTML page. These are then linked to each web page by a command in the
HTML file.
Java Script
 Java Script (JS) is a cross-platform, object-oriented programming language used by developers to
make web pages interactive.
 It allows developers to create dynamically updating content, use animations, pop-up menus, and
clickable buttons, control multimedia, etc.

2. Server side technologies are ASP, JSP, Java Servlets, PHP and so on
ASP
 ASP stands for Active Server Pages

 ASP is a development framework for building web pages.

 ASP supports many different development models:

1. Classic ASP

2. ASP.NET Web Forms

3. ASP.NET MVC

4. ASP.NET Web Pages

5. ASP.NET API

6. ASP.NET Core

You might also like