Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. HTML Questions
  2.  
  3.  
  4. What does HTML stand for?
  5. Hyper Text Markup Language << ANSWER >>
  6. Home Tool Markup Language
  7. Hyperlinks and Text Markup Language
  8. Hoisted Text Markdown Language
  9.  
  10. Which HTML element will render the largest heading:
  11. <h6>
  12. <h2>
  13. <h3>
  14. <h1> << ANSWER >>
  15.  
  16. Which element is used to insert a line break?
  17. <nl>
  18. <br> << ANSWER >>
  19. <line-break>
  20. <break>
  21.  
  22. Which of these characters identifies an end tag?
  23. >
  24. <
  25. / << ANSWER >>
  26. *
  27.  
  28. Which tag indicates an un-ordered bulleted list?
  29. <ol>
  30. <unordered-list>
  31. <ulist>
  32. <ul> << ANSWER >>
  33.  
  34. Which tag indicates an ordered list?
  35. <ol> << ANSWER >>
  36. <ordered-list>
  37. <olist>
  38. <ul>
  39.  
  40. Which of the following HTML elements will render a single line text field?
  41. <input-text>
  42. <input type=”text”> << ANSWER >>
  43. <input type=”textbox”>
  44. <textbox>
  45.  
  46. Which HTML element contains other elements which provide the browser information to define the environment of a document?
  47. <head>
  48. <meta> << ANSWER >>
  49. <title>
  50. <script>
  51.  
  52. Which input field attribute specifies that an input field must be completed?
  53. <validation-required>
  54. <must-complete>
  55. <required> << ANSWER >>
  56. <validate>
  57.  
  58. Which element defines navigation links?
  59. <navigation-links>
  60. <header>
  61. <navigation>
  62. <nav> << ANSWER >>
  63.  
  64.  
  65. Fontawesome
  66.  
  67. Check-circle: f058
  68. X times: f00d
  69. Times-circle: f057
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement