0% found this document useful (0 votes)
2 views

HTML,CSS & WEB TECHNOLOGY

The document provides an overview of HTML, CSS, and web technology, outlining their roles in website development. It explains HTML syntax, the use of CSS for styling, and the fundamental components of web technology including web browsers and servers. Additionally, it categorizes web technology into sections and highlights the importance of various programming languages and tools in web development.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

HTML,CSS & WEB TECHNOLOGY

The document provides an overview of HTML, CSS, and web technology, outlining their roles in website development. It explains HTML syntax, the use of CSS for styling, and the fundamental components of web technology including web browsers and servers. Additionally, it categorizes web technology into sections and highlights the importance of various programming languages and tools in web development.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

HTML,CSS & WEB

TECHNOLOGY.

WEBSITE DEVELOPMENT AND FEATURES OF


WEB.
INTRODUCTION.

VISHWABHARTI ACADEMY’S COLLEGE


OF ENGINEERING AND
POLYTECHNIC ……………………………….

CREATED BY : SHAIKH MOHD ALIYAN ANWAR HUSSAIN.

GUIDE : GARJE BHARTI.


HTML.

HTML

Description:

The HyperText Markup Language or HTML is the standard markup


language for documents designed to be displayed in a web browser.
It defines the content and structure of web content. It is often
assisted by technologies such as Cascading Style Sheets and
scripting languages such as JavaScript.

.
HTML SYNTAX AND TAGS.
THERE ARE TOTAL 142 TAGS IN HTML. HTML tags are like keywords
<!DOCTYPE html> which defines that how web browser will format and display the
<html> content. With the help of tags, a web browser can distinguish
between an HTML content and a simple content. HTML tags contain
<head>
three main parts: opening tag, content and closing tag. But some
<title>Page Title</title> HTML tags are unclosed tags.
</head> When a web browser reads an HTML document, browser reads it from
<body> top to bottom and left to right. HTML tags are used to create HTML
documents and render their properties. Each HTML tags have
different properties.
<h1>My First Heading</h1> An HTML file must have some essential tags so that web browser can
<p>My first differentiate between a simple text and HTML text. You can use as
paragraph.</p> many tags you want as per your code requirement.

FOR EXAMPLE : <h1></h1>


</body>
<p></p>
</html>
CSS.

Cascading Style Sheets is a


style sheet language used for
specifying the presentation
and styling of a document
written in a markup language
such as HTML or XML. CSS is a
cornerstone technology of the
World Wide Web, alongside
HTML and JavaScript
(
CSS SYNTAX.

CSS syntax refers to the way we


write CSS code. In order to write
CSS, you need to first identify
the element in your HTML page
that you want to style before
adding styles using a plethora of
built-in CSS properties. There
are multiple ways to identify
and tell CSS which element in
your HTML page it should style.
TAGS IN CSS.

Tags are used generally at the


bottom of web content to
categorize content. It's a pretty
neat idea, but usually creating
something that looks like a real
tag can be a little cumbersome.
I set out today to make an easy
to use tag, with minimal syntax
using just CSS and HTML (no
images).
INTRODUCTION TO 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).
SECTIONS IN WEB TECHNOLOGY.

Web Technology can be Classified into the Following Sections:

World Wide Web (WWW): The World Wide Web is based on several different
technologies: Web browsers, Hypertext Markup Language (HTML), and Hypertext Transfer
Protocol (HTTP).

Web Browser: The web browser is an application software to explore www (World Wide
Web). It provides an interface between the server and the client and requests to the server
for web documents and services.

Web Server: Web server is a program which processes the network requests of the users
and serves them with files that create web pages. This exchange takes place using
Hypertext Transfer Protocol (HTTP).
FUNDAMENTALS OF WEB TECHNOLOGY.

Fundamentals of Web
Programming
•The World Wide Web. 1.1.
Introduction. ...
•HTML Basics. 2.1. The HyperText
Markup Language. ...
•Publishing in the Cloud. 3.1. ...
•Cascading Style Sheets. 4.1. ...
•Javascript. 5.1. ...
•Dynamic Web Applications. 6.1. ...
•Advanced Javascript. 7.1. ...
•Web Application Programmer
Interfaces (APIs) 8.1.

You might also like