Chatbox
What Does an HTML Document Look Like?  HS3ti32

You are not connected. Please login or register

What Does an HTML Document Look Like?

2 posters

Go down  Message [Page 1 of 1]

1What Does an HTML Document Look Like?  Empty What Does an HTML Document Look Like? Sat Sep 07, 2013 11:08 pm

Sir.Mayo

Sir.Mayo
Mangement


This is  What a HTML Document Might look like With The HTML Visible:
Code:
<!DOCTYPE html>
<html>


<body>
Hello
<br/>
This is what The body would look like :D
</body>

</html>
Now What it looks like when a User Views it ( no HTML Visible)





Hello,


This is what The body would look like :D




What does each part do?
Code:
<!DOCTYPE html>
 This part Tells The Webbrowser That The type of Document is HTML
Code:
<html>
 This Tells The browser Where the HTML starts!
Code:
<body>
 Stands For the body of the document
Code:
<br/>
 Is a line Break (Like pressing enter)
Code:
</body>
 Tells the web browser where the body of the document Ends
Code:
</html>
 <html> Tells the  web browser  where the HTML Ends!

Jimmy

Jimmy
Mangement


Your tutorial has been accepted.

http://jimmys-network.com

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum