Website Desing
Website Design:
Website design is a most popular work in now online marketplace. Html, Css, Bootstrap, Javascript are using for website design.
Html is a basic coding for content writing. Html means HyperText Markup Language.
Example code:-
<html>
<head>
<title> </title>
</head>
<body>
</body>
</html>
Css is a colorful design for website. Css means Cascading StyleSheet.
Example code:-
.header{
height:100px;
width: 600px;
margin: 10px;
padding: 10px;
background color: red;
}
Bootstrap is a responsive design layout for website design.
Javascript is a attrective content for website design
No comments