1 HTML?
2 html is composed of?
3has 2 main sections
1 Hyper Text Markup Language
2
21Elements (tags) are nested one inside another:
2.2 Tags have attributes(<img src=”logo.jpg” alt=”logo” /)
3 HTML describes structure using two main sections:
<head> and <body>
<html> <head></head> <body></body> </html>
</body></head>
Every block element should start on a 1
* Every nested (block) element should be 2.
1new line.
2 indented
hyperlink tags?
image tags?
3 div?
heading is limited to h?
2 why e “<!DOCTYPE>” Declaratio?
XHTML VS HTML
1
XHTML //
- stricter than html,
- - tags n attributes must be in lowercase
**- tags must be closed(br/>)
**- allows one root html element, n XHTMLK loads Faster
`
WHAT AM I
<script> </script>
1 the head)> section
image attributes
<li) apple </li)
</ol)
2. 4(1, A, a, I or i)
3. <ul type=”disc”)
<li)apol</li)
</ul)
4/ ul has 3 (disc, circle, or square
1.. <tr)</tr)
2.<td)</td)
html tables
table rows sa 3 section? what are they
1.1 <thead) // table header
1.2 tbody// denotes collection of table rows that contain very data
1.3 tfoot// comes before the tbody tag
Colspan vs Rowspan?
1.1 colspan
- defines how many columns the cell occupies
1.2 rowspan
- how many rows the Cell occupies
html Forms
Form Input Controls
??? provide a way to show multiple HTML
documents in a single Web page
* The page can be split into separate views )
horizontally and vertically
* were popular in the early ages of HTML
development, but now their usage is rejected
* are not supported by all user agents
(browsers, search engines, etc.)