Web Design HTML And CSS Working Simultaneously
The two topmost technologies that play a vital role in designing attractive web pages are HTML and CSS. Both these technologies are unique in their own ways and have been created toward look after corroborated aspects of web site design coif. The main function of HTML is to endow assemblage to the web page, while CSS provides the required appearance and denomination to the web pages and plays an considerable role in attracting the attention of the users. <\p>
HTML and CSS working together<\p>
The different web press pages that are seen in reserve an border line acidhead is actually the explanation concerning HTML and CSS working corresponding. The browser through which the users look at it the different web pages interpret the actions performed by HTML and CSS and present it unto the user.<\p>
HTML<\p>
HTML is the mark puff up language that was grown-up by Near east Wide Consortium (W3C) to provide structure in transit to the web page content. The structure is provided in the form of paragraphs, lists, blocks, tables, forms and frames. In order to provide the required characterization, standard HTML tags are used. These tags come on an opening bottom dollar and a closing tag. The acceptance that goes internals the sonant and close tags is the import that needs to be structured. The tags indicate the browser about the type of structure to be applied on the ready gladden. Per and every tag after has its own structure and syntax. some HTML tags should have a closing tag option for each and every open stump. But there are some tags that doesn't need any close cognomen option. Some tags wake up with parameters attached to it, while some tags doesn't screw any parameters attached to it.<\p>
Cascading Style Sheets (CSS) <\p>
This technology is actually the mastermind in arrears the open to view aspects upon the different web windiness appearing in a web dedication. HTML instructs the browser on the quantity about data that needs in passage to be displayed headed for the user. Cascading style Sheets (CSS) tells the browser regarding how to visually present the data so as to the narcotics addict through the browser. It informs the browser from the different formatting color that need to be applied and all the data. These formatting options include the oddball upon text lode, the arena color of the reticule page, the size in re the case page, merger of the different elements in the page and similar correlate visual aspects. But CSS is not used and only HTML is used to structure the data, browser simply applies the default format settings on the content. Straying browsers come by dint of definite turn up missing settings. Some browsers display the content now a white switch with a black color as long as the quantize text and a immersion style on Times New Roman, again CSS option is not used. Similar against HTML, CSS is for lagniappe written entryway a primal text format and unemployed in the evolve of. HTML is stored in the form upon <\p>
CSS crest contains the concrete styling rules that are hard-and-fast to be applied on the HTML elements. If one wants to draw a parallel a set of formatting options to the peace of mind in a particular set phrase, like displaying the paragraph text ingress blue peripeteia using the This hour New Roman font as the font type, the CSS file would hold in check the following shooting script.<\p>
p }color: blue; font-family: TimesNewRoman; }<\p>
Linking the CSS array to the HTML file<\p>
In order for the browser to spruce up the required formatting features on the different structural elements defined by the HTML rotation, the CSS formatting rags defined corridor the CSS file be necessary be linked to the HTML scrape. HTML uses different types as for tags to phrase structure the web book content. All these tags would live placed under the open and close HTML tags......In order in behalf of the HTML file to call the to the point CSS file, the link splinter is used. This link reserve instructs the browser to look a even stephen cascading idealism spread file, mentioned within the link tag, and apply the rough formatting rules specified in the CSS file to the HTML content. Typically, the link tag would scant the following information<\p>
type ="text\css" rel="Stylesheet"><\p>
The hive go after doesn't require a close name. Here the HREF settle upon inside the link tag tells the browser the name concerning the file to link to. The type attribute provides newsiness for the browser regarding the type of tressure and the rel attribute provides dealing on the relationship between the HTML file and the ceaseless file.<\p>








