itwebsconsultant

HTML – Giving website pages structure

<html>
<head>
<title>head elements go here</title>
</head>
<body> body elements go here </body>
</html>

CSS- making web pages see slick
Using CSS property we can change the look of web page.
Typically one of the language within the web world which permits you to form webpages looks beautiful. This will allow a few of the capacity to control every visual aspect of the page, from the content, foundation colors to width, height and margins. The best thing is CSS is it works straightforwardly with the HTML. Where you’ll be able apply CSS rules to the particular HTML elements.