top of page
Search

HTML

  • Writer: PHOENIX __001
    PHOENIX __001
  • Sep 2, 2021
  • 1 min read

Updated: Sep 4, 2021

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 (CSS) and scripting languages such as JavaScript.




HTML can embed programs written in a scripting language such as JavaScript, which affects the behavior and content of web pages. Inclusion of CSS defines the look and layout of content.


In 1980, physicist Tim Berners-Lee, a contractor at CERN, proposed and prototyped ENQUIRE, a system for CERN researchers to use and share documents. In 1989, Berners-Lee wrote a memo proposing an Internet-based hypertext system.

Berners-Lee specified HTML and wrote the browser and server software in late 1990.


HTML markup consists of several key components, including those called tags (and their attributes), character-based data types, character references and entity references.


<!DOCTYPE html>

<html>
      <head>
            <title>This is a title</title>
      </head>
 <body>
        <div>
                  <p>Hello world!</p>
             </div>
      </body>
</html>
 
 
 

Recent Posts

See All
Fyvc

Cgv D D C S GhsjqbdkabxjabxkAjsdbjaa H J U Thkdoskwjskaoejgjsjg S H S J Y4loawjwiifhsakkd

 
 
 
Hhh

V gh j F D D H A X HjddkdjajdbandjDqiabfhiajjaishhsiajzha Y E I O A S F

 
 
 

1 Comment


Dr. Upasana Singh
Dr. Upasana Singh
Sep 07, 2021

Excellent

Like
Post: Blog2_Post

Subscribe Form

Thanks for submitting!

©2021 by BRAINIAC. Proudly created with Wix.com

bottom of page