Computer Applications
Which one of the following is the HTML tag used to insert a horizontal rule ?
<h1><hr><rule><br>
Related Questions
Which is the correct way to comment out something in HTML ?
- Using
##and# - Using
<!--and--> - Using
</--and-/-> - Using
<!--and-!>
- Using
Which of the following is the proper syntax to start an HTML comment ?
<!--<!><comment><notate>
HTML tag to draw horizontal line :
<h1><hr><hline>- None of the above
What HTML container tags do you apply to text to format the text as a paragraph ?
<para></para><text></text><p></p><format style="para"></format>