Re: HTML question.

2023-10-04 Thread Jessica Moss
Ok, thank you so much, one question though: if I’m going to start something with multiple links, paragraphs, lists, etc, is the closing tag a must when dealing with each individual section? > On Oct 3, 2023, at 4:57 PM, 'Jason J.G. White' via MacVisionaries > wrote: > > I would suggest usin

Re: HTML question.

2023-10-04 Thread Jonathan Cohn
No,There are two primary component in an HTML document and The entire document is started with the doctype tag which Visual Studio code should add automatically and then you surround both the and If you are using visual studio code I suggest the following process. 1. press ctrl-N to create