Posts

Showing posts with the label html and css uses

HTML AND ITS USES.

Image
WHAT IS HTML. The HyperText Markup Language , or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.            TOP 9 USES OF HTML. 1. Web pages development HTML is heavily used for creating pages  that are displayed on the world wide web. Every page contains a set of HTML tags, including hyperlinks which are used for connecting to other pages. Every page that we witness on the world wide web is written  using a version of HTML code . 2. Web document creation Document creation on the internet is dominated by HTML and its basic concept via tag and DOM, i.e. document object model. HTML tags are inserted before and afterwards or phrases to locate their format and location on the page. A web document consists of three sections: title, head, and body. Head includes the information to identify the docum...