Computer Science, asked by khushi141, 1 year ago

Frn plz answr d one which i hv ticked wid purple colour...whichever or whatever u know .....plzzzz let meeh know..tnrw is mah IT xam...CLASS 10!!! PLEASE FRNDS ..ANSWET!!!

Attachments:

Answers

Answered by kvnmurty
1

4.  web browser  like Google Chrome, Internet Explorer, FireFox etc

5.   <html>,   <head>  ,  <body>

10. <font  size= “20” face=”Arial”  color=”blue”  >  This is the text </font>

      In html 5,  Changing font size could be done by using CSS.

        <p  style= “font-size:  30px; color:  Red; font-family: ”Arial” >  this is text in a line </p>

For changing on an entire page,   write a style sheet script in the  <head> section.

        <style  type=”text/css”>

                  .mystyle  {   Color:  Red;   font-size:  30px ;   font-family:  Arial;  }

        </style>

      Then in the  body,    write as:

              <p   class=”mystyle” >  this is a line </p>

 

13.   <p> is paragraph tag…

<br> is a line break.

12.

<h1>     <h2>   <h3 >         </h1>  </h2>  etc.

14.    <ol  type=”1” >   or    attribute  type =”A”   or   “I”   or “I”  for numerical, Alphabetical, Roman style.

 

Long answer… 

6.   Attributes are different  attributes or properties of a tag.

  An element consists of  a start tag,  content like text   then an end tag or closing tag

  For example:     <h3>  text  </h3>

         There are attributes for many tags, that change the appearance of text with in that element.


kvnmurty: thanks for selecting best ans
khushi141: Mention not :) u deserve....
Qba: Great answer!
Similar questions