Tutorials

KodeKite Tools

HTML
Flexbox
SVG
Canvas
HTML Tutorial

More


HTML Article Element
Article Element

Article is a HTML5 semantic element used to specify independent self contained content, it is considered independent from rest of content in website, mostly it is used in forums, blogs, newspapers etc.

Syntax

<article>content</article>


You can define one or more than one articles in a document.


Example

Water

water is composed of hydrogen and oxigen gases


Practice Task

Open notepad or any other text editor, follow the following points.


  • Use <article> element to write a article in page
  • Article content should be any as per your choice

save file with name task.html or task.htm and then open it using any browser and see results.


Solution

Article on HTML language

HTML is a hyper text markup language used to create web pages, it defines the structure or layout of web pages