HTML & CSS User Manual ThuyaCS(Xyzcloudy)
HTML & CSS User Manual ThuyaCS(Xyzcloudy)
HTML Elements
Structural Elements
Text Elements
List Elements
Table Elements
<table>: Table.
<tr>: Table row.
<th>: Table header cell.
<td>: Table data cell.
<thead>: Table head.
<tbody>: Table body.
<tfoot>: Table footer.
Form Elements
<form>: Form.
<input>: Input field.
o Types: text, password, submit, reset, radio, checkbox, button, number, email,
file, hidden, etc.
<textarea>: Multi-line text input.
<button>: Button.
<select>: Drop-down list.
<option>: Options within a <select>.
<label>: Label for form elements.
<fieldset>: Group related elements in a form.
<legend>: Caption for a <fieldset>.
Multimedia Elements
<img>: Image.
<audio>: Audio content.
<video>: Video content.
<source>: Specifies multiple media resources.
<track>: Text tracks for <video> and <audio>.
Semantic Elements
Scripting Elements
CSS Properties
Text Properties
Background Properties
Layout Properties
Flexbox Properties
Grid Properties
Animation Properties
Transition Properties
Pseudo-classes
Pseudo-elements