Basic Html Notes
What is website?
A website is a collection of web pages which contains the information about the particular organization or institution or any product.It contains the related content that is identified by a common domain name and published on any one web server.
Few examples of such websites are bing.com, wikipedia.org, google.com, amazon.com etc.
Note:-A website can be opened using the software known as Browser.
Commonly used browsers are Google Chrome, internet explorer,Mozilla Firefox etc.
Language used for website development:-
The most common programming language used to develop websites are:HTML(HyperText Markup Language), CSS(Cascading Style Sheets), JavaScript and PHP(Hypertext Preprocessor).
Note:-Some of these can be used as an extension of the existing languages but some can be used entirely separate from the other languages to create a dynamic or static website.
Purpose:-
Websites are developed for a particular purpose,such as commerce, education,media,and entertainment,or social networking.
It can be the work of an individual,a business or other organization for the interest of public or any personal reasons.
1.web-page:-
It is a collection of text,image, audio and video etc.
2.website:-
It can contain single or thousands pages.
3.web-browser:-
It is the program to see any web-pages.
Ex:-(Google chrome,Internet explorer,firefox,etc.)
4.Home-page:-
The first page of any website is called home-page.
Types of website:-
1.Static website:-
A static website contains web pages with fixed content.Each page is coded in HTML and displays the same information to every visitor.
For example :-wikipedia.com, Education.com,etc.
2.Dynamic website:-
Dynamic website can contain web pages which are user friendly. User may interact with those pages.
- In dynamic web pages,content of pages are different for different visitors.
- We can post , comment on dynamic website.
- HTML is the standard markup language for creating web pages.
- HTML Stand for Hypertext markup Language.
- HTML describe the structure of web pages.
- HTML consists of a series of elements.
- HTML elements tell the browser how to display the content.
- HTML elements are represented by tags.
- HTML tags label pieces of content such as "heading","paragraph","table",and so on.
- Browsers do not display the HTML tags,but use them to render the content of the page.
- It is case sensitive language.
- The <h1>element define the large heading.
- The <p>element define a paragraph.
# Html <hr>:-
Comments
Post a Comment