Skip to content

Commit 6ac2418

Browse files
author
creativebitstudio
authored
Update README.md
1 parent de86199 commit 6ac2418

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
# web_dev_quickstart
1+
# web_dev_quickstart
2+
3+
<article> This is an article tag, it is considered best practice to use in forum posts, blog posts, news stories and comments. On the CSS side, the article tag has a (display: block;) value by default, on most browsers. </article>
4+
5+
<header> This is a header element and it represents a container for introductory content, or a set of navigational links as listed below. </header>
6+
<p></p> - paragraph tag
7+
<h1></h1> - h1 heading element
8+
<h2></h2> - h2 heading elemnt
9+
<h3></h3> - h3 heading element
10+
<h4></h4> - h4 heading element
11+
<h5></h5> - h5 heading element
12+
<h6></h6> - h6 heading element
13+
14+
<div> The div tag defines a division or a section in an HTML docuemnt, it is used to group block-elements and format with CSS. </div>
15+
<section> The section tag is used as a document container for chapters, headers, footers and more of a document. </section>
16+
17+
18+
For futher information, visit the link below for futher use of other tags, elements, tutorials, references and more relating to HTML, CSS, Javascript, PHP, SQL, Bootstrap and jQuery.
19+
http://www.w3schools.com/

0 commit comments

Comments
 (0)