The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

7 Pages V « < 5 6 7  
Reply to this topicStart new topic
> Padding problem
pandy
post May 19 2020, 12:08 PM
Post #121


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



See here.
https://www.w3.org/International/questions/...ng-declarations

Yes, in my eyes the document is OK for now. You can deal with the language and encoding stuff later. It's of no importance until you publish or share your work. Just remember that you should at some point deal with it.

Errors that you don't expect should always be fixed. But it can be OK to save errors you are aware of and understand why you get for later. Sometimes even for ever, as long as you know what you do. Not everyone would agree with me though. wink.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
deb1
post May 19 2020, 10:04 PM
Post #122


Advanced Member
****

Group: Members
Posts: 109
Joined: 7-May 20
Member No.: 27,330



QUOTE(pandy @ May 19 2020, 12:08 PM) *

See here.
https://www.w3.org/International/questions/...ng-declarations

Yes, in my eyes the document is OK for now. You can deal with the language and encoding stuff later. It's of no importance until you publish or share your work. Just remember that you should at some point deal with it.

Errors that you don't expect should always be fixed. But it can be OK to save errors you are aware of and understand why you get for later. Sometimes even for ever, as long as you know what you do. Not everyone would agree with me though. wink.gif



Ok later you have to show . Is that Ok with you?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post May 20 2020, 06:27 AM
Post #123


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



Sure.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
deb1
post May 22 2020, 11:53 AM
Post #124


Advanced Member
****

Group: Members
Posts: 109
Joined: 7-May 20
Member No.: 27,330



QUOTE(pandy @ May 20 2020, 06:27 AM) *

Sure.



Please check this file which i have attached .i have put the file through the validator and its just
showing the suggestion about the html . the other errors are not showing so i am assuming its
fixed but please still check it for me . just to be sure smile.gif


Attached File(s)
Attached File  components_that_make_up_a_desktop_computer.html ( 3.09k ) Number of downloads: 144
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post May 22 2020, 03:08 PM
Post #125


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



The validator is always right. It's fine. happy.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
deb1
post May 22 2020, 03:57 PM
Post #126


Advanced Member
****

Group: Members
Posts: 109
Joined: 7-May 20
Member No.: 27,330



QUOTE(pandy @ May 22 2020, 03:08 PM) *

The validator is always right. It's fine. happy.gif


You checked it?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post May 22 2020, 04:00 PM
Post #127


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



Yes, of course. There are no errors.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
deb1
post May 22 2020, 11:47 PM
Post #128


Advanced Member
****

Group: Members
Posts: 109
Joined: 7-May 20
Member No.: 27,330



QUOTE(pandy @ May 22 2020, 04:00 PM) *

Yes, of course. There are no errors.


Can you tell me when can I use the center tag, italic tag , article tag. ..because
when I try to use it in html file ..the validator is giving error.

You see your that good in teaching .... that I am making everything correct without errors tongue.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post May 23 2020, 06:43 AM
Post #129


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



You should never use CENTER. It belongs to those deprecated elements we talked about. They are allowed in what's called HTML 4.01 Transitional, but not in HTML 4.01 Strict. HTML 4.01 came in two versions, just so those things could be phased out. In HTML 5 they aren't allowed at all. They should be replaced with CSS.

Italic is still allowed as far as I know. But it has another meaning in HTML 5, on top of making the text italic. Personally I think this is a little peculiar. Depending on why you want italic text it might be better to use EM (emphasized text) or just use CSS to style that part with italic.

ARTICLE is a new element, introduced in HTML 5, so it certainly is allowed. It must be something else that gives you errors for ARTICLE and I.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
deb1
post May 23 2020, 11:41 AM
Post #130


Advanced Member
****

Group: Members
Posts: 109
Joined: 7-May 20
Member No.: 27,330



QUOTE(pandy @ May 23 2020, 06:43 AM) *

You should never use CENTER. It belongs to those deprecated elements we talked about. They are allowed in what's called HTML 4.01 Transitional, but not in HTML 4.01 Strict. HTML 4.01 came in two versions, just so those things could be phased out. In HTML 5 they aren't allowed at all. They should be replaced with CSS.

Italic is still allowed as far as I know. But it has another meaning in HTML 5, on top of making the text italic. Personally I think this is a little peculiar. Depending on why you want italic text it might be better to use EM (emphasized text) or just use CSS to style that part with italic.

ARTICLE is a new element, introduced in HTML 5, so it certainly is allowed. It must be something else that gives you errors for ARTICLE and I.


Please check this file for me . Please check if i used the article tag properly also.


Attached File(s)
Attached File  Joystick.html ( 1.05k ) Number of downloads: 141
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
deb1
post Jun 2 2020, 09:33 AM
Post #131


Advanced Member
****

Group: Members
Posts: 109
Joined: 7-May 20
Member No.: 27,330



??
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
deb1
post Jun 11 2020, 01:42 AM
Post #132


Advanced Member
****

Group: Members
Posts: 109
Joined: 7-May 20
Member No.: 27,330



can you please tell me the following coding is correct or not .
<!DOCTYPE html>
<html>
<head>
<title>....</title>
<style>
table,th,td{
border: 1px solid black;
}
</style>
</head>
<body>
<table>
<tr>
<th>....</th>
<th>...</th>
</tr>
<tr>
<td>....</td>
<td>...</td>
</tr>
</table>
</body>
</html>

can someone please tell me if this coding is correct for creating
a table in html 5?

the "...." means any text will go in there .
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jun 11 2020, 01:52 PM
Post #133


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



It's fine. The validators would tell you so.

https://validator.w3.org/
https://jigsaw.w3.org/css-validator/

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
deb1
post Jun 11 2020, 02:17 PM
Post #134


Advanced Member
****

Group: Members
Posts: 109
Joined: 7-May 20
Member No.: 27,330



QUOTE(pandy @ Jun 11 2020, 01:52 PM) *

It's fine. The validators would tell you so.

https://validator.w3.org/
https://jigsaw.w3.org/css-validator/



there are few questions i have for you

1) What is the difference between <div> tag and <span> tag
2) What is CSS and what is the purpose for CSS?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

7 Pages V « < 5 6 7
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 06:56 PM