Click here to load reader
Jan 24, 2017
Slide 1
Web DevelopmentHTML5, CSS3 and PHP with MySQL
Basic ConceptWWW World Wide Web.HTML Hypertext Markup Language The Language of Web Pages on the World Wide Web. HTML is a text formatting language.URL Uniform Resource Locator.Browser A software program which is used to show web pages.
Website Structure
This is document title This is a heading Document content goes here.....
Front-End Designing Tags Meta tagsHeading Tag (h1, h2.h6)Paragraph ()Table()Line Break (
Image ()Frame and I-frame Tag (frameset, iframe)[email protected]
Attributes and CommentsComment is a piece of code which is ignored by any web browser. It is a good practice to add comments into your HTML code, especially in complex documents, to indicate sections of a document, and any other notes to anyone looking at the code. Comments help you and others understand your code and increases code readability. Ex:
HTML Forms and InputsHTML forms are used to pass data to a server. A form can contain input elements like text fields, checkboxes, radio-buttons, submit buttons and more. A form can also contain select lists, textarea, fieldset, legend, and label elements. The tag is used to create an HTML form. Only for internal circulation Page 8 of 14
Input: An input element can vary in many ways, depending on the type attribute. An input element can be of type text field, checkbox, password, radio button, submit button, and more. [email protected]
Ex: Forms and Inputs Name:
Password:
Male
Female
I have a bike
I have a car