⟩ Write the simplest HTML page?
HTML Code:
<HTML>
<HEAD>
<TITLE>This is my page title! </TITLE>
</HEAD>
<BODY>
This is my message to the world!
</BODY>
</HTML>
HTML Code:
<HTML>
<HEAD>
<TITLE>This is my page title! </TITLE>
</HEAD>
<BODY>
This is my message to the world!
</BODY>
</HTML>
Explain me what is XML-RPC?
Tell me can we host WordPress using Amazon web services such as EC2, RDS, EBS etc?
Tell me how safe is website on WordPress?
Tell me should I use print “$a dollars” or “{$a} dollars” command to print out the value of dollars in this case?
Explain how come the code <?php print Contents $arr[1]; ?> works, but <?php print Contents $arr[1][2]; ?> doesnt for two-dimensional array of mine?
If I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, whats the problem?
Explain what are the rules that you have to follow for wordpress plugin development?
Explain me what is hooks and types of hooks in wordpress?
Tell me how can I change what appears between Categories when I post in more than one Category?
Please explain how can I hide my blog from people?