I am just very new to the current stuff, and Concerning no formal training in HTML and also web designs. I’d like to acquire a few peoples opinions on what I’ve created plus perhaps advice on how I really could have done that better or what I should do for the future time.
View the attachment.
Your coding appearance sound enough on this one error in which appear is quite a few places:
< font face=" verdana, geneva, arial" size=" 1" color=" ffffff" > < p> Member of staff resources information; utility delivers HR information about employees including area, department, phone, skills experience, licenses qualifications, education; also presents projects charged facts from BST and also scheduled commitments coming from Power. < BR> < /font>
Everyone forgot your closing paragraph tag < /p>, it need to be like this:
< font face=" verdana, geneva, arial" size=" 1" color=" ffffff" > < p> Member of staff resources information; utility delivers HR information about employees including area, department, phone, skills experience, licenses qualifications, education; also presents projects charged facts from BST and also scheduled commitments coming from Power. < /p> < BR> < /font>
Using a few small exceptions like < br>, in the event that it’s opened, it need to be closed.
Regards for the nourish back…. I think Concerning a clue with this stuff, but it truly is nice to perceive from someone who can give critical suggestions. I’m not sure what you mean around the < br> licence plate… should that become closed after its opened Anyone I’m filling set for until the company might make a perm. answer has used these < br> tags all over the place.
I read somewhere this < br> tag isn’t recommended as well as being a ‘bad’ habit. Is there a new way to perform identical function
I’m unsure I’d create these tables the identical way again.
Nothing wrong using a < br> licence plate.
In order your code being XHTML compliant, nevertheless, where everything really needs to be closed use < br /> as opposed to just < br>
Sean
So for an idea…. the line could well be..
likewise delivers projects recharged information from BST and also scheduled commitments coming from Power. < /p> < br /> < /font>
without a doubt, sounds about suitable.
Thanks…