링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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 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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
This is a header
This is a paragraph of text.
- Item 1
- Item 2
- Item 3
- Numbered item 1
- Numbered item 2
- Numbered item 3
Enter some text:
Header 1 Header 2
Row 1, Column 1 | Row 1, Column 2 |
Row 2, Column 1 | Row 2, Column 2 |
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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 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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
- Playing video games
- Reading
- Watching movies
Thank you for visiting my website. Please come back soon!
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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 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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
<!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>
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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 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
