, etc.
2007-06-21 10:31:35
·
answer #4
·
answered by designer007 1
·
0⤊
0⤋
HTML is Hyper-text-markup-language. It is a language that helps you create webpages. The pages that you see on the Internet are written using HTML.
You probably meant CSS (not CCS). CSS is an improvement of HTML that makes writing HTML easier and more efficient. It has more features.
You don't have to know HTML to use the Internet.
2007-06-21 07:07:30
·
answer #5
·
answered by cidyah 7
·
1⤊
1⤋
css i s used with html. css is a defined style that u load into html so u dont have to define it on every separate page. im rly bad at explaing this but say u want a page with a blue background and white text. u can define that in a css file, and instead of chaging the properties on every single page u just load the css file and it defines it 4 u.
2007-06-21 07:04:36
·
answer #6
·
answered by Jake 7
·
4⤊
0⤋
A lodge is an enterprise that ingredients paid lodging on a quick-term foundation. the supply of common lodging, in situations previous, consisting basically of a room with a mattress, a cabinet, a small table and a washstand has usually been replaced with the aid of rooms with modern-day centers, which incorporate en-suite loos and air con or climate administration. further undemanding useful components latest in lodge rooms are a telephone, an alarm clock, a television, and internet connectivity; snack meals and beverages would be offered in a mini-bar, and centers for making warm beverages. greater effective motels would furnish various further centred visitor centers inclusive of a eating place, a swimming pool or childcare, and characteristic convention and social function centers. A lodge is a lodge designed for motorists, frequently having direct get entry to to an open parking area. stepping into dictionaries after international conflict II, the be conscious lodge, a portmanteau of motor and lodge or motorists' lodge, referred initially to a sort of lodge which incorporate a single development of related rooms whose doors confronted a carpark and, in some situations, a undemanding area; or a chain of small cabins with undemanding parking. through fact the U. S. street device began to develop interior the 1920s, long distance street journeys grew to grow to be greater undemanding and the desire for low-value, rather obtainable in one day lodging sited close to to the top routes, brought about the develop of the lodge concept. huggs xoxoxox
2016-10-02 21:40:31
·
answer #7
·
answered by ? 4
·
0⤊
0⤋
HTML -> Content of the site
CSS -> Appearance of the site
2007-06-21 07:38:53
·
answer #8
·
answered by Mearn 4
·
1⤊
0⤋
HTML has tags that have default behaviour of themselves. CSS is used to overwrite the default behaviour of those tags and make them work as per your liking. We need HTML because browsers understand the layout of the page through these tags and in order to make them look as per your wish you need to use CSS.
For example, if you use
bla bla bla
another bla bla bla
It will appear as below
bla bla bla
another bla bla bla
but now, if you want the browser to display this text as
bla bla bla another bla bla bla
Then you define a css for these div tags and make them appear in same line. Default behaviour of div tags is 100% width and block format. If you want the text to appear in same line. you will define below options in css
width: 100px
float: left
and apply that class or id to the respective DIV tags
2007-06-21 23:04:14
·
answer #9
·
answered by vrushali k 3
·
0⤊
0⤋
HTML -> Hyper Text Markup Language is nothing but ordinary text with some format called *tags* or *labels* for example:
- ur content of the page, images, links etc
CSS -> Cascadin Style Sheets is kinda same thing but with one big difference in Css u can make styles that u can apply on html, think of css as a tool to improve html, an example might be the following:
CSS
--- as u might notice the code above is just a style for an area --- when the mouse pointer is hovering over it, now, how html --- uses:
fedest.com, questions and answers