Skip to main content

Posts

Showing posts with the label small

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...

HTML FORMATTING ELEMENTS?DELETE, BOLD.

 HTML FORMATTING ELEMENTS                                                                 bold There are different formatting elements in HTML there are bold, delete, italic, emphasize, and make smaller this will add a new feature to the web page that you are creating. The formatting elements are designed to display the text on the monitor there are so many syntax for bold which is <b> and italic with <em>. So what we say to be the HTML element means that starts with the open tag, and closes with the ending tag. Why formatting elements are important in HTML because it makes our web page look attractive to the audience. BOLD THE TEXT As we know that how important is bolding the text when something you want to highlight at that time can make use of bold elements and make it look audience attractive. We denote the b...