HTML article Tag Tutorial with Practical Example
<article> Tag in HTMThis Blog You Will Learn
ஃ What is the HTML <article> tag?
ஃ What is the HTML <article> tag?
ஃ Why Use the <article> Tag?
ஃ Why Use the <article> Tag?
ஃ Syntax of HTML <article> tag
ஃ Explain Program
ஃ Output
ஃ Syntax of HTML <article> tag
ஃ Explain Program
ஃ Output
What is the HTML <article> tag?
Why Use the <article> Tag?
html article tag example
Example
html article tag example
Explain Program
Step 1]
<!DOCTYPE html>
This declare the document type.
browser that the document is written in html
Step 2 ]
<html>.... . </html>
html is the root element of the html page.
Every thing inside it is part of the webpage.
Step 3]
<head>.....</head>
head section contain metadata about the webpage information
for the browser not display on the webpage.
Step 4]
<h1> Article element html</h1>
main heading of the entire page.
Step 5]
- <article> element
- article element use content can stand on own blog post, news article, post
- <article> new independent content block post
- <h2> - sub-heading
- <p> - paragraph
Step 5]
closing the Tag
Comments
Post a Comment