- What is HTML and what does it stand for?
- What are HTML tags?
- What is the difference between HTML and HTML5?
- What is the basic structure of an HTML document?
- What is the difference between a tag and an element?
- What are attributes in HTML?
- What is the purpose of the
<!DOCTYPE> declaration? - What is the
<head> tag used for? - What is the
<body> tag? - What does the
<title> tag do? - What are headings in HTML?
- What is a paragraph tag?
- What is the difference between
<br> and <p>? - What are HTML comments?
- What is the
<a> tag? - How do you create a hyperlink in HTML?
- What is the difference between absolute and relative URLs?
- What is the
<img> tag used for? - What is the
alt attribute? - What are block-level elements?
- What are inline elements?
- What is the difference between block and inline elements?
- What is the
<div> tag? - What is the
<span> tag? - What are lists in HTML?
- What are ordered lists?
- What are unordered lists?
- What is a description list?
- What is the
<table> tag? - What are
<tr>, <td>, and <th>? - What is a form in HTML?
- What is the
<form> tag? - What is the
action attribute in forms? - What is the
method attribute? - What is the difference between GET and POST?
- What is an input field?
- What are common input types?
- What is a checkbox?
- What is a radio button?
- What is the
<label> tag? - What is the
for attribute in label? - How do you create a dropdown list?
- What is the
<select> tag? - What is the
<option> tag? - What is the
<textarea> tag? - What is the
<button> tag? - What is the
<meta> tag? - What is character encoding in HTML?
- What is the
lang attribute? - What is whitespace in HTML?
- What are HTML entities?
- How do you add symbols in HTML?
- What is the difference between
<b> and <strong>? - What is the difference between
<i> and <em>? - What is an email link in HTML?
- How do you open a link in a new tab?
- What is the
target attribute? - What is the
<hr> tag? - What is the
<pre> tag? - What are void (empty) elements in HTML?
<!DOCTYPE> declaration? <head> tag used for? <body> tag? <title> tag do? <br> and <p>? <a> tag? <img> tag used for? alt attribute? <div> tag? <span> tag? <table> tag? <tr>, <td>, and <th>? <form> tag? action attribute in forms? method attribute? <label> tag? for attribute in label? <select> tag? <option> tag? <textarea> tag? <button> tag? <meta> tag? lang attribute? <b> and <strong>? <i> and <em>? target attribute? <hr> tag? <pre> tag?