WEB

  1. HTML
  2. CSS
  3. JavaScript

HTML

Hypertext Markup Languae (HTML) is the standard markup language for creating web pages and web applications.

Hello my name is LeeSuah.
Last week, I watched a movie.

The average website includes several different HTML pages. For instance, a home page, an about page, and a contact page would all have separate HTML files. HTML documents are files that end with a .html or .htm extension. A web browser reads the HTML file and renders its content so that internet users can view it. All HTML pages have a series of HTML elements, consisting of a set of tags and attributes. HTML elements are the building blocks of a web page. A tag tells the web browser where an element begins and ends, whereas an attribute describes the characteristics of an element.