The document provides an overview of creating lists, tables, links, and images in HTML. It explains three types of lists (ordered, unordered, and description), table properties, and how to insert links and images, including making images clickable. Additionally, it discusses the use of iframes to embed pages within a webpage.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views19 pages
ch-2 html5 Notes PDF
The document provides an overview of creating lists, tables, links, and images in HTML. It explains three types of lists (ordered, unordered, and description), table properties, and how to insert links and images, including making images clickable. Additionally, it discusses the use of iframes to embed pages within a webpage.
eis cica® Bainter.Where do we want the bullet? Inside or
outside the text box?
Example:
Html () Copy code
First Point
<1i>Second Point
* Inside: Bullet comes inside the text
block.
* Outside: Bullet is outside and text
starts after it.
List-Style Syntax
We can write all list styles together:
Example:
Html () Copy code
HTML1i>
css
We can write all list styles together:
Example:
Html () Copy code
<1i>HTML1i>
CSS
This uses a square bullet placed inside
the text area.
Nested Lists
A list inside another list.
Example:
Html () Copy code