0% found this document useful (0 votes)
5 views5 pages

HTML Lab Question

The document is a comprehensive guide to HTML, covering its definition, purpose, structure, and various tags used in web development. It includes sections on basic HTML tags, lists, tables, hyperlinks, images, multimedia, forms, and CSS, providing essential information for understanding and using HTML effectively. Additionally, it addresses key differences between HTML and CSS, as well as the latest features of HTML5.

Uploaded by

somya singla
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views5 pages

HTML Lab Question

The document is a comprehensive guide to HTML, covering its definition, purpose, structure, and various tags used in web development. It includes sections on basic HTML tags, lists, tables, hyperlinks, images, multimedia, forms, and CSS, providing essential information for understanding and using HTML effectively. Additionally, it addresses key differences between HTML and CSS, as well as the latest features of HTML5.

Uploaded by

somya singla
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Unit 1: Introduction to HTML

1. What is HTML?

2. What is the full form of HTML?

3. Who developed HTML?

4. What is the purpose of HTML?

5. What is a webpage?

6. What is a website?

7. What is the difference between a webpage and a website?

8. What is a web browser?

9. Name any four web browsers.

10. What is the structure of an HTML document?

11. What is the purpose of <!DOCTYPE html>?

12. What is the use of <html> tag?

13. What is the function of <head> tag?

14. What is the use of <body> tag?

15. What is the difference between container tags and empty tags?

16. Give examples of paired tags.

17. Give examples of empty tags.

18. What are HTML attributes?

19. What is the syntax of an HTML attribute?

20. What are global attributes in HTML?

Unit 2: Basic HTML Tags


21. What are heading tags in HTML?

22. Differentiate between <h1> and <h6>.

23. What is the purpose of paragraph tag?


24. What is the use of <br> tag?

25. What is the use of <hr> tag?

26. What is the purpose of <b> tag?

27. What is the difference between <b> and <strong>?

28. What is the purpose of <i> tag?

29. What is the difference between <i> and <em>?

30. What is the use of <u> tag?

31. What is superscript text in HTML?

32. What is subscript text in HTML?

33. Which tag is used for comments in HTML?

34. What is the use of <center> tag?

35. Is <center> supported in HTML5?

36. What is semantic HTML?

37. Name any five semantic tags.

38. What is the difference between semantic and non-semantic tags?

39. What is the use of <div> tag?

40. What is the use of <span> tag?

Unit 3: Lists in HTML


41. What are lists in HTML?

42. What is an ordered list?

43. Which tag is used for ordered lists?

44. What is an unordered list?

45. Which tag is used for unordered lists?

46. What is a definition list?

47. Which tags are used in a definition list?

48. What is the difference between <ol> and <ul>?


49. How can you change list numbering type?

50. How can nested lists be created?

Unit 4: Table Tags


51. What is a table in HTML?

52. Which tag creates a table?

53. What is the purpose of <tr> tag?

54. What is the purpose of <td> tag?

55. What is the purpose of <th> tag?

56. What is the difference between <td> and <th>?

57. What is the use of border attribute in tables?

58. What is cellpadding?

59. What is cellspacing?

60. What is the purpose of colspan?

61. What is the purpose of rowspan?

62. How do you add a caption to a table?

63. Which tag groups table header content?

64. Which tag groups table footer content?

65. Write HTML code for a simple student table.

Unit 5: Hyperlinks
66. What is a hyperlink?

67. Which tag is used to create hyperlinks?

68. What is the purpose of href attribute?

69. What is an internal link?

70. What is an external link?


71. What is an anchor link?

72. What is the use of target="_blank"?

73. How can you link an email address in HTML?

75. What is the difference between absolute and relative URLs?

Unit 6: Image Tags


76. Which tag is used to insert images?

77. What is the purpose of src attribute?

78. What is the purpose of alt attribute?

79. How can image height and width be specified?

80. Which image formats are supported in HTML?

81. What happens if an image path is incorrect?

82. How can an image be used as a hyperlink?

83. What is image mapping?

Unit 7: Marquee and Multimedia


86. What is marquee tag?

88. What are the attributes of marquee tag?

Unit 8: Forms in HTML


96. What is the purpose of form tag?

97. What are form controls?

98. What is the difference between radio button and checkbox?

99. What is the purpose of submit button?

100. What is the difference between GET and POST methods?


Additional Important Questions for Practice
101. What is CSS?

102. What are the types of CSS?

103. What is inline CSS?

104. What is internal CSS?

105. What is external CSS?

106. What is the purpose of <style> tag?

107. How can external CSS be linked to HTML?

108. What is the difference between HTML and CSS?

109. What is HTML5?

110. What are the new features of HTML5?

111. What is iframe in HTML?

112. What is the difference between frame and iframe?

113. What editors are used for HTML coding?

114. Does HTML require compilation?

115. What is the latest version of HTML?

You might also like