Ans: (1) A start tag requires a matching end tag, (2) Tags must be nested, (3) A combination start/end tag is allowed for tags that have nothing between the start and end tag, (4) Double quotes are required for the value of a tag attribute, (5) Header lines are needed to show the version of XHTML that is used.
Ans:
<body style="font-family:Chiller; font-weight:bold;
text-align:center; font-size:300%;
color: purple">
< > & "Ans: < > & "
For a list of all special characters, see Special Characters.
<p>a b</p>Ans: 4 spaces.
Ans: Use text-indent: 1cm; where 1cm is the distance to indent.
Read permission must be set for all groups (owner, group and other) for folders and files.
Write permission allows web files or folders to be modified or deleted.
Write permission for files and folders should be set for the owner only, not for group and other.
Execute permission allows the contents of a folder to be displayed.
Execute permission should be set for all groups for folders.
Execute permission should not be set for files.
<p><a href="http://www.disney.com" target="new">
I want to go to Disneyland</a></p>
You change the href address and hyperlink text to show your favorite website.