Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud

testing

pavani
Employee
4,633 Views

testing

0 Kudos
25 Replies
pavani
Employee
2,193 Views

minhajameen

0 Kudos
pavani
Employee
2,184 Views

 

This is a paragraph of text that includes bold, italicized, and underlined words.

Here's an example link that goes to a website.

Here's an My Image that displays an image.

Here's an that displays a website within a frame.

Here's some code:

function myFunction() {
  console.log("Hello, world!");
}

And here's a list:

  • Item 1
  • Item 2
0 Kudos
pavani
Employee
2,184 Views

 

This is a header

This is a paragraph of text.

  • Item 1
  • Item 2
  • Item 3
  1. Numbered item 1
  2. Numbered item 2
  3. Numbered item 3

This is a link An example image

Enter some text:

Header 1 Header 2

Row 1, Column 1Row 1, Column 2
Row 2, Column 1Row 2, Column 2
This text is important.

This is some preformatted text.
This is a blockquote. It can span multiple lines.

HTML This text has been deleted. This text has been inserted.

0 Kudos
pavani
Employee
2,184 Views

This is a paragraph with bold text.

This is a paragraph with italicized text.

This is a paragraph with underlined text.

This is a paragraph with a hyperlink.

This is a paragraph with an example image image.

This is a paragraph with a WHO abbreviation.

This is a paragraph with a code block.

This is a paragraph with a

blockquote

.

This is a paragraph with a superscript and subscript.

This is a paragraph with a highlighted section.

0 Kudos
pavani
Employee
2,184 Views

 

Welcome to My Website

Hello, world! Welcome to my website. Here, you will find links to some of my favorite websites, as well as information about my HTML skills.

My favorite foods

  • Pizza
  • Burgers
  • Tacos

If you are interested in learning more about me, please email me or check out my LinkedIn profile.

My hobbies

  1. Playing video games
  2. Reading
  3. Watching movies

Thank you for visiting my website. Please come back soon!

0 Kudos
pavani
Employee
2,184 Views

 

This is a paragraph of text that includes bold, italicized, and underlined words.

Here's an example link that goes to a website.

Here's an My Image that displays an image.

Here's some code:

function myFunction() {
  console.log("Hello, world!");
}

And here's a list:

  • Item 1
  • Item 2
  • Item 3
0 Kudos
pavani
Employee
2,185 Views

<!DOCTYPE html>
<html>
<head>
<title>My HTML Paragraph</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="my-script.js"></script>
</head>
<body>
<p>This is a paragraph of text that includes <strong>bold</strong>, <em>italicized</em>, and <u>underlined</u> words.</p>
<p>Here's an <a href="https://example.com">example link</a> that goes to a website.</p>
<p>Here's an <img src="my-image.jpg" alt="My Image"> that displays an image.</p>
<p>Here's an <iframe src="https://example.com" width="600" height="400"></iframe> that displays a website within a frame.</p>
<p>Here's some code:</p>
<pre><code>function myFunction() {
console.log("Hello, world!");
}</code></pre>
<p>And here's a list:</p>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
</body>
</html>

0 Kudos
minhaj-admin
Community Manager
2,184 Views

 

This is a paragraph of text that includes bold, italicized, and underlined words.

Here's an example link that goes to a website.

Here's an My Image that displays an image.

Here's an that displays a website within a frame.

Here's some code:

function myFunction() {
console.log("Hello, world!");
}

And here's a list:

  • Item 1
  • Item 2
  • Item 3
0 Kudos
minhaj-admin
Community Manager
2,183 Views

 

HTML Tags Example

This is an example of HTML tags.

Random Image Random Image with srcset

0 Kudos
Reply