HTML documents are saved in
Options:
A. special binary format
B. machine language codes
C. ascii text
D. none of above
The Correct Answer Is:
- C. ascii text
Related Questions,
What should be the first tag in any HTML document?
A. <head>
B. <title>
C. <html>
D. <document>
Answer» C. <html>
Choose the correct HTML tag to make a text italic
A. <ii>
B. <italics>
C. <italic>
D. <i>
Answer» D. <i>
What is the correct HTML for adding a background color?
A. <body color=”yellow”>
B. <body bgcolor=”yellow”>
C. <background>yellow</background>
D. <body background=”yellow”>
Answer» B. <body bgcolor=”yellow”
Choose the correct HTML tag for the smallest size heading?
A. <heading>
B. <h6>
C. <h1>
D. <head>
Answer» B. <h6>
What is the correct HTML tag for inserting a line break?
A. <br>
B. <lb>
C. <break>
D. <newline>
Answer» A. <br>
Which tag creates a check box for a form in HTML?
A. <checkbox>
B. <input type=”checkbox”>
C. <input=checkbox>
D. <input checkbox>
Answer» B. <input type=”checkbox”>
To create HTML document you require a
A. web page editing software
B. high powered computer
C. just a notepad can be used
D. none of above
Answer» C. just a notepad can be used
The special formatting codes in HTML document used to present contentare
A. tags
B. attributes
C. values
D. none of above
Answer» A. tags