This past three weeks I learned that basic tags are too important for a HTML document in order for it to have a nice web page or web site. The basic tags are the HTML, head, body, title, DOCTYPE, p, h1, br and the inline elements. These inline elements are the only elements that may be contained within a paragraph element. There is also what we call block elements which is an element that creates large blocks of content like paragraphs or page divisions. They start new lines of text when you use them and can contain other block as well as inline elements and text or data.
There is also what we call file names and site structure; file name is a metadata about a file; a special kind of string used to uniquely identify a file stored on the file system of a computer. A site structure is the blueprint that holds the page together and it is a well defined structure that helps to define a navigation system and these two combined facilitate page layout design.
There are three components in a HTML; it is the content that refers to the text, images, and multimedia components of web pages. And the second and third components is the presentation and the behavior; these are separate functions which can be added as desired, ideally through links to external documents such as style sheets, graphics, files and scripts. This allows the documents to be presented by different user agents according to their purposes and abilities.
This past two weeks I learned the different types of website such as static websites, dynamic websites, content managed websites, ecommerce websites and the flash websites. The static websites are the simplest form of website in which the site’s content is delivered without the use of server side processing. And static websites are used principally for brochure sites and can include complex graphics, animations and JavaScript driven features. Dynamic websites rely on server side scripting to provided advanced interactivity and usually use a database to deliver the content for individual pages. A dynamic approach is appropriate for developing large websites with content which is formulaic, for example catalogues, photograph albums and complex series of data. A dynamic website will be required to allow users to sort and search records, or to restrict access to parts of the website using a log-in procedure. Content managed websites is a further refinement of the database driven dynamic site. The content management system provides a password protected interface through which users can add, edit and remove content from the site. Ecommerce websites are a dynamic website which has the functionality to process financial transactions. Most of this websites are built to mimic a bricks and mortar store and use the model of stock pages, shopping basket system and checkout, using a secure online payment system. It includes a content management system, so that product details can be added or updated, and some include advanced features such as automated stock control. Flash websites are proprietary software developed by Macromedia which is used to generate complex animations. The programme is sophisticated enough for entire websites to be constructed using Flash technology. It can be visually stunning and provide other wise unachievable levels of user interactivity. However, it is almost impossible to carry out any meaningful form of SEO on Flash site and so it should generally be avoided.
This past three weeks I learned that basic tags are too important for an HTML document in order for it to have a nice web page or web site. The basic tags are the HTML, head, body, title, DOCTYPE, p, h1, br and the inline elements. These inline elements are the only elements that may be contained within a paragraph element. There is also what we call block elements which is an element that creates large blocks of content like paragraphs or page divisions. They start new lines of text when you use them and can contain other block as well as inline elements and text or data.
There is also what we call file names and site structure; file name is a metadata about a file; a special kind of string used to uniquely identify a file stored on the file system of a computer. A site structure is the blueprint that holds the page together and it is a well defined structure that helps to define a navigation system and these two combined facilitate page layout design.
There are three components in an HTML; it is the content that refers to the text, images, and multimedia components of web pages. And the second and third components is the presentation and the behavior; these are separate functions which can be added as desired, ideally through links to external documents such as style sheets, graphics, files and scripts. This allows the documents to be presented by different user agents according to their purposes and abilities.
This past two weeks I learned the different types of website such as static websites, dynamic websites, content managed websites, ecommerce websites and the flash websites. The static websites are the simplest form of website in which the site’s content is delivered without the use of server side processing. And static websites are used principally for brochure sites and can include complex graphics, animations and JavaScript driven features. Dynamic websites rely on server side scripting to provided advanced interactivity and usually use a database to deliver the content for individual pages. A dynamic approach is appropriate for developing large websites with content which is formulaic, for example catalogues, photograph albums and complex series of data. A dynamic website will be required to allow users to sort and search records, or to restrict access to parts of the website using a log-in procedure. Content managed websites is a further refinement of the database driven dynamic site. The content management system provides a password protected interface through which users can add, edit and remove content from the site. Ecommerce websites are a dynamic website which has the functionality to process financial transactions. Most of this websites are built to mimic a bricks and mortar store and use the model of stock pages, shopping basket system and checkout, using a secure online payment system. It includes a content management system, so that product details can be added or updated, and some include advanced features such as automated stock control. Flash websites are proprietary software developed by Macromedia which is used to generate complex animations. The programme is sophisticated enough for entire websites to be constructed using Flash technology. It can be visually stunning and provide other wise unachievable levels of user interactivity. However, it is almost impossible to carry out any meaningful form of SEO on Flash site and so it should generally be avoided.
The tag <div> and <span> is important in order for an HTML to have a good image. <div> is important because this tag defines a division or section in an HTML document and it is often used to group block-elements to format them with styles. It is used to create a block or layer. <span> is important in order to group inline elements. This is used to provides no visual change by itself and it provides a way to add a hook to a part of a text or a part of a document.
Their attributes are:
Style
Class
I.D
No comments:
Post a Comment