+ 1
So I did it this way because it makes sense and it worked can I do it this way or is that against the rules
<html> <head> <body> This is a line of Text. </body> </head> </html>
9 Antworten
+ 5
It's working bcz all u have in yr code is a line of text
add something more: links and script and metatags you will see how fine your code is
+ 2
No,it not necessary unless you want style that paragraph. Text can either be placed by itself or in paragraph tags , but it's generally not a good practice to place text without <p> tag. ... If your text is inside <p> tag, you know that you can tell CSS to make your desired changes to 'p'.
+ 2
You need to close <p> tag. It may gives unexpected outputs
+ 1
There are an initial structure that you have to follow
+ 1
And what you are doing is wrong, look at the HTML tutorial in sololen in that tutorial treat these basic themes in which you can have doubts
+ 1
thank you everyone for responding so fast i want to learn blockchain so i figured id start here and work my way up any tips on that perticular path would be appreciated immensly
0
<html>
<head>
</head>
<body>
<p> is this better?
</body>
</html>
0
wait i didn mean to indent the closing html
0
got it