UIkit Article– UIkit provides classes to create articles which contains- title and metadata. Here in this tutorial, we are going to explain how you can create Articles in UIkit framework.
UIkit Article Example
Class uk-article is used to define the article body,uk-article-title is used to add the title of article, uk-article-meta is used to add the meta information. Here is simple example of article-
UIkit Article Example:
<article class="uk-article"> <h1 class="uk-article-title">Tutorialsplane.com</h1> <p class="uk-article-meta">Written By jhon@example.com.</p> <p>Tutorialsplane is the world's largest learning website..you can get interesting article with example and demo. </p> </article> |
If you run the above example it will produce output something like this.