Important to know Difference bw static and dynamic
Important to know • Difference b/w static and dynamic websites? • Difference b/w website and web application? • Need of multiple technologies, tools, languages for web dev.
Client and Server side development • Client Side Ø Document structure, Ø Style / styles, Ø Dynamics • Server Side Ø Web Serve Ø Database Ø Content Management
Hypertext Transfer Protocol (HTTP) • Protocol typically above TCP/IP for Distributed client server computing • Stateless • Session • Request • Response
HTML • HTML stands for Hyper Text Markup Language • A markup language is a set of markup tags • HTML documents are also called web pages
Layout Main Title of Web Page Menu. HTML CSS Java. Script Content goes here Copyright © W 3 Schools. com
HTML Tags (Basics) • • • <html> Defines an HTML document <title> Defines a title for the document <body> Defines the document's body <h 1> to <h 6> Defines HTML headings <p> Defines a paragraph Inserts a single line break <hr> Defines a thematic change in the content <!--. . . --> Defines a comment <div> Defines a content place holder.
Formatting • <b> Defines bold • <center> Not supported in HTML 5. Deprecated in HTML 4. 01. Defines centered text • <cite> Defines the title of a work
Formatting • <em> Defines emphasized text • <font > Not supported in HTML 5. Deprecated in HTML 4. 01. Defines font, color, and size for text • <i> Defines a part of text in an alternate voice or mood • <u> Defines text that should be stylistically different from normal text
Forms • <form> Defines an HTML form for user input • <input> Defines an input control • <textarea> Defines a multiline input control (text area) • <button> Defines a clickable button • <select> Defines a drop-down list • <option> Defines an option in a drop-down list • <label> Defines a label for an <input>
Links and Lists • <a> Defines a hyperlink to the same page or to a different page • <nav> Defines navigation links Lists • <ul> Defines an unordered list • <ol> Defines an ordered list • <li> Defines a list item
Tables <table> Defines a table <caption> Defines a table caption <th> Defines a header cell in a table <tr> Defines a row in a table <td> Defines a cell in a table <thead> Groups the header content in a table <tbody> Groups the body content in a table <tfoot> Groups the footer content in a table <col> Specifies column properties for each column within a <colgroup> element • <colgroup> Specifies a group of one or more columns in a table formatting • • •
- Slides: 12