Prof. MISS AAFREEN SHAIKH
CHHATRAPATI SHIVAJI JR SCI COLLEGE JALGAON
1. ADVANCED WEB DESIGN
Index:
• Introduction to H T ML5
• Forms in H T ML5
• Cascading Style sheets
• Lists in H T ML5
• Inserting video, audio
• Image map in H T ML5
• Inline Frame
• Website Hosting
1
From:
MISS AAFREEN SHAIKH (IT Teacher)
Mb No.7666337605
CHHATRAPATI SHIVAJI JR SCI COLLEGE JALGAON
, Prof. MISS AAFREEN SHAIKH
CHHATRAPATI SHIVAJI JR SCI COLLEGE JALGAON
W EB C O M P O N E N T S
❖ Webpage : A simple text file created using HTML.
❖ Website : A collection of interlinked web pages containing text, images, audio and
videos. ForExample, www. ebalbharati.in
❖ Web Browser : A web browser is a software used to view web pages or websites
available on the internet For Example Internet Explorer, Google chrome.
❖ Web Server : A Web server is an application or a computer that sends webpages
over the internet using the HTTP protocol. For Example Apache, nginx, IIS, etc..
❖ URL(Uniform Resource Locator) : It is an address of a web page on the internet.
❖ HTTP : HTTP (HyperText Transfer Protocol) is a protocol used by WWW for client
server communication.
2
❖ HTML : Hyper Text Markup language
, Prof. MISS AAFREEN SHAIKH
CHHATRAPATI SHIVAJI JR SCI COLLEGE JALGAON
INTRODUCTION TO HTML5
HTML5 is the latest and most enhanced version of HTML
It makes your website layout clearer to both website designers and users
Browsers support ‘s features of HTML5 : Google Chrome, Mozilla Firefox,
Microsoft Edge, Safari, Opera and Apple.
3
, Prof. MISS AAFREEN SHAIKH
CHHATRAPATI SHIVAJI JR SCI COLLEGE JALGAON
BASIC STRUCTURE OF HTML5
<html> and </html> : indicates that the document is an html file.
<head> and </head> : It includes <Title> within it, the text
within <head> is not displayed on the webpage. This is used for
search engine optimization.
<title> and </title> : The content within this displayed on the title
bar.
<body> and </body> : This tag includes all content which is to be
developed in the web browser. Most of the tags are included in this
tag.
4
CHHATRAPATI SHIVAJI JR SCI COLLEGE JALGAON
1. ADVANCED WEB DESIGN
Index:
• Introduction to H T ML5
• Forms in H T ML5
• Cascading Style sheets
• Lists in H T ML5
• Inserting video, audio
• Image map in H T ML5
• Inline Frame
• Website Hosting
1
From:
MISS AAFREEN SHAIKH (IT Teacher)
Mb No.7666337605
CHHATRAPATI SHIVAJI JR SCI COLLEGE JALGAON
, Prof. MISS AAFREEN SHAIKH
CHHATRAPATI SHIVAJI JR SCI COLLEGE JALGAON
W EB C O M P O N E N T S
❖ Webpage : A simple text file created using HTML.
❖ Website : A collection of interlinked web pages containing text, images, audio and
videos. ForExample, www. ebalbharati.in
❖ Web Browser : A web browser is a software used to view web pages or websites
available on the internet For Example Internet Explorer, Google chrome.
❖ Web Server : A Web server is an application or a computer that sends webpages
over the internet using the HTTP protocol. For Example Apache, nginx, IIS, etc..
❖ URL(Uniform Resource Locator) : It is an address of a web page on the internet.
❖ HTTP : HTTP (HyperText Transfer Protocol) is a protocol used by WWW for client
server communication.
2
❖ HTML : Hyper Text Markup language
, Prof. MISS AAFREEN SHAIKH
CHHATRAPATI SHIVAJI JR SCI COLLEGE JALGAON
INTRODUCTION TO HTML5
HTML5 is the latest and most enhanced version of HTML
It makes your website layout clearer to both website designers and users
Browsers support ‘s features of HTML5 : Google Chrome, Mozilla Firefox,
Microsoft Edge, Safari, Opera and Apple.
3
, Prof. MISS AAFREEN SHAIKH
CHHATRAPATI SHIVAJI JR SCI COLLEGE JALGAON
BASIC STRUCTURE OF HTML5
<html> and </html> : indicates that the document is an html file.
<head> and </head> : It includes <Title> within it, the text
within <head> is not displayed on the webpage. This is used for
search engine optimization.
<title> and </title> : The content within this displayed on the title
bar.
<body> and </body> : This tag includes all content which is to be
developed in the web browser. Most of the tags are included in this
tag.
4