Search Header Logo
coding

coding

Assessment

Presentation

History, Education, Special Education

1st - 5th Grade

Practice Problem

Easy

Created by

shashank shekhar singh

Used 49+ times

FREE Resource

8 Slides • 2 Questions

1

Coding

The lesson by gurukul

Slide image

2

Html

HTML stands for Hyper Text Markup Language, which is the most widely used language on Web to develop web pages. HTML was created by Berners-Lee in late 1991 but "HTML 2.0" was the first standard HTML specification which was published in 1995. HTML 4.01 was a major version of HTML and it was published in late 1999. Though HTML 4.01 version is widely used but currently we are having HTML-5 version which is an extension to HTML 4.01, and this version was published in 2012. 

3

Multiple Choice

HTML stands for ________ ?

1

Text Hyper text markup language

2

Hyper markup text Language

3

Hyper Text Markup Language

4

none of the above

4

Audience

This tutorial is designed for the aspiring Web Designers and Developers with a need to understand the HTML in enough detail along with its simple overview, and practical examples. This tutorial will give you enough ingredients to start with HTML from where you can take yourself at higher level of expertise.

5

1. HTML – OVERVIEW 

HTML stands for Hypertext Markup Language, and it is the most widely used language to write Web Pages.  Hypertext refers to the way in which Web pages (HTML documents) are linked together. Thus, the link available on a webpage is called Hypertext.  As its name suggests, HTML is a Markup Language which means you use HTML to simply "mark-up" a text document with tags that tell a Web browser how to structure it to display. Originally, HTML was developed with the intent of defining the structure of documents like headings, paragraphs, lists, and so forth to facilitate the sharing of scientific information between researchers. Now, HTML is being widely used to format web pages with the help of different tags available in HTML language.

6

Basic HTML Document

In its simplest form, following is an example of an HTML document:

This is a headingDocument content goes here.....

Either you can use Try it option available at the top right corner of the code box to check the result of this HTML code, or let's save it in an HTML file test.htm using your favorite text editor. Finally open it using a web browser like Internet Explorer or Google Chrome, or Firefox etc. It must show the following output: 

7

HTML Tags

  • <html>

  • <head>

  • <title>

  • <body>

  • <p>

  • <H1>

8

Poll

Where to do html and see output

notepad and Google chrome

Or moxilla firefox

9

HEADING

Any document starts with a heading. You can use different sizes for your headings. HTML also has six levels of headings, which use the elements H1 , H2, H3 , H4 , H5 and H6.


10

Thank you


Coding

The lesson by gurukul

Slide image

Show answer

Auto Play

Slide 1 / 10

SLIDE