100% found this document useful (1 vote)
188 views

CSS Notes & HTML Notes

CSs

Uploaded by

Abhishek
Copyright
© © All Rights Reserved
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
100% found this document useful (1 vote)
188 views

CSS Notes & HTML Notes

CSs

Uploaded by

Abhishek
Copyright
© © All Rights Reserved
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
You are on page 1/ 5
Definition List HTML definition lists (
) are indented list without any bullet symbol or any number in front of each item. The resulting lists are similar to those you would see in a dictionary. Tags used in definition lists are as follows: +
Opening tag that defines the start of the list. +
List item that defines the definition term. +
Definition of the list item.
Closing tag that defines the end of the list. HTML> SEES EET
Computer mo
An electronic machine cru
CPU Baia of computer
Brain of computer
MAI IN Mailto link is a type of HTML link that activates the default mail client on the computer for sending an e-mail How to create mailto link in HTML The mailto link is written like regular link with extra parameters inside the href attribute: Syntax : Send mail The code will generate this link: Send mail Pressing the above link will open a new mail window: Send mail with cc, bec, subject and body ‘The %20 represents space character. ‘The code will generate this link: Send ith cc, bec, subject and body 9 the above link will open a new mail window: \(cl 9 © [ERAM ess002 insert Options ola B lela Clipboard Font Paragraph Plain Insert |Contacts Delivery Eaiting é 2 . dot |Pole e alee Phin text =) | To~ (namel@ranidtablescom] = | Cen |namedeaidatiescons Becw. /[email protected] Subject |The subject of the email Hide Ce & Bee The body of the email HTML target Attribute The target attribute of the element specifies where to open the linked document: You can set the document to open in a new window, same frame, parent frame, etc. The target attribute can have one of the following values: + self - Default. Opens the document in the same window/tab as it was clicked + _blank- Opens the document in a new window or tab Example: Visit W3Schools Visit W3Schools FORMS ‘An HTML form is used to collect user input. The user input is most often sent to a server for processing The
element is a container tag for different types of input elements, such as: text fields, checkboxes, radio buttons, submit buttons, etc. Here are some examples: Type Description Displays a single-tine text input field Displays a radio button (for selecting one of many choices) many choices) Displays a submit button (for submitting the form) Displays a clickable button Example

Registration Form

Candidate Name
Enter Password
Father Name :

 

Mailing Address ‘

Gender:

Male :Hobbies: Reading : ‘Swimming : Playing Tennis :

Select the Highest Degree

:

You might also like