Interview Questions → HTML → HTML Questionnaire II

HTML Questionnaire II







<html>
<head></head>
<body>
    <table align="center">
        <tr>
            <td>
                WebSite name:
            </td>
            <td>
                Gyansangrah.com
            </td>
        </tr>
    </table>
</body>
</html>










<marquee>Text for scrolling</marquee>












<meta http-equiv="refresh" content="5; ,URL=Test.html">




ParagraphBreak
Paragraph is used when you want to start a new idea or point.Break is used to force a line break, but the idea or point is same as previous line.
Paragraph is a block element (i.e. starts in a new line and takes up the full available width) that is used to hold text.Break is a inline element (i.e. that does not start with a new line and takes up as much width as required)
Paragraph consists of 2 line breaks.Break consists of single line break.




Posted By  -  Karan Gupta


Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250