Posts

Showing posts from July, 2017

HTML

Image
What is HTML HTML Concept : Hypertext Markup Language (HTML) is the standard markup language for creating web pages and designing web applications. With Cascading Style Sheets (CSS) and JavaScript, it frames a group of three of foundation innovations for the World Wide Web. Web browsers get HTML records from web browsers or from neighborhood stockpiling and render them into sight and sound site pages. HTML focuses the structure of a web page semantically and initially included signals for the presence of the documents. HTML components are the building blocks of HTML pages. With HTML builds, pictures, and different items, for example, intelligent forms may be installed into the rendered page. It gives a way to make organized documents by indicating auxiliary semantics for content, for example, headings, paragraphs, lists, links, quotes, and other items. HTML components are searched by tags, written using angle brackets. Tags such as <img /> and <input /> introduce ...