HelpMeOutAlways: HTML
Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Tuesday, May 14, 2019

What is Hyper Text Markup Language (HTML) |What is HTML?
May 14, 20190 Comments
 Hyper Text Markup Language (HTML)
 
HTML stands for HYPERTEXT MARKUP LANGUAGE. It is different from programming Language which uses scripts to perform a function but HTML uses tags to identify content.
HTML is used for creating web pages and web applications with Cascading Style Sheet (CSS) and JavaScript and other languages.
The web browser receives an HTML document from a web server. Your content must be saved on the webserver in order to retrieve or access your website.

  • The latest version of an HTML is now HTML 5.2.
  • Extension of HTML is .htm/.html(commonly html).
  • The type of code is TEXT.
  • Initial release 1993; 26 years (2019).
  • It is an open format.

what is html


Modern Web Design

Modern web design consists of the following languages.
1. HTML(HyperText Markup Language)
    HTML is used for creating the structure of your Web page.
2. CSS( Cascading Style Sheet)
    CSS is used how you present your web page. It helps you to design different style to your web pages. It is the presentation of your Web page
3. JavaScript
   JavaScript is the behavior of your web page. e.g. when you move your mouse to different tabs how to react to you with different styles.
4. Php or similar
    Php, Python and other languages are used for the back-end of your web pages. e.g. logic etc
5. CMS (Content Management Software System)
    CMS is used for content management of your Web pages.
Reading Time:

@way2themes