HTML,CSS & WEB TECHNOLOGY
HTML,CSS & WEB TECHNOLOGY
TECHNOLOGY.
HTML
Description:
.
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.
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.