Html

My First Heading

My first paragraph.

body html Try it Yourself » HTML Headings HTML headings are defined with the

to

tags: Example

This is a heading

This is a heading

This is a heading Try it Yourself » HTML Paragraphs HTML paragraphs are defined with the

tag: Example This is a paragraph. This is another paragraph. Try it Yourself » HTML Links HTML links are defined with the tag: Example a href="http://www.w3schools.com">This is a link Try it Yourself » The link address is specified in the href attribute. Attributes are used to provide additional information about HTML elements. HTML Images HTML images are defined with the tag. The source file , alternative text (alt), and size (width and height) are provided as attributes: Example img src="w3schools.jpg" alt="W3Schools.com" width="104" height="142" From W3schools 3

No comments:

Post a Comment