HTML Reviewer
HTML Reviewer
Lists:
Ordered: <ol><li>Item</li></ol> (numbered)
Unordered: <ul><li>Item</li></ul> (bulleted)
Forms: <form>, <input>, <button>, <select>, <textarea>.
Tables: <table>, <tr>, <td>, <th>. Review well
kaya yan
tiwala lang sa
katabi mo
1. What is HTML? 5. Doctype Declaration
HTML (HyperText Markup Language) is the standard <!DOCTYPE html> informs browsers about the
language for creating web pages. HTML version being used.
Defines the structure of a webpage. Appears at the top of the document (before any
Made up of elements that instruct the browser how to display HTML tags).
content. Not case-sensitive.
Example elements: headings, paragraphs, links, images, lists.
6. HTML Headings
2. HTML Elements Defined with <h1> to <h6> tags.
An HTML element consists of: <tagname> Content </ <h1> is the most important (largest), <h6> is the
tagname> least important (smallest).
Basic structure:
<!DOCTYPE html>
<html>
Good Luck!
<head>
<title>My Webpage</title>
</head>
<body>
<h1>Welcome!</h1>
<p>This is a simple webpage.</p>
</body>
</html>
SA PRELIMS
With sama ng loob,
Angelica Tulagan
BLOCK MAYOR OF 12-ITE-06