Вы находитесь на странице: 1из 2

Chapter 11

Basic HTML Commands


1. The <P> tag is used to define a paragraph in HTML>
2. The tags for adding a comment in a HTML document
are <!.. and ..>
3. The expansions of the given tags are as follows
<hr> stands for horizontal line
<b> stands for bold
<u> stands for underline
4. The NOSHADE attribute of the <hr> tag displays a
solid line without shading.
5. The different values of the ALIGN attribute of the HR
tag are LEFT,CENTER and RIGHT
6. The two examples of specifying the length of a
horizontal line are
<hr width=”150”> or <hr width=”70%”>
7. The correct code is as follows:
<hr size=”45” color=”red”>
8. The correct code is as follows
<center>
<font size=”8”>
<b> <u>Hello,World </u> </b>
</font>
</center>

Вам также может понравиться