Center-align text in an HTML page:
This is normal text - and this is bold text.
How to insert an image:
This is a paragraph.
Firstname | Lastname | Age |
---|---|---|
Jill | Smith | 50 |
This is a paragraph.
This is a paragraph.
This is a paragraph.
This is a paragraph.
Centered paragraph.
The <div> tag defines a division or a section in an HTML document.
This is some text.
This is some text in a div element.
This is some text.
The <fieldset> tag draws a box around the related elements.
The <font> tag is not supported in HTML5. Use CSS instead.
The <footer> tag defines a footer for a document or section.
The <form> tag is used to create an HTML form for user input.
The <form> element can contain one or more of the following form elements:
The <frameset> element holds one or more <frame> elements. Each <frame> element can hold a separate document.
The <header> element represents a container for introductory content or a set of navigational links.
Some additional information here.
The <i> tag defines a part of text in an alternate voice or mood. The content of the <i> tag is usually displayed in italic.
Use the <i> element only when there is not a more appropriate semantic element, such as:
This is text This is italic paragraph, this is some text.
The <iframe> tag specifies an inline frame.
An inline frame is used to embed another document within the current HTML document.
The <label> tag defines a label for an <input> element
The <link> tag defines a link between a document and an external resource.
The <nav> tag defines a set of navigation links.
The <option> tag defines an option in a select list.
The <section> tag defines sections in a document, such as chapters, headers, footers, or any other sections of the document.
this is some text
this is some text
The <select> element is used to create a drop-down list.
The <span> tag is used to group inline-elements in a document.
The <span> tag provides no visual change by itself.
My mother has blue eyes.
The <strong> tag is a phrase tag. It defines important text.
This is my example
The <style> tag is used to define style information for an HTML document.
Inside the <style> element you specify how HTML elements should render in a browser.
A paragraph.
The <thead> tag is used to group header content in an HTML table.
Month | Savings |
---|---|
Sum | $180 |
January | $100 |
February | $80 |
The <title> tag is required in all HTML documents and it defines the title of the document.
The <title> tag is required in all HTML documents and it defines the title of the document.
The <video> tag specifies video, such as a movie clip or other video streams.