0% found this document useful (0 votes)
11 views47 pages

HTML and CSS

The document discusses HTML and CSS topics including basic HTML tags like head, body and title, headings, lists, images, links, tables, forms, and input types. It also covers CSS, image maps, frames and meta tags.

Uploaded by

isisjzua
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views47 pages

HTML and CSS

The document discusses HTML and CSS topics including basic HTML tags like head, body and title, headings, lists, images, links, tables, forms, and input types. It also covers CSS, image maps, frames and meta tags.

Uploaded by

isisjzua
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 47

HTML & CSS

First HTML Code


Document Object Model
html

head body

Hello,
title
Everyone!!!!

Name
Headings
Lists: Ordered List
Lists: UnOrdered List
Images

Other attributes to <img>:


Width = “120”
Height = “200”
Linking
Image Maps
• Image map is an image with clickable area.
• <map>
• <area>
Create Image Map Areas:
rect
circle
poly
default
Table
Form

You may Use <input> tag to create various form controls in HTML

Input is an inline tag and takes attributes such as:


• type
• name
• minlength
• maxlength
• placeholder
HTML Form Input Types
Other Input Types
type=“password”
type=“email”
type=“number”
type=“radio”
type=“checkbox”
type=“submit”
type=“button”
type=“file”
type=“color”
type=“search”
type=“url”
type=“date”
type=“datetime-local”
type=“textarea”
Multiple Select Box
Meta
Frameset
Cascading Style Sheet (CSS)

You might also like