What is HTML validator?
What will be an ideal response?
HTML validator: Compares code against rules of the language, displaying errors or warnings for any inconsistencies it finds.
Computer Science & Information Technology
You might also like to view...
When you share a workbook with others, you control the collaboration process by using Excel's Track Changes feature
Indicate whether the statement is true or false
Computer Science & Information Technology
Untying an input stream, inputStream, from an output stream, outputStream, is done with the function call:
a. inputStream.untie(). b. inputStream.untie(&outputStream). c. inputStream.tie(). d. inputStream.tie(0).
Computer Science & Information Technology