Posts

Part-2 Prac 2 : Create registration form for social networking website using HTML5 form tag and attributes. Apply necessary validation using HTML5 pattern attributes which Specifies a regular expression to check the input value against.

Image
Registration   Form Tag   Used   In   Form  : Form tag Input tag Select tag 1.  f orm   tag  :   I t is the root tag for create html form. The <form> element can contain one or more of the following form elements: <input> <button> <select> 2.  i nput   tag  :  The <input> tag specifies an input field where the user can enter  data.input elements are used within a  form element to declare input controls that  allow users to input data.An input field can vary in many ways, depending on the  type attribute. Attributes   : Pattern    : Specifies a regular expression that an input element's value                           is  checked against Placeholder  :  Specifies a short hint that describes the expecte...

Part -2 Prac1 : Observe and write the differences between HTML 4 and HTML 5.

Image
There are many differences between HTML 4 and HTML 5 which are listed below: Name: Naisarg Modi ID: 18CE055

Part-1 Prac2 : Create Personal Home page using all above HTML tags in following template using Notepad ONLY.

Image
Name: Naisarg Modi ID: 18CE055

Part -1 Prac1: Study and Learn HTML tags along with necessary attributes. (Self-learning exercise using this link: tutorialspoint.com/html/html_tags_ref.htm) Practice the tags learned from above video using Notepad ONLY.

Image
Two   important   things   for   create   a   website : Language :  HTML , CSS3  Editor :  Notepad .              Introduction   of   HTML  :  HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text Markup Language HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display the content HTML elements are represented by tags.       HTML   Tags   Syntax :     <tagname>content</tagname>      Web   Browser  : it is used to read html tags and display them on the web pages. eg : Chrome,Safari,Firefox,etc Prepared By : Naisarg Modi ID: 18CE055