“Characteristics of a block element”
-form a block and position itself vertically underneath with a new empty line above and under.
-it takes all the available width based on the measure of its parent element.
-its height changes its report to its content.
-can contain other inline /block elements.
-via css, we can impost a fixed width and /or height.
-The example of natural block element.
Inline elements
-Positions itself horizontally inline with the rest of the content of its parent element.
-It takes the minimum width and height in support to its content.
-Via css we cannot impost fixed measure.
Inline-found in text
-stays inline with the content
Block-it forms a block
“Static website”
-Simplest form of website.
-The sites content is delivered without the use of server side processing.
-it used principally for branch use sites and can include complex graphics, animations and JavaScript driven features.
-the main limitation of static website is that they cannot provide complex user interactivity because they cannot gather information from the user or serve content which is dependent on user actions.
-Static sites which is developed using xhtml and css.
“Dynamic website”
-Rely on serve sites scripting to provided advanced her activity and usually use a database to deliver the content (which is formulatic) for individual pages.
-Appropriate for developing large websites with content.
-It is required to allow users to sort and search records,or to restrict access to parts of the website using a log-in procedure.
“Personal Website”
-These will have a web address (URL) looking something like this www.your-isp.com/your-user-name/.
-This type of sites is useful for a family,teenagers,grandparents,etc.
-This type is not advisible for a small business because of the URL is not searh engine friendly and the ll mited serve capabilities your isp offer may notbe sophisticated enough for a small business websites.
“Hobby site”
-Easiest site to create.
-It is generally a fun project based on a subject with which you are familiar.
-building a hubby website is as fun as you want to make it. Since it is entirely your icon project.
“Div box”
-attributes
-id
-class
-style
“Syntax”
-attribute
-value
-main attribute =”attribute:value;attribute:value;”
“Span”
-attributes
-id
-class
-style
“Inline element”
angcuteko