Webknwg

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

html data designed with css and logic is built with javascript backend runs using

node express middleware is used for response


requests data stored in mongodb hence websitebulding is finished by making server
to do this tasks and
choosing a domain and linking with ip of server is required (digital ocean has
harry's promocode )

HTML{
html is used to create a basic web page every thing is written inside open and
closed tags of html
it has head body head style(to include css) script(to include java script) contains
title (dont worry about all this if u have vscode)
u know navbar,div,ul(unorderd list),li(list),ol(orderd list),a(anchor for
links),p(paragraphs),h1 h2 h3(headdings)form,button,input,footer...etc u have
internet if u want some google it
every division has id,class,name,address, href for link,
overall simple to learn
}
CSS
{ css is used to make websites beautiful and position where which items should be
we can point the html items or divisons by using there
id or class name(*class can be multiple but not id) for pointing the class we
should use .(opereator) and for pointion id's
we shoud use #(operator) , we can use p(for all paragraphs ),h1(for all h1
headdings),
color(color of text),background-color,fontsize,fontweight,disply block(whole
block ),display(inline),

text allign center:(works when block) form lift to right,


justifycontent:makes center form top and botton in flexbox,
display flex:flexbox,
borderradius:curved edges,

bordercolor,hoaver,positioning,margin,padding,background:url(),zindex,opacity,margi
n:auto,
mediaquires to make responsive,wrap in flex box,height,width,rem, so on.......
}
javascript{
it is used to build logic in the website gives life to the website like when you
click on something what shoud happen
requests respons functions and console.log() and many more

}
node
{ node can be used as backend thing in websites helps to start servers
npm is installer fo for node
express comes under node
}
express
{
pug is used as template viewer(template is actually a html file to link our base
file like /about,/contact/,/services )
This can also done by sendFiles module in express so u no need pug till now
it is used to connect requests and responses in node it is a middleware easily
installed with npm
}
bodyparser
{ used to parse data
}
mongodb
{
simple database runs with mongod keyword
can be edited with mongo command
}
mongoose
{
node and mongodb can be connected using mongoose can be installed easily with npm
also comes under node
}

some free hosters


Recommended Hosting [15% Extra OFF]
https://www.ripon.in/go/hosting
____________________________
https://infinityfree.net/ Free SSL on all websites, Free Cloudflare CDN

https://profreehost.com/

http://www.ultimatefreehost.in/

https://www.freehosting.io/ Unlimited SSD Storage / SSL

https://googiehost.com/ 1GB SSD / Single Domain

https://x10hosting.com/ 1-Click Software Installation

You might also like