/html-css

Apache License 2.0Apache-2.0

html-css

Inside this repository you can find Basics of HTML Basics of css and you can cfreate your website look perfect. Also some notes regarding css and html topic.

#HOW TO COLOR THE BACKGROUND OF THE SERVER RESPONSE PAGE

PrintWriter out=res.getWriter();
out.println("<body style=\"background-color:pink;\">");

//setting the color to the response page

out.println("

YO YOU HAVE DONE IT !!!! ");