You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!DOCTYPE html>
- <html>
- <head>
- <title>This is the title of the webpage!</title>
- </head>
- <body>
- <p>
- This is an example paragraph. Anything in the <strong>body</strong> tag
- will appear on the page, just like this <strong>p</strong> tag and its
- contents.
- </p>
- </body>
- </html>
|