Example Usage. The most common value of type is perhaps text/css , which is used when linking to an external stylesheet. Example Usage. The most common value of type is perhaps text/css , which is used when linking to an external stylesheet.
PHP-MySqli
SQL
Text formatting in HTM / HTML
The basics: headings and paragraphsIn HTML / HTM, each paragraph has to be wrapped in a <p> element, like so:
<p>This is a paragraph, yes pagraph.</p>
Each heading has to be wrapped in a heading element:
<h1>I am the title of the story.</h1>
Read more on: How to add text in HTML / HTM
Text formatting elements
Text formatting elements are used to change the way text looks in certain predefined ways. For instance, here are a few common text formatting elements:
- Bold: The <b> element makes its contents bold.
- Italics: The <i> element italicizes its contents.
- Underline: The <u> element underlines its contents.
How to insert text in HTML - examples
Inside <body> and </body> we can add any text or paragraph to which we can add the tags <h1>, <p>, <strong> learned on the previous page.
Commenting in HTML | How to Write Comments in HTML
HTML Comment – Single Line and Double line HTML Comments
HTML Comment – Single Line and Double line HTML Comments
HTML Comment – Single
HTML Comment – Single Line and Double
HTML Comment – Single Line and Double line HTML Comments
HTML Comment – Single Line and Double line HTML Comments
related links
Links in HTML - Learn HTML for Beginners
Links in HTML - Learn HTML for Beginners
related links
Links in HTML - Learn HTML for Beginners
Links in HTML - Learn HTML for Beginners