|
 |
BOOK: Beginning HTML, XHTML, CSS, and JavaScript  | This is the forum to discuss the Wrox book Beginning HTML, XHTML, CSS, and JavaScript by Jon Duckett; ISBN: 978-0-470-54070-1 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning HTML, XHTML, CSS, and JavaScript section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
|
 |
|
|
 |

August 12th, 2015, 09:42 PM
|
Registered User
|
|
Join Date: Aug 2015
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Beginner Code
I am just starting out coding and am on page 7 of this book. I have tried entering the code on TextEdit on my Mac. However, my question is how to arrange the code. So basically,
1. Is there spacing between the bracket and the tag? <head> OR < head > ?
2. Is there a tab or space for the next line? In the example below, should I hit "tab" before entering <title>?
<head>
<title> Popular Websites: Google </title>
</head>
3. Is there a space after the tag and the wording?
<title> Popular Websites </title> OR <title>Popular Websites</title>?
These are probably stupid questions, but I am trying to see how to enter it in the TextEdit the right way so I can see it come up as a webpage.
Any help is appreciated!
Thank you!
|

September 19th, 2015, 02:44 AM
|
Registered User
|
|
Join Date: Sep 2015
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
|
|
There is exactly no rule, but for one: Take care inside tags spacing
You may give or may not give space between tags and wordings , but make sure you write it like <b> , and not like < b >.
HTML is not case sensitive so u may write in small letter or bigger one, but make sure you follow one standard rule in whole html document.
If you find my answer incomplete then please let me know.  http://p2p.wrox.com/images/icons/icon3.gif
|
The Following User Says Thank You to vishesh For This Useful Post:
|
|

September 25th, 2015, 10:06 PM
|
Registered User
|
|
Join Date: Aug 2015
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Chapter 4
I am on Chapter 4 and learning how to create tables. In the practical word, are coders actually using the HTML way to create these tables or are they using Excel to create the table and just use the image to add it to the website?
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |