Skip to main content

Posts

Showing posts with the label multiline

WHAT IS CSS?ADVANTAGES, SYNTAX.

 CSS PROGRAMMING LANGAUGE                                                                     disadvantages CSS full form is cascade style sheets , which we call it says about how you should display the HTML elements on the screen. CSS tells us the style of the webpage let us take a simple example, if we build a home first we lay out the design that is known as the HTML language. Where the CSS means layout which means giving instructions on how the furniture should be nothing but the CSS. For example if we take PayPal we can see that the background color blue says the CSS background-color property. Netflix is also the best way of saying  CSS property, but if we remove it will be a normal webpage but with the red color and the black plus symbols it looks like the best webpage. Versions of CSS There are differen...

COMMENTS IN HTML?INLINE, MULTILINE.

 COMMENTS HTML                                                                     The Comments are added to the web page using HTML , using this can explain in more detail and insert it in the source code. Through this blog we are going to cover the different types of comments that is the single line, multiline, and the <comment> also. Shortcut for the comment in HTML it might be in Windows or Linux it ctrl+/. So what is the way to locate the comment it is through the console or by seeing the page source. SYNTAX FOR COMMENTS  In order to know how to write the correct format of the comments is <!--hi-->  in this firstly angular brackets are the most important to be noted.  At the starting the exclamatory mark and at the end there is no exclamatory. Immediately if you want to add the comme...