What is Web Designing ?
Web Design is the process of creating websites. It encompasses several different aspects, including Webpage layout, content production, and graphic Design. While the terms Web Design and Web Development are often used interchangeably, Web Design is technically a subset of the broader category of Web Development. Web pages are what make up the World Wide Web . These documents are written in HTML (hypertext markup language ) and are translated by your Web browser . Web pages can either be static or dynamic.
1.
Static website is the basic type of website that is easy to create . You don't need the knowledge of web programming and database design to create a static website. Its web pages are coded in HTML.
2.
Dynamic pages have content that can change each time they are accessed. These pages are typically written in scripting languages such as PHP, Perl, ASP, or JSP. The scripts in the pages run functions on the server that return things like the date and time, and database information. All the information is returned as HTML code, so when the page gets to your browser, all the browser has to do is translate the HTML.
Comments
Post a Comment