Computer Applications
Which of the following heading tags will cause a browser to render text at the largest default size ?
<h3><h2><h5><h4>
Related Questions
In which section of an HTML document do you enter the
<P>element ?- The body section.
- The footer section.
- The style sheet.
- The head section.
In which HTML element do you apply attributes that modify the background image ?
- The
<html>element. - The
<head>element. - The
<background>element. - The
<body>element.
- The
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>