3Core Building Web Pages Technologies: HTML and CSS

HTML and CSS are the Hypertext Markup Language and Cascading Style Sheets – two main technologies for constructing Web pages. HTML makes the page structure; CSS makes an arrangement of visual and aural parts for a variety of devices. HTML and CSS can be called the main principles of constructing Web pages and Web applications.

In more details HTML provides us with such features as:

1.     Possibility to publish online documents with headings, texts, tables, lists, photos, and videos.

2.     You can get online data through hypertext links.

3.     The use of design forms for conducting transactions with remote services makes it easy to search necessary things online, order products, etc.

4.     HTML also adds video clips, sound clips, and other applications directly in the documents.

CSS technology- Cascading Style Sheets is used to describe the presentation of Web pages –colors and layout. CSS technology transforms screen sizes and other features for the presentation to different types of devices. HTML and CSS can be used separately it is called the separation of structure (content) from presentation.

Comments are closed.