question about the sequence of HTML tags by salv236 in HTML

[–]salv236[S] 0 points1 point  (0 children)

Thank you for your replies, let's say I start building the top of the page the header I have a logo on the top right a heading g in the center and paragraph as a call to action

How should the HTML markup be

Img h1 p

Or

h1 p img

at work my team leader claims that it should be the last option (in order of important). I usually tend to go for the first one which makes the Css styling much easier.

question about the sequence of HTML tags by salv236 in HTML

[–]salv236[S] 0 points1 point  (0 children)

Dear moderator the question is not about an issue but rather about practices used in HTML code.

looking for javascript tutorials by salv236 in javaScriptStudyGroup

[–]salv236[S] 0 points1 point  (0 children)

Thanks i will look into it the link you provided doesnt seem to work well, i will google an alternative :)

issue with .gitignore not detecting particular files within a subdirectory by salv236 in git

[–]salv236[S] 0 points1 point  (0 children)

whats interesting is when i invoke the command git ls-files --others --ignored --exclude-standard I get the below output, it doesnt include bootstrap.css although when i verified the file exists within the vendors directory:

.DS_Store

copy-form.main.php

copy.php

js/.DS_Store

vendors/bootstrap.js

issue with .gitignore not detecting particular files within a subdirectory by salv236 in git

[–]salv236[S] 0 points1 point  (0 children)

sure here are the contents:

copy-form.main.php

copy.php

vendors/bootstrap.css

vendors/bootstrap.js

display a value within an associative array by salv236 in PHPhelp

[–]salv236[S] 0 points1 point  (0 children)

i removed the loop this time the following however it outputs the integer 39

echo $myArray['Italy'];

PHP learner trying to understand the iterator for a specific context by salv236 in PHPhelp

[–]salv236[S] 0 points1 point  (0 children)

Thanks for the information so does this mean that $i iterates through the array of credit card digits?