Friday, December 1, 2023
HomeVideo EditingHTML (Hypertext Markup Language)

HTML (Hypertext Markup Language)


HTML is the structural coding language we use to construct net pages. Some folks check with HTML as being the “constructing blocks of the net”.

As its title tells us, it’s a markup language. Its function is to format info; to outline which means and construction in a doc. HTML doesn’t have any programming logic.

The phrase hypertext refers back to the hyperlinks between HTML paperwork. This linking of knowledge is a core precept behind the World Broad Internet, as proposed by Tim Berners Lee in 1989.

HTML makes use of tags to explain numerous parts on a web page. Often these include a gap <> and a closing tag </> (although generally only a single tag is required). The title of the factor is positioned inside these tags (like this: <tag>) conventionally in lowercase. For instance:

1
<h1>These are opening and shutting heading tags.</h1> 
2

3
<p>These are paragraph tags. The content material is stored between them.</p>
4

5
<p>The tag beneath is for an `hr` factor. It doesn’t require a closing tag.</p>
6

7
<hr>

HTML tags are used to explain every kind of parts: from headings and hyperlinks, to articles and kinds. Browsers use these parts to grasp methods to render the content material, serps use them to interpret and index net pages, and assistive applied sciences like display screen readers use them to speak the content material correctly.

HTML Aspect Reference

Browse an inventory of all HTML parts.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments